| Package | Description |
|---|---|
| com.microsoft.sqlserver.jdbc |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ISQLServerCallableStatement |
This interface is implemented by
SQLServerCallableStatement Class. |
interface |
ISQLServerPreparedStatement |
This interface is implemented by
SQLServerPreparedStatement class. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SQLServerCallableStatement |
CallableStatement implements JDBC callable statements.
|
class |
SQLServerPreparedStatement |
SQLServerPreparedStatement provides JDBC prepared statement functionality.
|
class |
SQLServerStatement |
SQLServerStatment provides the basic implementation of JDBC statement functionality.
|
Copyright © 2018 Microsoft Corporation. All rights reserved.