Package | Description |
---|---|
com.microsoft.sqlserver.jdbc |
Modifier and Type | Method | Description |
---|---|---|
void |
ISQLServerCallableStatement.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.
|
void |
ISQLServerPreparedStatement.setStructured(int parameterIndex,
java.lang.String tvpName,
ISQLServerDataRecord tvpBulkRecord) |
Sets the server bulk record to populate a table valued parameter.
|
void |
SQLServerCallableStatement.setStructured(java.lang.String parameterName,
java.lang.String tvpName,
ISQLServerDataRecord tvpDataRecord) |
|
void |
SQLServerPreparedStatement.setStructured(int n,
java.lang.String tvpName,
ISQLServerDataRecord tvpBulkRecord) |
Copyright © 2018 Microsoft Corporation. All rights reserved.