Uses of Interface
com.microsoft.sqlserver.jdbc.ISQLServerDataRecord
Packages that use ISQLServerDataRecord
-
Uses of ISQLServerDataRecord in com.microsoft.sqlserver.jdbc
Methods in com.microsoft.sqlserver.jdbc with parameters of type ISQLServerDataRecordModifier and TypeMethodDescriptionvoidISQLServerCallableStatement.setStructured(String parameterName, String tvpName, ISQLServerDataRecord tvpDataRecord)Populates a table valued parameter passed to a stored procedure with an ISQLServerDataRecord object.voidISQLServerPreparedStatement.setStructured(int parameterIndex, String tvpName, ISQLServerDataRecord tvpBulkRecord)Sets the server bulk record to populate a table valued parameter.voidSQLServerCallableStatement.setStructured(String parameterName, String tvpName, ISQLServerDataRecord tvpDataRecord)voidSQLServerPreparedStatement.setStructured(int n, String tvpName, ISQLServerDataRecord tvpBulkRecord)