setCatalog 方法 (SQLServerConnection)
将给定目录名称设置为选择在其中使用此 SQLServerConnection 对象的数据库的子空间。
语法
public void setCatalog(java.lang.String catalog)
参数
catalog
一个包含目录名称的字符串 。
例外
备注
此 setCatalog 方法是由 java.sql.Connection 接口中的 setCatalog 方法指定的。
catalog 参数自动由 Microsoft JDBC Driver for SQL Server 转义。 使用此方法可为 Connection 对象设置目录属性。 无法通过任何其他方法隐式设置该属性。