Uses of Interface
com.microsoft.sqlserver.jdbc.ISQLServerDataRecord
| Package | Description |
|---|---|
| com.microsoft.sqlserver.jdbc |
-
Uses of ISQLServerDataRecord in com.microsoft.sqlserver.jdbc
Methods in com.microsoft.sqlserver.jdbc with parameters of type ISQLServerDataRecord Modifier and Type Method Description voidISQLServerCallableStatement. setStructured(java.lang.String parameterName, java.lang.String tvpName, ISQLServerDataRecord tvpDataRecord)Populates a table valued parameter passed to a stored procedure with an ISQLServerDataRecord object.voidISQLServerPreparedStatement. setStructured(int parameterIndex, java.lang.String tvpName, ISQLServerDataRecord tvpBulkRecord)Sets the server bulk record to populate a table valued parameter.voidSQLServerCallableStatement. setStructured(java.lang.String parameterName, java.lang.String tvpName, ISQLServerDataRecord tvpDataRecord)voidSQLServerPreparedStatement. setStructured(int n, java.lang.String tvpName, ISQLServerDataRecord tvpBulkRecord)