public class SQLServerCallableStatement extends SQLServerPreparedStatement implements ISQLServerCallableStatement
stmtColumnEncriptionSettingCLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Modifier and Type | Method and Description |
|---|---|
Array |
getArray(int i) |
Array |
getArray(String sCol) |
InputStream |
getAsciiStream(int paramIndex) |
InputStream |
getAsciiStream(String paramName) |
BigDecimal |
getBigDecimal(int index) |
BigDecimal |
getBigDecimal(int parameterIndex,
int scale)
Deprecated.
|
BigDecimal |
getBigDecimal(String sCol) |
BigDecimal |
getBigDecimal(String parameterName,
int scale)
Deprecated.
|
InputStream |
getBinaryStream(int paramIndex) |
InputStream |
getBinaryStream(String paramName) |
Blob |
getBlob(int index) |
Blob |
getBlob(String sCol) |
boolean |
getBoolean(int index) |
boolean |
getBoolean(String sCol) |
byte |
getByte(int index) |
byte |
getByte(String sCol) |
byte[] |
getBytes(int index) |
byte[] |
getBytes(String sCol) |
Reader |
getCharacterStream(int paramIndex) |
Reader |
getCharacterStream(String parameterName) |
Clob |
getClob(int index) |
Clob |
getClob(String sCol) |
Date |
getDate(int index) |
Date |
getDate(int index,
Calendar cal) |
Date |
getDate(String sCol) |
Date |
getDate(String sCol,
Calendar cal) |
Timestamp |
getDateTime(int index) |
Timestamp |
getDateTime(int index,
Calendar cal) |
Timestamp |
getDateTime(String sCol) |
Timestamp |
getDateTime(String name,
Calendar cal) |
DateTimeOffset |
getDateTimeOffset(int index) |
DateTimeOffset |
getDateTimeOffset(String sCol) |
double |
getDouble(int index) |
double |
getDouble(String sCol) |
float |
getFloat(int index) |
float |
getFloat(String sCol) |
int |
getInt(int index) |
int |
getInt(String sCol) |
long |
getLong(int index) |
long |
getLong(String sCol) |
BigDecimal |
getMoney(int index) |
BigDecimal |
getMoney(String sCol) |
Reader |
getNCharacterStream(int parameterIndex) |
Reader |
getNCharacterStream(String parameterName) |
NClob |
getNClob(int parameterIndex) |
NClob |
getNClob(String parameterName) |
String |
getNString(int parameterIndex) |
String |
getNString(String parameterName) |
Object |
getObject(int index) |
<T> T |
getObject(int index,
Class<T> type) |
Object |
getObject(int index,
Map<String,Class<?>> map) |
Object |
getObject(String sCol) |
<T> T |
getObject(String sCol,
Class<T> type) |
Object |
getObject(String sCol,
Map<String,Class<?>> m) |
Ref |
getRef(int i) |
Ref |
getRef(String sCol) |
RowId |
getRowId(int parameterIndex) |
RowId |
getRowId(String parameterName) |
short |
getShort(int index) |
short |
getShort(String sCol) |
Timestamp |
getSmallDateTime(int index) |
Timestamp |
getSmallDateTime(int index,
Calendar cal) |
Timestamp |
getSmallDateTime(String sCol) |
Timestamp |
getSmallDateTime(String name,
Calendar cal) |
BigDecimal |
getSmallMoney(int index) |
BigDecimal |
getSmallMoney(String sCol) |
SQLXML |
getSQLXML(int parameterIndex) |
SQLXML |
getSQLXML(String parameterName) |
String |
getString(int index) |
String |
getString(String sCol) |
Time |
getTime(int index) |
Time |
getTime(int index,
Calendar cal) |
Time |
getTime(String sCol) |
Time |
getTime(String sCol,
Calendar cal) |
Timestamp |
getTimestamp(int index) |
Timestamp |
getTimestamp(int index,
Calendar cal) |
Timestamp |
getTimestamp(String sCol) |
Timestamp |
getTimestamp(String name,
Calendar cal) |
URL |
getURL(int n) |
URL |
getURL(String s) |
void |
registerOutParameter(int index,
int sqlType) |
void |
registerOutParameter(int index,
int sqlType,
int scale) |
void |
registerOutParameter(int index,
int sqlType,
int precision,
int scale) |
void |
registerOutParameter(int index,
int sqlType,
String typeName) |
void |
registerOutParameter(String s,
int n) |
void |
registerOutParameter(String parameterName,
int sqlType,
int scale) |
void |
registerOutParameter(String parameterName,
int sqlType,
int precision,
int scale) |
void |
registerOutParameter(String s,
int n,
String s1) |
void |
setAsciiStream(String parameterName,
InputStream x) |
void |
setAsciiStream(String parameterName,
InputStream value,
int length) |
void |
setAsciiStream(String parameterName,
InputStream x,
long length) |
void |
setBigDecimal(String sCol,
BigDecimal bd) |
void |
setBigDecimal(String sCol,
BigDecimal bd,
int precision,
int scale) |
void |
setBigDecimal(String sCol,
BigDecimal bd,
int precision,
int scale,
boolean forceEncrypt) |
void |
setBinaryStream(String parameterName,
InputStream x) |
void |
setBinaryStream(String parameterName,
InputStream value,
int length) |
void |
setBinaryStream(String parameterName,
InputStream x,
long length) |
void |
setBlob(String parameterName,
Blob inputStream) |
void |
setBlob(String parameterName,
InputStream value) |
void |
setBlob(String parameterName,
InputStream inputStream,
long length) |
void |
setBoolean(String sCol,
boolean b) |
void |
setBoolean(String sCol,
boolean b,
boolean forceEncrypt) |
void |
setByte(String sCol,
byte b) |
void |
setByte(String sCol,
byte b,
boolean forceEncrypt) |
void |
setBytes(String sCol,
byte[] b) |
void |
setBytes(String sCol,
byte[] b,
boolean forceEncrypt) |
void |
setCharacterStream(String parameterName,
Reader reader) |
void |
setCharacterStream(String parameterName,
Reader value,
int length) |
void |
setCharacterStream(String parameterName,
Reader reader,
long length) |
void |
setClob(String parameterName,
Clob x) |
void |
setClob(String parameterName,
Reader reader) |
void |
setClob(String parameterName,
Reader value,
long length) |
void |
setDate(String sCol,
Date d) |
void |
setDate(String sCol,
Date x,
Calendar c) |
void |
setDate(String sCol,
Date x,
Calendar c,
boolean forceEncrypt) |
void |
setDateTime(String sCol,
Timestamp x) |
void |
setDateTime(String sCol,
Timestamp x,
boolean forceEncrypt) |
void |
setDateTimeOffset(String sCol,
DateTimeOffset t) |
void |
setDateTimeOffset(String sCol,
DateTimeOffset t,
int scale) |
void |
setDateTimeOffset(String sCol,
DateTimeOffset t,
int scale,
boolean forceEncrypt) |
void |
setDouble(String sCol,
double d) |
void |
setDouble(String sCol,
double d,
boolean forceEncrypt) |
void |
setFloat(String sCol,
float f) |
void |
setFloat(String sCol,
float f,
boolean forceEncrypt) |
void |
setInt(String sCol,
int i) |
void |
setInt(String sCol,
int i,
boolean forceEncrypt) |
void |
setLong(String sCol,
long l) |
void |
setLong(String sCol,
long l,
boolean forceEncrypt) |
void |
setMoney(String sCol,
BigDecimal bd) |
void |
setMoney(String sCol,
BigDecimal bd,
boolean forceEncrypt) |
void |
setNCharacterStream(String parameterName,
Reader value) |
void |
setNCharacterStream(String parameterName,
Reader value,
long length) |
void |
setNClob(String parameterName,
NClob value) |
void |
setNClob(String parameterName,
Reader reader) |
void |
setNClob(String parameterName,
Reader reader,
long length) |
void |
setNString(String parameterName,
String value) |
void |
setNString(String parameterName,
String value,
boolean forceEncrypt) |
void |
setNull(String sCol,
int nType) |
void |
setNull(String sCol,
int nType,
String sTypeName) |
void |
setObject(String sCol,
Object o) |
void |
setObject(String sCol,
Object o,
int n) |
void |
setObject(String sCol,
Object o,
int n,
int m) |
void |
setObject(String sCol,
Object o,
int n,
int m,
boolean forceEncrypt) |
void |
setObject(String sCol,
Object x,
int targetSqlType,
Integer precision,
int scale) |
void |
setRowId(String parameterName,
RowId x) |
void |
setShort(String sCol,
short s) |
void |
setShort(String sCol,
short s,
boolean forceEncrypt) |
void |
setSmallDateTime(String sCol,
Timestamp x) |
void |
setSmallDateTime(String sCol,
Timestamp x,
boolean forceEncrypt) |
void |
setSmallMoney(String sCol,
BigDecimal bd) |
void |
setSmallMoney(String sCol,
BigDecimal bd,
boolean forceEncrypt) |
void |
setSQLXML(String parameterName,
SQLXML xmlObject) |
void |
setString(String sCol,
String s) |
void |
setString(String sCol,
String s,
boolean forceEncrypt) |
void |
setStructured(String sCol,
String tvpName,
ISQLServerDataRecord tvpDataRecord) |
void |
setStructured(String sCol,
String tvpName,
ResultSet tvpResultSet) |
void |
setStructured(String sCol,
String tvpName,
SQLServerDataTable tvpDataTable) |
void |
setTime(String sCol,
Time t) |
void |
setTime(String sCol,
Time x,
Calendar c) |
void |
setTime(String sCol,
Time x,
Calendar c,
boolean forceEncrypt) |
void |
setTime(String sCol,
Time t,
int scale) |
void |
setTime(String sCol,
Time t,
int scale,
boolean forceEncrypt) |
void |
setTimestamp(String sCol,
Timestamp t) |
void |
setTimestamp(String sCol,
Timestamp x,
Calendar c) |
void |
setTimestamp(String sCol,
Timestamp x,
Calendar c,
boolean forceEncrypt) |
void |
setTimestamp(String sCol,
Timestamp t,
int scale) |
void |
setTimestamp(String sCol,
Timestamp t,
int scale,
boolean forceEncrypt) |
void |
setUniqueIdentifier(String sCol,
String guid) |
void |
setUniqueIdentifier(String sCol,
String guid,
boolean forceEncrypt) |
void |
setURL(String sCol,
URL u) |
boolean |
wasNull() |
addBatch, addBatch, clearBatch, clearParameters, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeQuery, executeQuery, executeUpdate, executeUpdate, getMetaData, getParameterMetaData, 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, setInt, setInt, setLong, setLong, setMoney, setMoney, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNString, setNull, setNull, 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, setURLcancel, clearWarnings, close, closeOnCompletion, execute, execute, execute, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResponseBuffering, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, setResponseBuffering, toString, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitregisterOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, setObject, setObjectsetDateTimeOffsetaddBatch, 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, setURLgetResponseBuffering, setResponseBufferingaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, 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, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrappublic void registerOutParameter(int index,
int sqlType)
throws SQLServerException
registerOutParameter in interface CallableStatementSQLServerExceptionpublic void registerOutParameter(int index,
int sqlType,
String typeName)
throws SQLServerException
registerOutParameter in interface CallableStatementSQLServerExceptionpublic void registerOutParameter(int index,
int sqlType,
int scale)
throws SQLServerException
registerOutParameter in interface CallableStatementSQLServerExceptionpublic void registerOutParameter(int index,
int sqlType,
int precision,
int scale)
throws SQLServerException
SQLServerExceptionpublic int getInt(int index)
throws SQLServerException
getInt in interface CallableStatementSQLServerExceptionpublic int getInt(String sCol) throws SQLServerException
getInt in interface CallableStatementSQLServerExceptionpublic String getString(int index) throws SQLServerException
getString in interface CallableStatementSQLServerExceptionpublic String getString(String sCol) throws SQLServerException
getString in interface CallableStatementSQLServerExceptionpublic final String getNString(int parameterIndex) throws SQLException
getNString in interface CallableStatementSQLExceptionpublic final String getNString(String parameterName) throws SQLException
getNString in interface CallableStatementSQLException@Deprecated public BigDecimal getBigDecimal(int parameterIndex, int scale) throws SQLException
getBigDecimal in interface CallableStatementSQLException@Deprecated public BigDecimal getBigDecimal(String parameterName, int scale) throws SQLException
SQLExceptionpublic boolean getBoolean(int index)
throws SQLServerException
getBoolean in interface CallableStatementSQLServerExceptionpublic boolean getBoolean(String sCol) throws SQLServerException
getBoolean in interface CallableStatementSQLServerExceptionpublic byte getByte(int index)
throws SQLServerException
getByte in interface CallableStatementSQLServerExceptionpublic byte getByte(String sCol) throws SQLServerException
getByte in interface CallableStatementSQLServerExceptionpublic byte[] getBytes(int index)
throws SQLServerException
getBytes in interface CallableStatementSQLServerExceptionpublic byte[] getBytes(String sCol) throws SQLServerException
getBytes in interface CallableStatementSQLServerExceptionpublic Date getDate(int index) throws SQLServerException
getDate in interface CallableStatementSQLServerExceptionpublic Date getDate(String sCol) throws SQLServerException
getDate in interface CallableStatementSQLServerExceptionpublic Date getDate(int index, Calendar cal) throws SQLServerException
getDate in interface CallableStatementSQLServerExceptionpublic Date getDate(String sCol, Calendar cal) throws SQLServerException
getDate in interface CallableStatementSQLServerExceptionpublic double getDouble(int index)
throws SQLServerException
getDouble in interface CallableStatementSQLServerExceptionpublic double getDouble(String sCol) throws SQLServerException
getDouble in interface CallableStatementSQLServerExceptionpublic float getFloat(int index)
throws SQLServerException
getFloat in interface CallableStatementSQLServerExceptionpublic float getFloat(String sCol) throws SQLServerException
getFloat in interface CallableStatementSQLServerExceptionpublic long getLong(int index)
throws SQLServerException
getLong in interface CallableStatementSQLServerExceptionpublic long getLong(String sCol) throws SQLServerException
getLong in interface CallableStatementSQLServerExceptionpublic Object getObject(int index) throws SQLServerException
getObject in interface CallableStatementSQLServerExceptionpublic <T> T getObject(int index,
Class<T> type)
throws SQLException
getObject in interface CallableStatementSQLExceptionpublic Object getObject(String sCol) throws SQLServerException
getObject in interface CallableStatementSQLServerExceptionpublic <T> T getObject(String sCol, Class<T> type) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic short getShort(int index)
throws SQLServerException
getShort in interface CallableStatementSQLServerExceptionpublic short getShort(String sCol) throws SQLServerException
getShort in interface CallableStatementSQLServerExceptionpublic Time getTime(int index) throws SQLServerException
getTime in interface CallableStatementSQLServerExceptionpublic Time getTime(String sCol) throws SQLServerException
getTime in interface CallableStatementSQLServerExceptionpublic Time getTime(int index, Calendar cal) throws SQLServerException
getTime in interface CallableStatementSQLServerExceptionpublic Time getTime(String sCol, Calendar cal) throws SQLServerException
getTime in interface CallableStatementSQLServerExceptionpublic Timestamp getTimestamp(int index) throws SQLServerException
getTimestamp in interface CallableStatementSQLServerExceptionpublic Timestamp getTimestamp(String sCol) throws SQLServerException
getTimestamp in interface CallableStatementSQLServerExceptionpublic Timestamp getTimestamp(int index, Calendar cal) throws SQLServerException
getTimestamp in interface CallableStatementSQLServerExceptionpublic Timestamp getTimestamp(String name, Calendar cal) throws SQLServerException
getTimestamp in interface CallableStatementSQLServerExceptionpublic Timestamp getDateTime(int index) throws SQLServerException
SQLServerExceptionpublic Timestamp getDateTime(String sCol) throws SQLServerException
SQLServerExceptionpublic Timestamp getDateTime(int index, Calendar cal) throws SQLServerException
SQLServerExceptionpublic Timestamp getDateTime(String name, Calendar cal) throws SQLServerException
SQLServerExceptionpublic Timestamp getSmallDateTime(int index) throws SQLServerException
SQLServerExceptionpublic Timestamp getSmallDateTime(String sCol) throws SQLServerException
SQLServerExceptionpublic Timestamp getSmallDateTime(int index, Calendar cal) throws SQLServerException
SQLServerExceptionpublic Timestamp getSmallDateTime(String name, Calendar cal) throws SQLServerException
SQLServerExceptionpublic DateTimeOffset getDateTimeOffset(int index) throws SQLException
getDateTimeOffset in interface ISQLServerCallableStatementSQLExceptionpublic DateTimeOffset getDateTimeOffset(String sCol) throws SQLException
getDateTimeOffset in interface ISQLServerCallableStatementSQLExceptionpublic boolean wasNull()
throws SQLServerException
wasNull in interface CallableStatementSQLServerExceptionpublic final InputStream getAsciiStream(int paramIndex) throws SQLServerException
SQLServerExceptionpublic final InputStream getAsciiStream(String paramName) throws SQLServerException
SQLServerExceptionpublic BigDecimal getBigDecimal(int index) throws SQLServerException
getBigDecimal in interface CallableStatementSQLServerExceptionpublic BigDecimal getBigDecimal(String sCol) throws SQLServerException
getBigDecimal in interface CallableStatementSQLServerExceptionpublic BigDecimal getMoney(int index) throws SQLServerException
SQLServerExceptionpublic BigDecimal getMoney(String sCol) throws SQLServerException
SQLServerExceptionpublic BigDecimal getSmallMoney(int index) throws SQLServerException
SQLServerExceptionpublic BigDecimal getSmallMoney(String sCol) throws SQLServerException
SQLServerExceptionpublic final InputStream getBinaryStream(int paramIndex) throws SQLServerException
SQLServerExceptionpublic final InputStream getBinaryStream(String paramName) throws SQLServerException
SQLServerExceptionpublic Blob getBlob(int index) throws SQLServerException
getBlob in interface CallableStatementSQLServerExceptionpublic Blob getBlob(String sCol) throws SQLServerException
getBlob in interface CallableStatementSQLServerExceptionpublic final Reader getCharacterStream(int paramIndex) throws SQLServerException
getCharacterStream in interface CallableStatementSQLServerExceptionpublic final Reader getCharacterStream(String parameterName) throws SQLException
getCharacterStream in interface CallableStatementSQLExceptionpublic final Reader getNCharacterStream(int parameterIndex) throws SQLException
getNCharacterStream in interface CallableStatementSQLExceptionpublic final Reader getNCharacterStream(String parameterName) throws SQLException
getNCharacterStream in interface CallableStatementSQLExceptionpublic Clob getClob(int index) throws SQLServerException
getClob in interface CallableStatementSQLServerExceptionpublic Clob getClob(String sCol) throws SQLServerException
getClob in interface CallableStatementSQLServerExceptionpublic NClob getNClob(int parameterIndex) throws SQLException
getNClob in interface CallableStatementSQLExceptionpublic NClob getNClob(String parameterName) throws SQLException
getNClob in interface CallableStatementSQLExceptionpublic Object getObject(int index, Map<String,Class<?>> map) throws SQLServerException
getObject in interface CallableStatementSQLServerExceptionpublic Object getObject(String sCol, Map<String,Class<?>> m) throws SQLServerException
getObject in interface CallableStatementSQLServerExceptionpublic Ref getRef(int i) throws SQLServerException
getRef in interface CallableStatementSQLServerExceptionpublic Ref getRef(String sCol) throws SQLServerException
getRef in interface CallableStatementSQLServerExceptionpublic Array getArray(int i) throws SQLServerException
getArray in interface CallableStatementSQLServerExceptionpublic Array getArray(String sCol) throws SQLServerException
getArray in interface CallableStatementSQLServerExceptionpublic void setTimestamp(String sCol, Timestamp x, Calendar c) throws SQLServerException
setTimestamp in interface CallableStatementSQLServerExceptionpublic void setTimestamp(String sCol, Timestamp x, Calendar c, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setTime(String sCol, Time x, Calendar c) throws SQLServerException
setTime in interface CallableStatementSQLServerExceptionpublic void setTime(String sCol, Time x, Calendar c, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setDate(String sCol, Date x, Calendar c) throws SQLServerException
setDate in interface CallableStatementSQLServerExceptionpublic void setDate(String sCol, Date x, Calendar c, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic final void setCharacterStream(String parameterName, Reader reader) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic final void setCharacterStream(String parameterName, Reader value, int length) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic final void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic final void setNCharacterStream(String parameterName, Reader value) throws SQLException
setNCharacterStream in interface CallableStatementSQLExceptionpublic final void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException
setNCharacterStream in interface CallableStatementSQLExceptionpublic final void setClob(String parameterName, Clob x) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic final void setClob(String parameterName, Reader reader) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic final void setClob(String parameterName, Reader value, long length) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic final void setNClob(String parameterName, NClob value) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic final void setNClob(String parameterName, Reader reader) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic final void setNClob(String parameterName, Reader reader, long length) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic final void setNString(String parameterName, String value) throws SQLException
setNString in interface CallableStatementSQLExceptionpublic final void setNString(String parameterName, String value, boolean forceEncrypt) throws SQLException
SQLExceptionpublic void setObject(String sCol, Object o) throws SQLServerException
setObject in interface CallableStatementSQLServerExceptionpublic void setObject(String sCol, Object o, int n) throws SQLServerException
setObject in interface CallableStatementSQLServerExceptionpublic void setObject(String sCol, Object o, int n, int m) throws SQLServerException
setObject in interface CallableStatementSQLServerExceptionpublic void setObject(String sCol, Object o, int n, int m, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic final void setObject(String sCol, Object x, int targetSqlType, Integer precision, int scale) throws SQLServerException
SQLServerExceptionpublic final void setAsciiStream(String parameterName, InputStream x) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic final void setAsciiStream(String parameterName, InputStream value, int length) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic final void setAsciiStream(String parameterName, InputStream x, long length) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic final void setBinaryStream(String parameterName, InputStream x) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic final void setBinaryStream(String parameterName, InputStream value, int length) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic final void setBinaryStream(String parameterName, InputStream x, long length) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic final void setBlob(String parameterName, Blob inputStream) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic final void setBlob(String parameterName, InputStream value) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic final void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic void setTimestamp(String sCol, Timestamp t) throws SQLServerException
setTimestamp in interface CallableStatementSQLServerExceptionpublic void setTimestamp(String sCol, Timestamp t, int scale) throws SQLServerException
SQLServerExceptionpublic void setTimestamp(String sCol, Timestamp t, int scale, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setDateTimeOffset(String sCol, DateTimeOffset t) throws SQLException
setDateTimeOffset in interface ISQLServerCallableStatementSQLExceptionpublic void setDateTimeOffset(String sCol, DateTimeOffset t, int scale) throws SQLException
SQLExceptionpublic void setDateTimeOffset(String sCol, DateTimeOffset t, int scale, boolean forceEncrypt) throws SQLException
SQLExceptionpublic void setDate(String sCol, Date d) throws SQLServerException
setDate in interface CallableStatementSQLServerExceptionpublic void setTime(String sCol, Time t) throws SQLServerException
setTime in interface CallableStatementSQLServerExceptionpublic void setTime(String sCol, Time t, int scale) throws SQLServerException
SQLServerExceptionpublic void setTime(String sCol, Time t, int scale, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setDateTime(String sCol, Timestamp x) throws SQLServerException
SQLServerExceptionpublic void setDateTime(String sCol, Timestamp x, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setSmallDateTime(String sCol, Timestamp x) throws SQLServerException
SQLServerExceptionpublic void setSmallDateTime(String sCol, Timestamp x, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setUniqueIdentifier(String sCol, String guid) throws SQLServerException
SQLServerExceptionpublic void setUniqueIdentifier(String sCol, String guid, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setBytes(String sCol, byte[] b) throws SQLServerException
setBytes in interface CallableStatementSQLServerExceptionpublic void setBytes(String sCol, byte[] b, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setByte(String sCol, byte b) throws SQLServerException
setByte in interface CallableStatementSQLServerExceptionpublic void setByte(String sCol, byte b, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setString(String sCol, String s) throws SQLServerException
setString in interface CallableStatementSQLServerExceptionpublic void setString(String sCol, String s, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setMoney(String sCol, BigDecimal bd) throws SQLServerException
SQLServerExceptionpublic void setMoney(String sCol, BigDecimal bd, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setSmallMoney(String sCol, BigDecimal bd) throws SQLServerException
SQLServerExceptionpublic void setSmallMoney(String sCol, BigDecimal bd, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setBigDecimal(String sCol, BigDecimal bd) throws SQLServerException
setBigDecimal in interface CallableStatementSQLServerExceptionpublic void setBigDecimal(String sCol, BigDecimal bd, int precision, int scale) throws SQLServerException
SQLServerExceptionpublic void setBigDecimal(String sCol, BigDecimal bd, int precision, int scale, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setDouble(String sCol, double d) throws SQLServerException
setDouble in interface CallableStatementSQLServerExceptionpublic void setDouble(String sCol, double d, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setFloat(String sCol, float f) throws SQLServerException
setFloat in interface CallableStatementSQLServerExceptionpublic void setFloat(String sCol, float f, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setInt(String sCol, int i) throws SQLServerException
setInt in interface CallableStatementSQLServerExceptionpublic void setInt(String sCol, int i, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setLong(String sCol, long l) throws SQLServerException
setLong in interface CallableStatementSQLServerExceptionpublic void setLong(String sCol, long l, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setShort(String sCol, short s) throws SQLServerException
setShort in interface CallableStatementSQLServerExceptionpublic void setShort(String sCol, short s, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setBoolean(String sCol, boolean b) throws SQLServerException
setBoolean in interface CallableStatementSQLServerExceptionpublic void setBoolean(String sCol, boolean b, boolean forceEncrypt) throws SQLServerException
SQLServerExceptionpublic void setNull(String sCol, int nType) throws SQLServerException
setNull in interface CallableStatementSQLServerExceptionpublic void setNull(String sCol, int nType, String sTypeName) throws SQLServerException
setNull in interface CallableStatementSQLServerExceptionpublic void setURL(String sCol, URL u) throws SQLServerException
setURL in interface CallableStatementSQLServerExceptionpublic final void setStructured(String sCol, String tvpName, SQLServerDataTable tvpDataTable) throws SQLServerException
SQLServerExceptionpublic final void setStructured(String sCol, String tvpName, ResultSet tvpResultSet) throws SQLServerException
SQLServerExceptionpublic final void setStructured(String sCol, String tvpName, ISQLServerDataRecord tvpDataRecord) throws SQLServerException
SQLServerExceptionpublic URL getURL(int n) throws SQLServerException
getURL in interface CallableStatementSQLServerExceptionpublic URL getURL(String s) throws SQLServerException
getURL in interface CallableStatementSQLServerExceptionpublic final void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException
setSQLXML in interface CallableStatementSQLExceptionpublic final SQLXML getSQLXML(int parameterIndex) throws SQLException
getSQLXML in interface CallableStatementSQLExceptionpublic final SQLXML getSQLXML(String parameterName) throws SQLException
getSQLXML in interface CallableStatementSQLExceptionpublic final void setRowId(String parameterName, RowId x) throws SQLException
setRowId in interface CallableStatementSQLExceptionpublic final RowId getRowId(int parameterIndex) throws SQLException
getRowId in interface CallableStatementSQLExceptionpublic final RowId getRowId(String parameterName) throws SQLException
getRowId in interface CallableStatementSQLExceptionpublic void registerOutParameter(String s, int n, String s1) throws SQLServerException
registerOutParameter in interface CallableStatementSQLServerExceptionpublic void registerOutParameter(String parameterName, int sqlType, int scale) throws SQLServerException
registerOutParameter in interface CallableStatementSQLServerExceptionpublic void registerOutParameter(String parameterName, int sqlType, int precision, int scale) throws SQLServerException
SQLServerExceptionpublic void registerOutParameter(String s, int n) throws SQLServerException
registerOutParameter in interface CallableStatementSQLServerExceptionCopyright © 2016. All rights reserved.