Uses of Class
com.microsoft.sqlserver.jdbc.SQLServerStatement
Packages that use SQLServerStatement
-
Uses of SQLServerStatement in com.microsoft.sqlserver.jdbc
Subclasses of SQLServerStatement in com.microsoft.sqlserver.jdbcModifier and TypeClassDescriptionclass
Provides implementation of JDBC callable statements.class
Provides an implementation of java.sql.PreparedStatement interface that assists in preparing Statements for SQL Server.Methods in com.microsoft.sqlserver.jdbc with parameters of type SQLServerStatementModifier and TypeMethodDescriptionArrayList<byte[]>
SQLServerAASEnclaveProvider.createEnclaveSession
(SQLServerConnection connection, SQLServerStatement statement, String userSql, String preparedTypeDefinitions, com.microsoft.sqlserver.jdbc.Parameter[] params, ArrayList<String> parameterNames) ArrayList<byte[]>
SQLServerNoneEnclaveProvider.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)