Package | Description |
---|---|
com.microsoft.sqlserver.jdbc |
Modifier and Type | Interface and Description |
---|---|
interface |
ISQLServerCallableStatement
This interface is implemented by SQLServerCallableStatement Class.
|
interface |
ISQLServerCallableStatement42
This interface requires all the CallableStatement methods including those are specific to JDBC 4.2
|
interface |
ISQLServerPreparedStatement42
This interface requires all the PreparedStatement methods including those are specific to JDBC 4.2
|
Modifier and Type | Class and Description |
---|---|
class |
SQLServerCallableStatement
CallableStatement implements JDBC callable statements.
|
class |
SQLServerCallableStatement42
This class is separated from SQLServerCallableStatement class in order to resolve compiling error of missing Java 8 Types when running with Java 7.
|
class |
SQLServerPreparedStatement
SQLServerPreparedStatement provides JDBC prepared statement functionality.
|
class |
SQLServerPreparedStatement42
This class is separated from SQLServerPreparedStatement class in order to resolve compiling error of missing Java 8 Types when running with Java 7.
|
Copyright © 2017 Microsoft Corporation. All rights reserved.