Uses of Class
com.microsoft.sqlserver.jdbc.SQLServerConnection
| Package | Description |
|---|---|
| com.microsoft.sqlserver.jdbc |
-
Uses of SQLServerConnection in com.microsoft.sqlserver.jdbc
Subclasses of SQLServerConnection in com.microsoft.sqlserver.jdbc Modifier and Type Class Description classSQLServerConnection43ExtendsSQLServerConnection43and implementsISQLServerConnection43with methods introduced in JDBC 4.3 Specifications.Methods in com.microsoft.sqlserver.jdbc with parameters of type SQLServerConnection Modifier and Type Method Description java.util.ArrayList<byte[]>ISQLServerEnclaveProvider. createEnclaveSession(SQLServerConnection connection, java.lang.String userSql, java.lang.String preparedTypeDefinitions, com.microsoft.sqlserver.jdbc.Parameter[] params, java.util.ArrayList<java.lang.String> parameterNames)Creates the enclave sessionjava.util.ArrayList<byte[]>SQLServerVSMEnclaveProvider. createEnclaveSession(SQLServerConnection connection, java.lang.String userSql, java.lang.String preparedTypeDefinitions, com.microsoft.sqlserver.jdbc.Parameter[] params, java.util.ArrayList<java.lang.String> parameterNames)Constructors in com.microsoft.sqlserver.jdbc with parameters of type SQLServerConnection Constructor Description SQLServerBlob(SQLServerConnection connection, byte[] data)Deprecated.UsecreateBlob()instead.SQLServerClob(SQLServerConnection connection, java.lang.String data)Deprecated.UsecreateClob()instead.SQLServerDatabaseMetaData(SQLServerConnection con)Constructs a SQLServerDatabaseMetaData database meta dataSQLServerSavepoint(SQLServerConnection con, java.lang.String sName)Constructs a SQLServerSavepoint.