Uses of Class
com.microsoft.sqlserver.jdbc.SQLServerConnection
Packages that use SQLServerConnection
-
Uses of SQLServerConnection in com.microsoft.sqlserver.jdbc
Subclasses of SQLServerConnection in com.microsoft.sqlserver.jdbcModifier and TypeClassDescriptionclassExtendsSQLServerConnection43and implementsISQLServerConnection43with methods introduced in JDBC 4.3 Specifications.Methods in com.microsoft.sqlserver.jdbc with parameters of type SQLServerConnectionModifier 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) Constructors in com.microsoft.sqlserver.jdbc with parameters of type SQLServerConnectionModifierConstructorDescriptionSQLServerBlob(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.