Package | Description |
---|---|
com.microsoft.sqlserver.jdbc |
Modifier and Type | Method and Description |
---|---|
void |
SQLServerPreparedStatement.setStructured(int n,
String tvpName,
SQLServerDataTable tvpDataTable)
Populates a table valued parameter with a data table
|
void |
SQLServerCallableStatement.setStructured(String sCol,
String tvpName,
SQLServerDataTable tvpDataTable)
Populates a table valued parameter passed to a stored procedure with a data table.
|
Copyright © 2017 Microsoft Corporation. All rights reserved.