Uses of Class
com.microsoft.sqlserver.jdbc.SQLServerConnection
-
Uses of SQLServerConnection in com.microsoft.sqlserver.jdbc
Modifier and TypeClassDescriptionclass
ExtendsSQLServerConnection43
and implementsISQLServerConnection43
with methods introduced in JDBC 4.3 Specifications.Modifier and TypeMethodDescriptionArrayList<byte[]>
SQLServerAASEnclaveProvider.createEnclaveSession
(SQLServerConnection connection, SQLServerStatement statement, String userSql, String preparedTypeDefinitions, com.microsoft.sqlserver.jdbc.Parameter[] params, ArrayList<String> parameterNames) ArrayList<byte[]>
SQLServerVSMEnclaveProvider.createEnclaveSession
(SQLServerConnection connection, SQLServerStatement statement, String userSql, String preparedTypeDefinitions, com.microsoft.sqlserver.jdbc.Parameter[] params, ArrayList<String> parameterNames) ModifierConstructorDescriptionSQLServerBlob
(SQLServerConnection connection, byte[] data) Deprecated.SQLServerClob
(SQLServerConnection connection, String data) Deprecated.UsecreateClob()
instead.Constructs a SQLServerDatabaseMetaData database meta dataSQLServerSavepoint
(SQLServerConnection con, String sName) Constructs a SQLServerSavepoint.
createBlob()
instead.