java.lang.AutoCloseable
, java.sql.CallableStatement
, ISQLServerPreparedStatement
, ISQLServerStatement
, java.sql.PreparedStatement
, java.sql.Statement
, java.sql.Wrapper
ISQLServerCallableStatement42
SQLServerCallableStatement
, SQLServerCallableStatement42
public interface ISQLServerCallableStatement extends java.sql.CallableStatement, ISQLServerPreparedStatement
Modifier and Type | Method | Description |
---|---|---|
DateTimeOffset |
getDateTimeOffset(int parameterIndex) |
Gets the DateTimeOffset value of parameter with index parameterIndex
|
DateTimeOffset |
getDateTimeOffset(java.lang.String parameterName) |
Gets the DateTimeOffset value of parameter with name parameterName
|
void |
setDateTimeOffset(java.lang.String parameterName,
DateTimeOffset x) |
Sets parameter parameterName to DateTimeOffset x
|
getArray, getArray, getBigDecimal, getBigDecimal, getBigDecimal, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getDate, getDate, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getURL, getURL, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, 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, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setURL, wasNull
setDateTimeOffset
getResponseBuffering, setResponseBuffering
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, setURL
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, setQueryTimeout
void setDateTimeOffset(java.lang.String parameterName, DateTimeOffset x) throws java.sql.SQLException
parameterName
- the name of the parameterx
- DateTimeOffset valuejava.sql.SQLException
- if parameterName does not correspond to a named parameter; 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 closed CallableStatement
DateTimeOffset getDateTimeOffset(int parameterIndex) throws java.sql.SQLException
parameterIndex
- the first parameter is 1, the second is 2, and so onjava.sql.SQLException
- if parameterIndex is out of range; if a database access error occurs or this method is called on a closed
CallableStatement
DateTimeOffset getDateTimeOffset(java.lang.String parameterName) throws java.sql.SQLException
parameterName
- the name of the parameterjava.sql.SQLException
- if parameterName does not correspond to a named parameter; if a database access error occurs or this method is called on a closed
CallableStatement
Copyright © 2018 Microsoft Corporation. All rights reserved.