Package | Description |
---|---|
com.microsoft.sqlserver.jdbc |
Modifier and Type | Method | Description |
---|---|---|
void |
ISQLServerCallableStatement.setStructured(java.lang.String parameterName,
java.lang.String tvpName,
SQLServerDataTable tvpDataTable) |
Populates a table valued parameter passed to a stored procedure with a data table.
|
void |
ISQLServerPreparedStatement.setStructured(int parameterIndex,
java.lang.String tvpName,
SQLServerDataTable tvpDataTable) |
Sets the data table to populates a table valued parameter.
|
void |
SQLServerCallableStatement.setStructured(java.lang.String parameterName,
java.lang.String tvpName,
SQLServerDataTable tvpDataTable) |
|
void |
SQLServerPreparedStatement.setStructured(int n,
java.lang.String tvpName,
SQLServerDataTable tvpDataTable) |
Copyright © 2018 Microsoft Corporation. All rights reserved.