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 class
SQLServerConnection43
ExtendsSQLServerConnection43
and implementsISQLServerConnection43
with 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[]>
SQLServerAASEnclaveProvider. createEnclaveSession(SQLServerConnection connection, java.lang.String userSql, java.lang.String preparedTypeDefinitions, com.microsoft.sqlserver.jdbc.Parameter[] params, java.util.ArrayList<java.lang.String> parameterNames)
java.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)
default void
ISQLServerEnclaveProvider. processSDPEv1(java.lang.String userSql, java.lang.String preparedTypeDefinitions, com.microsoft.sqlserver.jdbc.Parameter[] params, java.util.ArrayList<java.lang.String> parameterNames, SQLServerConnection connection, java.sql.PreparedStatement stmt, java.sql.ResultSet rs, java.util.ArrayList<byte[]> enclaveRequestedCEKs)
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.