Package | Description |
---|---|
com.microsoft.sqlserver.jdbc |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ISQLServerCallableStatement |
Provides an interface to the
SQLServerCallableStatement class. |
interface |
ISQLServerPreparedStatement |
Provides an interface to the
SQLServerPreparedStatement class. |
Modifier and Type | Class | Description |
---|---|---|
class |
SQLServerCallableStatement |
Provides implementation of JDBC callable statements.
|
class |
SQLServerPreparedStatement |
Provides an implementation of java.sql.PreparedStatement interface that assists in preparing Statements for SQL
Server.
|
class |
SQLServerStatement |
Provides an implementation of java.sql.Statement JDBC Interface to assist in creating Statements against SQL Server.
|
Copyright © 2018 Microsoft Corporation. All rights reserved.