Class SQLServerCallableStatement
- All Implemented Interfaces:
ISQLServerCallableStatement,ISQLServerPreparedStatement,ISQLServerStatement,Serializable,AutoCloseable,CallableStatement,PreparedStatement,Statement,Wrapper
The API javadoc for JDBC API methods that this class implements are not repeated here. Please see Sun's JDBC API interfaces javadoc for those details.
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class com.microsoft.sqlserver.jdbc.SQLServerStatement
stmtColumnEncriptionSettingFields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO -
Method Summary
Modifier and TypeMethodDescriptiongetArray(int parameterIndex)getAsciiStream(int parameterIndex)Returns the value of the designated column in the current row of thisResultSetobject as a stream of ASCII characters.getAsciiStream(String parameterName)Returns the value of the designated column in the current row of thisResultSetobject as a stream of ASCII characters.getBigDecimal(int parameterIndex)getBigDecimal(int parameterIndex, int scale)Deprecated.getBigDecimal(String parameterName)getBigDecimal(String parameterName, int scale)Deprecated.getBinaryStream(int parameterIndex)Returns the value of the designated column in the current row of thisResultSetobject as a stream of uninterpreted bytes.getBinaryStream(String parameterName)Returns the value of the designated column in the current row of thisResultSetobject as a stream of uninterpretedbytes.getBlob(int parameterIndex)booleangetBoolean(int index)booleangetBoolean(String parameterName)bytegetByte(int index)bytebyte[]getBytes(int index)byte[]getCharacterStream(int parameterIndex)getCharacterStream(String parameterName)getClob(int parameterIndex)getDate(int index)getDateTime(int index)Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.getDateTime(int index, Calendar cal)Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.getDateTime(String parameterName)Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.getDateTime(String name, Calendar cal)Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.getDateTimeOffset(int index)Returns the DateTimeOffset value of parameter with index parameterIndex.getDateTimeOffset(String parameterName)Returns the DateTimeOffset value of parameter with name parameterName.doublegetDouble(int index)doublefloatgetFloat(int index)floatintgetInt(int index)intlonggetLong(int index)longgetMoney(int parameterIndex)Returns the value of the column specified as a java.math.BigDecimal object.Returns the value of the column specified as a java.math.BigDecimal object.getNCharacterStream(int parameterIndex)getNCharacterStream(String parameterName)getNClob(int parameterIndex)getNString(int parameterIndex)getNString(String parameterName)getObject(int index)<T> T<T> TgetRef(int parameterIndex)getRowId(int parameterIndex)shortgetShort(int index)shortgetSmallDateTime(int index)Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.getSmallDateTime(int index, Calendar cal)Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.getSmallDateTime(String parameterName)Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.getSmallDateTime(String name, Calendar cal)Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.getSmallMoney(int parameterIndex)Returns the value of the column specified as a java.math.BigDecimal object.getSmallMoney(String parameterName)Returns the value of the column specified as a java.math.BigDecimal object.getSQLXML(int parameterIndex)getString(int index)getTime(int index)getTimestamp(int index)getTimestamp(int index, Calendar cal)getTimestamp(String parameterName)getTimestamp(String name, Calendar cal)getURL(int parameterIndex)voidregisterOutParameter(int index, int sqlType)voidregisterOutParameter(int index, int sqlType, int scale)voidregisterOutParameter(int index, int sqlType, int precision, int scale)Registers the parameter in ordinal position index to be of JDBC type sqlType.voidregisterOutParameter(int index, int sqlType, String typeName)voidregisterOutParameter(int parameterIndex, SQLType sqlType)voidregisterOutParameter(int parameterIndex, SQLType sqlType, int scale)voidregisterOutParameter(int parameterIndex, SQLType sqlType, int precision, int scale)Registers the parameter in ordinal position index to be of JDBC type sqlType.voidregisterOutParameter(int parameterIndex, SQLType sqlType, String typeName)voidregisterOutParameter(String parameterName, int sqlType)voidregisterOutParameter(String parameterName, int sqlType, int scale)voidregisterOutParameter(String parameterName, int sqlType, int precision, int scale)Registers the parameter in ordinal position index to be of JDBC type sqlType.voidregisterOutParameter(String parameterName, int sqlType, String typeName)voidregisterOutParameter(String parameterName, SQLType sqlType)voidregisterOutParameter(String parameterName, SQLType sqlType, int scale)voidregisterOutParameter(String parameterName, SQLType sqlType, int precision, int scale)Registers the parameter in ordinal position index to be of JDBC type sqlType.voidregisterOutParameter(String parameterName, SQLType sqlType, String typeName)voidsetAsciiStream(String parameterName, InputStream value)voidsetAsciiStream(String parameterName, InputStream value, int length)voidsetAsciiStream(String parameterName, InputStream value, long length)voidsetBigDecimal(String parameterName, BigDecimal value)voidsetBigDecimal(String parameterName, BigDecimal value, int precision, int scale)Sets the designated parameter to the givenjava.math.BigDecimalvalue.voidsetBigDecimal(String parameterName, BigDecimal value, int precision, int scale, boolean forceEncrypt)Sets the designated parameter to the givenjava.math.BigDecimalvalue.voidsetBinaryStream(String parameterName, InputStream value)voidsetBinaryStream(String parameterName, InputStream value, int length)voidsetBinaryStream(String parameterName, InputStream value, long length)voidsetBlob(String parameterName, InputStream value)voidsetBlob(String parameterName, InputStream inputStream, long length)voidvoidsetBoolean(String parameterName, boolean value)voidsetBoolean(String parameterName, boolean value, boolean forceEncrypt)Sets the designated parameter to the given Javabooleanvalue.voidvoidSets the designated parameter to the given Javabytevalue.voidvoidSets the designated parameter to the given Java array of bytes.voidsetCharacterStream(String parameterName, Reader reader)voidsetCharacterStream(String parameterName, Reader value, int length)voidsetCharacterStream(String parameterName, Reader reader, long length)voidvoidvoidvoidvoidvoidSets the designated parameter to the givenjava.sql.Datevalue, using the givenCalendarobject.voidsetDateTime(String parameterName, Timestamp value)Sets the designated parameter to the givenjava.sql.Timestampvalue.voidsetDateTime(String parameterName, Timestamp value, boolean forceEncrypt)Sets the designated parameter to the givenjava.sql.Timestampvalue.voidsetDateTimeOffset(String parameterName, DateTimeOffset value)Sets parameter parameterName to DateTimeOffset value.voidsetDateTimeOffset(String parameterName, DateTimeOffset value, int scale)Sets parameter parameterName to DateTimeOffset value.voidsetDateTimeOffset(String parameterName, DateTimeOffset value, int scale, boolean forceEncrypt)Sets parameter parameterName to DateTimeOffset value.voidvoidSets the designated parameter to the given Javadoublevalue.voidvoidSets the designated parameter to the given Javafloatvalue.voidvoidSets the designated parameter to the given Javaintvalue.voidvoidSets the designated parameter to the given Javalongvalue.voidsetMoney(String parameterName, BigDecimal value)Sets the designated parameter to the given Javajava.math.BigDecimalvalue.voidsetMoney(String parameterName, BigDecimal value, boolean forceEncrypt)Sets the designated parameter to the given Javajava.math.BigDecimalvalue.voidsetNCharacterStream(String parameterName, Reader value)voidsetNCharacterStream(String parameterName, Reader value, long length)voidvoidvoidvoidsetNString(String parameterName, String value)voidsetNString(String parameterName, String value, boolean forceEncrypt)Sets the designated parameter to the givenStringobject.voidvoidvoidvoidvoidvoidSets the value of the designated parameter with the given object.voidSets the value of the designated parameter with the given object.voidvoidvoidSets the value of the designated parameter with the given object.voidvoidvoidSets the designated parameter to the given Javashortvalue.voidsetSmallDateTime(String parameterName, Timestamp value)Sets the designated parameter to the givenjava.sql.Timestampvalue.voidsetSmallDateTime(String parameterName, Timestamp value, boolean forceEncrypt)Sets the designated parameter to the givenjava.sql.Timestampvalue.voidsetSmallMoney(String parameterName, BigDecimal value)Sets the designated parameter to the given Javajava.math.BigDecimalvalue.voidsetSmallMoney(String parameterName, BigDecimal value, boolean forceEncrypt)Sets the designated parameter to the given Javajava.math.BigDecimalvalue.voidvoidvoidSets the designated parameter to the given JavaStringvalue.voidsetStructured(String parameterName, String tvpName, ISQLServerDataRecord tvpDataRecord)Populates a table valued parameter passed to a stored procedure with an ISQLServerDataRecord object.voidsetStructured(String parameterName, String tvpName, SQLServerDataTable tvpDataTable)Populates a table valued parameter passed to a stored procedure with a data table.voidsetStructured(String parameterName, String tvpName, ResultSet tvpResultSet)Populates a table valued parameter passed to a stored procedure with a ResultSet retrieved from another tablevoidvoidSets the designated parameter to the givenjava.sql.Timevalue.voidSets the designated parameter to the givenjava.sql.Timevalue.voidvoidSets the designated parameter to the givenjava.sql.Timevalue, using the givenCalendarobject.voidsetTimestamp(String parameterName, Timestamp value)voidsetTimestamp(String parameterName, Timestamp value, int scale)Sets the designated parameter to the givenjava.sql.Timestampvalue.voidsetTimestamp(String parameterName, Timestamp value, int scale, boolean forceEncrypt)Sets the designated parameter to the givenjava.sql.Timestampvalue.voidsetTimestamp(String parameterName, Timestamp value, Calendar calendar)voidsetTimestamp(String parameterName, Timestamp value, Calendar calendar, boolean forceEncrypt)Sets the designated parameter to the givenjava.sql.Timestampvalue.voidsetUniqueIdentifier(String parameterName, String guid)Sets the designated parameter to the givenStringvalue.voidsetUniqueIdentifier(String parameterName, String guid, boolean forceEncrypt)Sets the designated parameter to the givenStringvalue.voidbooleanwasNull()Methods inherited from class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
addBatch, addBatch, clearBatch, clearParameters, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeQuery, executeQuery, executeUpdate, executeUpdate, getMetaData, getParameterMetaData, getParameterMetaData, getPreparedStatementHandle, getUseFmtOnly, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBigDecimal, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setBoolean, setByte, setByte, setBytes, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDate, setDateTime, setDateTime, setDateTimeOffset, setDateTimeOffset, setDateTimeOffset, setDouble, setDouble, setFloat, setFloat, setGeography, setGeometry, setInt, setInt, setLong, setLong, setMoney, setMoney, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNString, setNull, setNull, setObject, setObject, setObject, setObject, setObject, setObject, setObject, setObject, setObject, setRef, setRowId, setShort, setShort, setSmallDateTime, setSmallDateTime, setSmallMoney, setSmallMoney, setSQLXML, setString, setString, setStructured, setStructured, setStructured, setTime, setTime, setTime, setTime, setTime, setTimestamp, setTimestamp, setTimestamp, setTimestamp, setTimestamp, setUnicodeStream, setUniqueIdentifier, setUniqueIdentifier, setURL, setUseFmtOnlyMethods inherited from class com.microsoft.sqlserver.jdbc.SQLServerStatement
cancel, clearWarnings, close, closeOnCompletion, execute, execute, execute, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeUpdate, executeUpdate, executeUpdate, getCancelQueryTimeout, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResponseBuffering, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getStmtColumnEncriptionSetting, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setCancelQueryTimeout, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, setResponseBuffering, toString, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
getParameterMetaData, getPreparedStatementHandle, getUseFmtOnly, setBigDecimal, setBigDecimal, setBoolean, setByte, setBytes, setDate, setDateTime, setDateTime, setDateTimeOffset, setDateTimeOffset, setDateTimeOffset, setDouble, setFloat, setGeography, setGeometry, setInt, setLong, setMoney, setMoney, setNString, setObject, setObject, setObject, setObject, setShort, setSmallDateTime, setSmallDateTime, setSmallMoney, setSmallMoney, setString, setStructured, setStructured, setStructured, setTime, setTime, setTime, setTimestamp, setTimestamp, setTimestamp, setUniqueIdentifier, setUniqueIdentifier, setUseFmtOnlyMethods inherited from interface com.microsoft.sqlserver.jdbc.ISQLServerStatement
getCancelQueryTimeout, getResponseBuffering, setCancelQueryTimeout, setResponseBufferingMethods inherited from interface java.sql.PreparedStatement
addBatch, clearParameters, execute, executeLargeUpdate, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLMethods inherited from interface java.sql.Statement
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, enquoteIdentifier, enquoteLiteral, enquoteNCharLiteral, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isSimpleIdentifier, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Method Details
-
registerOutParameter
- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLServerException
-
registerOutParameter
public void registerOutParameter(int index, int sqlType, String typeName) throws SQLServerException- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLServerException
-
registerOutParameter
- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLServerException
-
registerOutParameter
public void registerOutParameter(int index, int sqlType, int precision, int scale) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementRegisters the parameter in ordinal position index to be of JDBC type sqlType. All OUT parameters must be registered before a stored procedure is executed.The JDBC type specified by sqlType for an OUT parameter determines the Java type that must be used in the get method to read the value of that parameter.
- Specified by:
registerOutParameterin interfaceISQLServerCallableStatement- Parameters:
index- the first column is 1, the second is 2, ...sqlType- the JDBC type code defined by SQLType to use to register the OUT Parameter.precision- the sum of the desired number of digits to the left and right of the decimal point. It must be greater than or equal to zero.scale- the desired number of digits to the right of the decimal point. It must be greater than or equal to zero.- Throws:
SQLServerException- If any errors occur.
-
getInt
- Specified by:
getIntin interfaceCallableStatement- Throws:
SQLServerException
-
getInt
- Specified by:
getIntin interfaceCallableStatement- Throws:
SQLServerException
-
getString
- Specified by:
getStringin interfaceCallableStatement- Throws:
SQLServerException
-
getString
- Specified by:
getStringin interfaceCallableStatement- Throws:
SQLServerException
-
getNString
- Specified by:
getNStringin interfaceCallableStatement- Throws:
SQLException
-
getNString
- Specified by:
getNStringin interfaceCallableStatement- Throws:
SQLException
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimalin interfaceCallableStatement- Throws:
SQLException
-
getBigDecimal
@Deprecated public BigDecimal getBigDecimal(String parameterName, int scale) throws SQLServerExceptionDeprecated.Description copied from interface:ISQLServerCallableStatementReturns the value of the designated column in the current row of this ResultSet object as a java.sql.BigDecimal object in the Java programming language.- Specified by:
getBigDecimalin interfaceISQLServerCallableStatement- Parameters:
parameterName- the label for the columnscale- the scale of the BigDecimal- Returns:
- the column value; if the value is SQL NULL, the value returned is null
- Throws:
SQLServerException- when an error occurs
-
getBoolean
- Specified by:
getBooleanin interfaceCallableStatement- Throws:
SQLServerException
-
getBoolean
- Specified by:
getBooleanin interfaceCallableStatement- Throws:
SQLServerException
-
getByte
- Specified by:
getBytein interfaceCallableStatement- Throws:
SQLServerException
-
getByte
- Specified by:
getBytein interfaceCallableStatement- Throws:
SQLServerException
-
getBytes
- Specified by:
getBytesin interfaceCallableStatement- Throws:
SQLServerException
-
getBytes
- Specified by:
getBytesin interfaceCallableStatement- Throws:
SQLServerException
-
getDate
- Specified by:
getDatein interfaceCallableStatement- Throws:
SQLServerException
-
getDate
- Specified by:
getDatein interfaceCallableStatement- Throws:
SQLServerException
-
getDate
- Specified by:
getDatein interfaceCallableStatement- Throws:
SQLServerException
-
getDate
- Specified by:
getDatein interfaceCallableStatement- Throws:
SQLServerException
-
getDouble
- Specified by:
getDoublein interfaceCallableStatement- Throws:
SQLServerException
-
getDouble
- Specified by:
getDoublein interfaceCallableStatement- Throws:
SQLServerException
-
getFloat
- Specified by:
getFloatin interfaceCallableStatement- Throws:
SQLServerException
-
getFloat
- Specified by:
getFloatin interfaceCallableStatement- Throws:
SQLServerException
-
getLong
- Specified by:
getLongin interfaceCallableStatement- Throws:
SQLServerException
-
getLong
- Specified by:
getLongin interfaceCallableStatement- Throws:
SQLServerException
-
getObject
- Specified by:
getObjectin interfaceCallableStatement- Throws:
SQLServerException
-
getObject
- Specified by:
getObjectin interfaceCallableStatement- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceCallableStatement- Throws:
SQLServerException
-
getObject
- Specified by:
getObjectin interfaceCallableStatement- Throws:
SQLException
-
getShort
- Specified by:
getShortin interfaceCallableStatement- Throws:
SQLServerException
-
getShort
- Specified by:
getShortin interfaceCallableStatement- Throws:
SQLServerException
-
getTime
- Specified by:
getTimein interfaceCallableStatement- Throws:
SQLServerException
-
getTime
- Specified by:
getTimein interfaceCallableStatement- Throws:
SQLServerException
-
getTime
- Specified by:
getTimein interfaceCallableStatement- Throws:
SQLServerException
-
getTime
- Specified by:
getTimein interfaceCallableStatement- Throws:
SQLServerException
-
getTimestamp
- Specified by:
getTimestampin interfaceCallableStatement- Throws:
SQLServerException
-
getTimestamp
- Specified by:
getTimestampin interfaceCallableStatement- Throws:
SQLServerException
-
getTimestamp
- Specified by:
getTimestampin interfaceCallableStatement- Throws:
SQLServerException
-
getTimestamp
- Specified by:
getTimestampin interfaceCallableStatement- Throws:
SQLServerException
-
getDateTime
Description copied from interface:ISQLServerCallableStatementReturns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.- Specified by:
getDateTimein interfaceISQLServerCallableStatement- Parameters:
index- the first column is 1, the second is 2, ...- Returns:
- the column value; if the value is SQL NULL, the value returned is null
- Throws:
SQLServerException- when an error occurs
-
getDateTime
Description copied from interface:ISQLServerCallableStatementReturns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.- Specified by:
getDateTimein interfaceISQLServerCallableStatement- Parameters:
parameterName- the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column- Returns:
- the column value; if the value is SQL NULL, the value returned is null
- Throws:
SQLServerException- when an error occurs
-
getDateTime
Description copied from interface:ISQLServerCallableStatementReturns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language. This method uses the given calendar to construct an appropriate millisecond value for the timestamp if the underlying database does not store timezone information.- Specified by:
getDateTimein interfaceISQLServerCallableStatement- Parameters:
index- the first column is 1, the second is 2, ...cal- the java.util.Calendar object to use in constructing the dateTime- Returns:
- the column value; if the value is SQL NULL, the value returned is null
- Throws:
SQLServerException- when an error occurs
-
getDateTime
Description copied from interface:ISQLServerCallableStatementReturns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language. This method uses the given calendar to construct an appropriate millisecond value for the timestamp if the underlying database does not store timezone information.- Specified by:
getDateTimein interfaceISQLServerCallableStatement- Parameters:
name- the name of the columncal- the java.util.Calendar object to use in constructing the dateTime- Returns:
- the column value; if the value is SQL NULL, the value returned is null
- Throws:
SQLServerException- when an error occurs
-
getSmallDateTime
Description copied from interface:ISQLServerCallableStatementReturns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.- Specified by:
getSmallDateTimein interfaceISQLServerCallableStatement- Parameters:
index- the first column is 1, the second is 2, ...- Returns:
- the column value; if the value is SQL NULL, the value returned is null
- Throws:
SQLServerException- when an error occurs
-
getSmallDateTime
Description copied from interface:ISQLServerCallableStatementReturns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.- Specified by:
getSmallDateTimein interfaceISQLServerCallableStatement- Parameters:
parameterName- The name of a column.- Returns:
- the column value; if the value is SQL NULL, the value returned is null
- Throws:
SQLServerException- when an error occurs
-
getSmallDateTime
Description copied from interface:ISQLServerCallableStatementReturns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.- Specified by:
getSmallDateTimein interfaceISQLServerCallableStatement- Parameters:
index- the first column is 1, the second is 2, ...cal- the java.util.Calendar object to use in constructing the smalldateTime- Returns:
- the column value; if the value is SQL NULL, the value returned is null
- Throws:
SQLServerException- when an error occurs
-
getSmallDateTime
Description copied from interface:ISQLServerCallableStatementReturns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.- Specified by:
getSmallDateTimein interfaceISQLServerCallableStatement- Parameters:
name- The name of a columncal- the java.util.Calendar object to use in constructing the smalldateTime- Returns:
- the column value; if the value is SQL NULL, the value returned is null
- Throws:
SQLServerException- when an error occurs
-
getDateTimeOffset
Description copied from interface:ISQLServerCallableStatementReturns the DateTimeOffset value of parameter with index parameterIndex.- Specified by:
getDateTimeOffsetin interfaceISQLServerCallableStatement- Parameters:
index- the first parameter is 1, the second is 2, and so on- Returns:
- DateTimeOffset value if the value is SQL NULL, the value returned is null
- Throws:
SQLServerException- if parameterIndex is out of range; if a database access error occurs or this method is called on a closedCallableStatement
-
getDateTimeOffset
Description copied from interface:ISQLServerCallableStatementReturns the DateTimeOffset value of parameter with name parameterName.- Specified by:
getDateTimeOffsetin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parameter- Returns:
- DateTimeOffset value if the value is SQL NULL, the value returned is null
- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
wasNull
- Specified by:
wasNullin interfaceCallableStatement- Throws:
SQLServerException
-
getAsciiStream
Description copied from interface:ISQLServerCallableStatementReturns the value of the designated column in the current row of thisResultSetobject as a stream of ASCII characters. The value can then be read in chunks from the stream. This method is particularly suitable for retrieving largeLONGVARCHARvalues. The JDBC driver will do any necessary conversion from the database format into ASCII.Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a getter method implicitly closes the stream. Also, a stream may return
0when the methodInputStream.availableis called whether there is data available or not.- Specified by:
getAsciiStreamin interfaceISQLServerCallableStatement- Parameters:
parameterIndex- the first column is 1, the second is 2, ...- Returns:
- a Java input stream that delivers the database column value as a stream of one-byte ASCII characters; if
the value is SQL
NULL, the value returned isnull - Throws:
SQLServerException- if the columnIndex is not valid; if a database access error occurs or this method is called on a closed result set
-
getAsciiStream
Description copied from interface:ISQLServerCallableStatementReturns the value of the designated column in the current row of thisResultSetobject as a stream of ASCII characters. The value can then be read in chunks from the stream. This method is particularly suitable for retrieving largeLONGVARCHARvalues. The JDBC driver will do any necessary conversion from the database format into ASCII.Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a getter method implicitly closes the stream. Also, a stream may return
0when the methodavailableis called whether there is data available or not.- Specified by:
getAsciiStreamin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parameter- Returns:
- a Java input stream that delivers the database column value as a stream of one-byte ASCII characters. If
the value is SQL
NULL, the value returned isnull. - Throws:
SQLServerException- if the columnLabel is not valid; if a database access error occurs or this method is called on a closed result set
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceCallableStatement- Throws:
SQLServerException
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceCallableStatement- Throws:
SQLServerException
-
getMoney
Description copied from interface:ISQLServerCallableStatementReturns the value of the column specified as a java.math.BigDecimal object.- Specified by:
getMoneyin interfaceISQLServerCallableStatement- Parameters:
parameterIndex- The zero-based ordinal of a column.- Returns:
- the column value; if the value is SQL NULL, the value returned is null
- Throws:
SQLServerException- when an error occurs
-
getMoney
Description copied from interface:ISQLServerCallableStatementReturns the value of the column specified as a java.math.BigDecimal object.- Specified by:
getMoneyin interfaceISQLServerCallableStatement- Parameters:
parameterName- The name of a column.- Returns:
- the column value; if the value is SQL NULL, the value returned is null.
- Throws:
SQLServerException- when an error occurs
-
getSmallMoney
Description copied from interface:ISQLServerCallableStatementReturns the value of the column specified as a java.math.BigDecimal object.- Specified by:
getSmallMoneyin interfaceISQLServerCallableStatement- Parameters:
parameterIndex- The zero-based ordinal of a column.- Returns:
- the column value; if the value is SQL NULL, the value returned is null
- Throws:
SQLServerException- when an error occurs
-
getSmallMoney
Description copied from interface:ISQLServerCallableStatementReturns the value of the column specified as a java.math.BigDecimal object.- Specified by:
getSmallMoneyin interfaceISQLServerCallableStatement- Parameters:
parameterName- The name of a column.- Returns:
- the column value; if the value is SQL NULL, the value returned is null.
- Throws:
SQLServerException- when an error occurs
-
getBinaryStream
Description copied from interface:ISQLServerCallableStatementReturns the value of the designated column in the current row of thisResultSetobject as a stream of uninterpreted bytes. The value can then be read in chunks from the stream. This method is particularly suitable for retrieving largeLONGVARBINARYvalues.Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a getter method implicitly closes the stream. Also, a stream may return
0when the methodInputStream.availableis called whether there is data available or not.- Specified by:
getBinaryStreamin interfaceISQLServerCallableStatement- Parameters:
parameterIndex- the first column is 1, the second is 2, ...- Returns:
- a Java input stream that delivers the database column value as a stream of uninterpreted bytes; if the
value is SQL
NULL, the value returned isnull - Throws:
SQLServerException- if the columnIndex is not valid; if a database access error occurs or this method is called on a closed result set
-
getBinaryStream
Description copied from interface:ISQLServerCallableStatementReturns the value of the designated column in the current row of thisResultSetobject as a stream of uninterpretedbytes. The value can then be read in chunks from the stream. This method is particularly suitable for retrieving largeLONGVARBINARYvalues.Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a getter method implicitly closes the stream. Also, a stream may return
0when the methodavailableis called whether there is data available or not.- Specified by:
getBinaryStreamin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parameter- Returns:
- a Java input stream that delivers the database column value as a stream of uninterpreted bytes; if the
value is SQL
NULL, the result isnull - Throws:
SQLServerException- if the columnLabel is not valid; if a database access error occurs or this method is called on a closed result set
-
getBlob
- Specified by:
getBlobin interfaceCallableStatement- Throws:
SQLServerException
-
getBlob
- Specified by:
getBlobin interfaceCallableStatement- Throws:
SQLServerException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceCallableStatement- Throws:
SQLServerException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
getClob
- Specified by:
getClobin interfaceCallableStatement- Throws:
SQLServerException
-
getClob
- Specified by:
getClobin interfaceCallableStatement- Throws:
SQLServerException
-
getNClob
- Specified by:
getNClobin interfaceCallableStatement- Throws:
SQLException
-
getNClob
- Specified by:
getNClobin interfaceCallableStatement- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceCallableStatement- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceCallableStatement- Throws:
SQLException
-
getRef
- Specified by:
getRefin interfaceCallableStatement- Throws:
SQLException
-
getRef
- Specified by:
getRefin interfaceCallableStatement- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceCallableStatement- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceCallableStatement- Throws:
SQLException
-
setTimestamp
public void setTimestamp(String parameterName, Timestamp value, Calendar calendar) throws SQLServerException- Specified by:
setTimestampin interfaceCallableStatement- Throws:
SQLServerException
-
setTimestamp
public void setTimestamp(String parameterName, Timestamp value, Calendar calendar, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenjava.sql.Timestampvalue. The driver converts this to an SQLTIMESTAMPvalue when it sends it to the database.- Specified by:
setTimestampin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valuecalendar- a java.util.CalendarforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement- See Also:
CallableStatement.getTimestamp(int)
-
setTime
- Specified by:
setTimein interfaceCallableStatement- Throws:
SQLServerException
-
setTime
public void setTime(String parameterName, Time value, Calendar calendar, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenjava.sql.Timevalue, using the givenCalendarobject. The driver uses theCalendarobject to construct an SQLTIMEvalue, which the driver then sends to the database. With a aCalendarobject, the driver can calculate the time taking into account a custom timezone. If noCalendarobject is specified, the driver uses the default timezone, which is that of the virtual machine running the application.- Specified by:
setTimein interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valuecalendar- theCalendarobject the driver will use to construct the timeforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement- See Also:
CallableStatement.getTime(int)
-
setDate
- Specified by:
setDatein interfaceCallableStatement- Throws:
SQLServerException
-
setDate
public void setDate(String parameterName, Date value, Calendar calendar, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenjava.sql.Datevalue, using the givenCalendarobject. The driver uses theCalendarobject to construct an SQLDATEvalue, which the driver then sends to the database. With a aCalendarobject, the driver can calculate the date taking into account a custom timezone. If noCalendarobject is specified, the driver uses the default timezone, which is that of the virtual machine running the application.- Specified by:
setDatein interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valuecalendar- theCalendarobject the driver will use to construct the dateforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement- See Also:
CallableStatement.getDate(int)
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
setCharacterStream
public final void setCharacterStream(String parameterName, Reader value, int length) throws SQLException- Specified by:
setCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
setCharacterStream
public final void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException- Specified by:
setCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
setNCharacterStream
- Specified by:
setNCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
setNCharacterStream
public final void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException- Specified by:
setNCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceCallableStatement- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceCallableStatement- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceCallableStatement- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceCallableStatement- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceCallableStatement- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceCallableStatement- Throws:
SQLException
-
setNString
- Specified by:
setNStringin interfaceCallableStatement- Throws:
SQLException
-
setNString
public final void setNString(String parameterName, String value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenStringobject. The driver converts this to a SQLNCHARorNVARCHARorLONGNVARCHAR- Specified by:
setNStringin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parameter to be setvalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if the driver does not support national character sets; if the driver can detect that a data conversion error could occur; if a database access error occurs or this method is called on a closedCallableStatement
-
setObject
- Specified by:
setObjectin interfaceCallableStatement- Throws:
SQLServerException
-
setObject
- Specified by:
setObjectin interfaceCallableStatement- Throws:
SQLServerException
-
setObject
public void setObject(String parameterName, Object value, int sqlType, int decimals) throws SQLServerException- Specified by:
setObjectin interfaceCallableStatement- Throws:
SQLServerException
-
setObject
public void setObject(String parameterName, Object value, int sqlType, int decimals, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the value of the designated parameter with the given object.The given Java object will be converted to the given targetSqlType before being sent to the database. If the object has a custom mapping (is of a class implementing the interface
SQLData), the JDBC driver should call the methodSQLData.writeSQLto write it to the SQL data stream. If, on the other hand, the object is of a class implementingRef,Blob,Clob,NClob,Struct,java.net.URL, orArray, the driver should pass it to the database as a value of the corresponding SQL type.Note that this method may be used to pass database- specific abstract data types.
- Specified by:
setObjectin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the object containing the input parameter valuesqlType- the SQL type (as defined in java.sql.Types) to be sent to the database. The scale argument may further qualify this type.decimals- for java.sql.Types.DECIMAL or java.sql.Types.NUMERIC types, this is the number of digits after the decimal point. For all other types, this value will be ignored.forceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement- See Also:
Types,CallableStatement.getObject(int)
-
setObject
public final void setObject(String parameterName, Object value, int targetSqlType, Integer precision, int scale) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the value of the designated parameter with the given object.The given Java object will be converted to the given targetSqlType before being sent to the database. If the object has a custom mapping (is of a class implementing the interface
SQLData), the JDBC driver should call the methodSQLData.writeSQLto write it to the SQL data stream. If, on the other hand, the object is of a class implementingRef,Blob,Clob,NClob,Struct,java.net.URL, orArray, the driver should pass it to the database as a value of the corresponding SQL type.Note that this method may be used to pass datatabase- specific abstract data types.
- Specified by:
setObjectin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the object containing the input parameter valuetargetSqlType- the SQL type (as defined in java.sql.Types) to be sent to the database. The scale argument may further qualify this type.precision- the precision of the column.scale- the scale of the column.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement- See Also:
Types,CallableStatement.getObject(int)
-
setAsciiStream
- Specified by:
setAsciiStreamin interfaceCallableStatement- Throws:
SQLException
-
setAsciiStream
public final void setAsciiStream(String parameterName, InputStream value, int length) throws SQLException- Specified by:
setAsciiStreamin interfaceCallableStatement- Throws:
SQLException
-
setAsciiStream
public final void setAsciiStream(String parameterName, InputStream value, long length) throws SQLException- Specified by:
setAsciiStreamin interfaceCallableStatement- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfaceCallableStatement- Throws:
SQLException
-
setBinaryStream
public final void setBinaryStream(String parameterName, InputStream value, int length) throws SQLException- Specified by:
setBinaryStreamin interfaceCallableStatement- Throws:
SQLException
-
setBinaryStream
public final void setBinaryStream(String parameterName, InputStream value, long length) throws SQLException- Specified by:
setBinaryStreamin interfaceCallableStatement- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceCallableStatement- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceCallableStatement- Throws:
SQLException
-
setBlob
public final void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException- Specified by:
setBlobin interfaceCallableStatement- Throws:
SQLException
-
setTimestamp
- Specified by:
setTimestampin interfaceCallableStatement- Throws:
SQLServerException
-
setTimestamp
public void setTimestamp(String parameterName, Timestamp value, int scale) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenjava.sql.Timestampvalue. The driver converts this to an SQLTIMESTAMPvalue when it sends it to the database.- Specified by:
setTimestampin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valuescale- the scale of the parameter- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement- See Also:
CallableStatement.getTimestamp(int)
-
setTimestamp
public void setTimestamp(String parameterName, Timestamp value, int scale, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenjava.sql.Timestampvalue. The driver converts this to an SQLTIMESTAMPvalue when it sends it to the database.- Specified by:
setTimestampin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valuescale- the scale of the parameterforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement- See Also:
CallableStatement.getTimestamp(int)
-
setDateTimeOffset
public void setDateTimeOffset(String parameterName, DateTimeOffset value) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets parameter parameterName to DateTimeOffset value.- Specified by:
setDateTimeOffsetin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- DateTimeOffset value- Throws:
SQLServerException- if an error occurs
-
setDateTimeOffset
public void setDateTimeOffset(String parameterName, DateTimeOffset value, int scale) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets parameter parameterName to DateTimeOffset value.- Specified by:
setDateTimeOffsetin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- DateTimeOffset valuescale- the scale of the parameter- Throws:
SQLServerException- if an error occurs
-
setDateTimeOffset
public void setDateTimeOffset(String parameterName, DateTimeOffset value, int scale, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets parameter parameterName to DateTimeOffset value.- Specified by:
setDateTimeOffsetin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- DateTimeOffset valuescale- the scale of the parameterforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if an error occurs
-
setDate
- Specified by:
setDatein interfaceCallableStatement- Throws:
SQLServerException
-
setTime
- Specified by:
setTimein interfaceCallableStatement- Throws:
SQLServerException
-
setTime
Description copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenjava.sql.Timevalue. The driver converts this to an SQLTIMEvalue when it sends it to the database.- Specified by:
setTimein interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valuescale- the scale of the column- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement- See Also:
CallableStatement.getTime(int)
-
setTime
public void setTime(String parameterName, Time value, int scale, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenjava.sql.Timevalue. The driver converts this to an SQLTIMEvalue when it sends it to the database.- Specified by:
setTimein interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valuescale- the scale of the columnforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement- See Also:
CallableStatement.getTime(int)
-
setDateTime
Description copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenjava.sql.Timestampvalue. The driver converts this to an SQLDATETIMEvalue when it sends it to the database.- Specified by:
setDateTimein interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter value- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setDateTime
public void setDateTime(String parameterName, Timestamp value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenjava.sql.Timestampvalue. The driver converts this to an SQLDATETIMEvalue when it sends it to the database.- Specified by:
setDateTimein interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setSmallDateTime
Description copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenjava.sql.Timestampvalue. The driver converts this to an SQLSMALLDATETIMEvalue when it sends it to the database.- Specified by:
setSmallDateTimein interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter value- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setSmallDateTime
public void setSmallDateTime(String parameterName, Timestamp value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenjava.sql.Timestampvalue. The driver converts this to an SQLSMALLDATETIMEvalue when it sends it to the database.- Specified by:
setSmallDateTimein interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setUniqueIdentifier
Description copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenStringvalue. The driver converts this to an SQLuniqueIdentifiervalue when it sends it to the database.- Specified by:
setUniqueIdentifierin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parameterguid- the parameter value- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setUniqueIdentifier
public void setUniqueIdentifier(String parameterName, String guid, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenStringvalue. The driver converts this to an SQLuniqueIdentifiervalue when it sends it to the database.- Specified by:
setUniqueIdentifierin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parameterguid- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setBytes
- Specified by:
setBytesin interfaceCallableStatement- Throws:
SQLServerException
-
setBytes
public void setBytes(String parameterName, byte[] value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the given Java array of bytes. The driver converts this to an SQLVARBINARYorLONGVARBINARY(depending on the argument's size relative to the driver's limits onVARBINARYvalues) when it sends it to the database.- Specified by:
setBytesin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setByte
- Specified by:
setBytein interfaceCallableStatement- Throws:
SQLServerException
-
setByte
public void setByte(String parameterName, byte value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the given Javabytevalue. The driver converts this to an SQLTINYINTvalue when it sends it to the database.- Specified by:
setBytein interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setString
- Specified by:
setStringin interfaceCallableStatement- Throws:
SQLServerException
-
setString
public void setString(String parameterName, String value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the given JavaStringvalue. The driver converts this to an SQLVARCHARorLONGVARCHARvalue (depending on the argument's size relative to the driver's limits onVARCHARvalues) when it sends it to the database.- Specified by:
setStringin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setMoney
Description copied from interface:ISQLServerCallableStatementSets the designated parameter to the given Javajava.math.BigDecimalvalue. The driver converts this to an SQLMoneyvalue.- Specified by:
setMoneyin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter value- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setMoney
public void setMoney(String parameterName, BigDecimal value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the given Javajava.math.BigDecimalvalue. The driver converts this to an SQLMoneyvalue.- Specified by:
setMoneyin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setSmallMoney
Description copied from interface:ISQLServerCallableStatementSets the designated parameter to the given Javajava.math.BigDecimalvalue. The driver converts this to an SQLsmallMoneyvalue.- Specified by:
setSmallMoneyin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter value- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setSmallMoney
public void setSmallMoney(String parameterName, BigDecimal value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the given Javajava.math.BigDecimalvalue. The driver converts this to an SQLsmallMoneyvalue.- Specified by:
setSmallMoneyin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setBigDecimal
- Specified by:
setBigDecimalin interfaceCallableStatement- Throws:
SQLServerException
-
setBigDecimal
public void setBigDecimal(String parameterName, BigDecimal value, int precision, int scale) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenjava.math.BigDecimalvalue. The driver converts this to an SQLNUMERICvalue when it sends it to the database.- Specified by:
setBigDecimalin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueprecision- the precision of the columnscale- the scale of the column- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setBigDecimal
public void setBigDecimal(String parameterName, BigDecimal value, int precision, int scale, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the givenjava.math.BigDecimalvalue. The driver converts this to an SQLNUMERICvalue when it sends it to the database.- Specified by:
setBigDecimalin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueprecision- the precision of the columnscale- the scale of the columnforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setDouble
- Specified by:
setDoublein interfaceCallableStatement- Throws:
SQLServerException
-
setDouble
public void setDouble(String parameterName, double value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the given Javadoublevalue. The driver converts this to an SQLDOUBLEvalue when it sends it to the database.- Specified by:
setDoublein interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setFloat
- Specified by:
setFloatin interfaceCallableStatement- Throws:
SQLServerException
-
setFloat
public void setFloat(String parameterName, float value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the given Javafloatvalue. The driver converts this to an SQLFLOATvalue when it sends it to the database.- Specified by:
setFloatin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setInt
- Specified by:
setIntin interfaceCallableStatement- Throws:
SQLServerException
-
setInt
public void setInt(String parameterName, int value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the given Javaintvalue. The driver converts this to an SQLINTEGERvalue when it sends it to the database.- Specified by:
setIntin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setLong
- Specified by:
setLongin interfaceCallableStatement- Throws:
SQLServerException
-
setLong
public void setLong(String parameterName, long value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the given Javalongvalue. The driver converts this to an SQLBIGINTvalue when it sends it to the database.- Specified by:
setLongin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setShort
- Specified by:
setShortin interfaceCallableStatement- Throws:
SQLServerException
-
setShort
public void setShort(String parameterName, short value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the given Javashortvalue. The driver converts this to an SQLSMALLINTvalue when it sends it to the database.- Specified by:
setShortin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setBoolean
- Specified by:
setBooleanin interfaceCallableStatement- Throws:
SQLServerException
-
setBoolean
public void setBoolean(String parameterName, boolean value, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the designated parameter to the given Javabooleanvalue. The driver converts this to an SQLBITorBOOLEANvalue when it sends it to the database.- Specified by:
setBooleanin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the parameter valueforceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement
-
setNull
- Specified by:
setNullin interfaceCallableStatement- Throws:
SQLServerException
-
setNull
- Specified by:
setNullin interfaceCallableStatement- Throws:
SQLServerException
-
setURL
- Specified by:
setURLin interfaceCallableStatement- Throws:
SQLException
-
setStructured
public final void setStructured(String parameterName, String tvpName, SQLServerDataTable tvpDataTable) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementPopulates a table valued parameter passed to a stored procedure with a data table.- Specified by:
setStructuredin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametertvpName- the name of the type TVPtvpDataTable- the data table object- Throws:
SQLServerException- when an error occurs
-
setStructured
public final void setStructured(String parameterName, String tvpName, ResultSet tvpResultSet) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementPopulates a table valued parameter passed to a stored procedure with a ResultSet retrieved from another table- Specified by:
setStructuredin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametertvpName- the name of the type TVPtvpResultSet- the source result set object- Throws:
SQLServerException- when an error occurs
-
setStructured
public final void setStructured(String parameterName, String tvpName, ISQLServerDataRecord tvpDataRecord) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementPopulates a table valued parameter passed to a stored procedure with an ISQLServerDataRecord object.- Specified by:
setStructuredin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametertvpName- the name of the type TVPtvpDataRecord- ISQLServerDataRecord is used for streaming data and the user decides how to use it. tvpDataRecord is an ISQLServerDataRecord object.the source result set object- Throws:
SQLServerException- when an error occurs
-
getURL
- Specified by:
getURLin interfaceCallableStatement- Throws:
SQLException
-
getURL
- Specified by:
getURLin interfaceCallableStatement- Throws:
SQLException
-
setSQLXML
- Specified by:
setSQLXMLin interfaceCallableStatement- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceCallableStatement- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceCallableStatement- Throws:
SQLException
-
setRowId
- Specified by:
setRowIdin interfaceCallableStatement- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceCallableStatement- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceCallableStatement- Throws:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, int sqlType, String typeName) throws SQLServerException- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLServerException
-
registerOutParameter
public void registerOutParameter(String parameterName, int sqlType, int scale) throws SQLServerException- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLServerException
-
registerOutParameter
public void registerOutParameter(String parameterName, int sqlType, int precision, int scale) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementRegisters the parameter in ordinal position index to be of JDBC type sqlType. All OUT parameters must be registered before a stored procedure is executed.The JDBC type specified by sqlType for an OUT parameter determines the Java type that must be used in the get method to read the value of that parameter.
- Specified by:
registerOutParameterin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametersqlType- the JDBC type code defined by SQLType to use to register the OUT Parameter.precision- the sum of the desired number of digits to the left and right of the decimal point. It must be greater than or equal to zero.scale- the desired number of digits to the right of the decimal point. It must be greater than or equal to zero.- Throws:
SQLServerException- If any errors occur.
-
registerOutParameter
- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLServerException
-
registerOutParameter
- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLServerException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, SQLType sqlType, String typeName) throws SQLServerException- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLServerException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, SQLType sqlType, int scale) throws SQLServerException- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLServerException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, SQLType sqlType, int precision, int scale) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementRegisters the parameter in ordinal position index to be of JDBC type sqlType. All OUT parameters must be registered before a stored procedure is executed.The JDBC type specified by sqlType for an OUT parameter determines the Java type that must be used in the get method to read the value of that parameter.
- Specified by:
registerOutParameterin interfaceISQLServerCallableStatement- Parameters:
parameterIndex- the first column is 1, the second is 2, ...sqlType- the JDBC type code defined by SQLType to use to register the OUT Parameter.precision- the sum of the desired number of digits to the left and right of the decimal point. It must be greater than or equal to zero.scale- the desired number of digits to the right of the decimal point. It must be greater than or equal to zero.- Throws:
SQLServerException- If any errors occur.
-
setObject
public void setObject(String parameterName, Object value, SQLType jdbcType) throws SQLServerException- Specified by:
setObjectin interfaceCallableStatement- Throws:
SQLServerException
-
setObject
public void setObject(String parameterName, Object value, SQLType jdbcType, int scale) throws SQLServerException- Specified by:
setObjectin interfaceCallableStatement- Throws:
SQLServerException
-
setObject
public void setObject(String parameterName, Object value, SQLType jdbcType, int scale, boolean forceEncrypt) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementSets the value of the designated parameter with the given object.The given Java object will be converted to the given targetSqlType before being sent to the database. If the object has a custom mapping (is of a class implementing the interface
SQLData), the JDBC driver should call the methodSQLData.writeSQLto write it to the SQL data stream. If, on the other hand, the object is of a class implementingRef,Blob,Clob,NClob,Struct,java.net.URL, orArray, the driver should pass it to the database as a value of the corresponding SQL type.Note that this method may be used to pass datatabase- specific abstract data types.
- Specified by:
setObjectin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametervalue- the object containing the input parameter valuejdbcType- the SQL type (as defined in java.sql.Types) to be sent to the database. The scale argument may further qualify this type.scale- the scale of the column.forceEncrypt- If the boolean forceEncrypt is set to true, the query parameter will only be set if the designation column is encrypted and Always Encrypted is enabled on the connection or on the statement. If the boolean forceEncrypt is set to false, the driver will not force encryption on parameters.- Throws:
SQLServerException- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closedCallableStatement- See Also:
Types,CallableStatement.getObject(int)
-
registerOutParameter
public void registerOutParameter(String parameterName, SQLType sqlType, String typeName) throws SQLServerException- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLServerException
-
registerOutParameter
public void registerOutParameter(String parameterName, SQLType sqlType, int scale) throws SQLServerException- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLServerException
-
registerOutParameter
public void registerOutParameter(String parameterName, SQLType sqlType, int precision, int scale) throws SQLServerExceptionDescription copied from interface:ISQLServerCallableStatementRegisters the parameter in ordinal position index to be of JDBC type sqlType. All OUT parameters must be registered before a stored procedure is executed.The JDBC type specified by sqlType for an OUT parameter determines the Java type that must be used in the get method to read the value of that parameter.
- Specified by:
registerOutParameterin interfaceISQLServerCallableStatement- Parameters:
parameterName- the name of the parametersqlType- the JDBC type code defined by SQLType to use to register the OUT Parameter.precision- the sum of the desired number of digits to the left and right of the decimal point. It must be greater than or equal to zero.scale- the desired number of digits to the right of the decimal point. It must be greater than or equal to zero.- Throws:
SQLServerException- If any errors occur.
-
registerOutParameter
- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLServerException
-