public final class ClientCallableStatement extends ClientPreparedStatement implements CallableStatement
| Modifier and Type | Field and Description |
|---|---|
protected ClientFinalizer |
finalizer |
protected ClientService |
service |
protected boolean |
wasNull |
defaultCalendar, EMPTY_ROW, NULL_METADATA, numParams, parameterMetaData, paramsBatch, paramsList, preparedSQL, resultSetMetaDataattrs, batchSQLs, conn, currentGeneratedKeys, currentRowSet, currentUpdateCount, isOpen, statementId, warningsCLOSE_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 |
|---|---|
protected void |
clearFinalizer() |
Blob |
createBlob(com.pivotal.gemfirexd.thrift.BlobChunk firstChunk) |
Clob |
createClob(com.pivotal.gemfirexd.thrift.ClobChunk firstChunk) |
Array |
getArray(int parameterIndex) |
protected Array |
getArray(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
Array |
getArray(String parameterName) |
protected InputStream |
getAsciiStream(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
BigDecimal |
getBigDecimal(int parameterIndex) |
protected BigDecimal |
getBigDecimal(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
BigDecimal |
getBigDecimal(int parameterIndex,
int scale) |
protected BigDecimal |
getBigDecimal(int columnIndex,
int scale,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
BigDecimal |
getBigDecimal(String parameterName) |
protected InputStream |
getBinaryStream(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
Blob |
getBlob(int parameterIndex) |
protected Blob |
getBlob(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
Blob |
getBlob(String parameterName) |
com.pivotal.gemfirexd.thrift.BlobChunk |
getBlobChunk(int lobId,
long offset,
int chunkSize,
boolean freeLobAtEnd) |
boolean |
getBoolean(int parameterIndex) |
protected boolean |
getBoolean(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
boolean |
getBoolean(String parameterName) |
byte |
getByte(int parameterIndex) |
protected byte |
getByte(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
byte |
getByte(String parameterName) |
byte[] |
getBytes(int parameterIndex) |
protected byte[] |
getBytes(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
byte[] |
getBytes(String parameterName) |
Reader |
getCharacterStream(int parameterIndex) |
protected Reader |
getCharacterStream(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
Reader |
getCharacterStream(String parameterName) |
Clob |
getClob(int parameterIndex) |
protected Clob |
getClob(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
Clob |
getClob(String parameterName) |
com.pivotal.gemfirexd.thrift.ClobChunk |
getClobChunk(int lobId,
long offset,
int chunkSize,
boolean freeLobAtEnd) |
Date |
getDate(int parameterIndex) |
Date |
getDate(int parameterIndex,
Calendar cal) |
protected Date |
getDate(int columnIndex,
Calendar cal,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
Date |
getDate(String parameterName) |
Date |
getDate(String parameterName,
Calendar cal) |
double |
getDouble(int parameterIndex) |
protected double |
getDouble(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
double |
getDouble(String parameterName) |
float |
getFloat(int parameterIndex) |
protected float |
getFloat(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
float |
getFloat(String parameterName) |
int |
getInt(int parameterIndex) |
protected int |
getInt(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
int |
getInt(String parameterName) |
protected HostConnection |
getLobSource(boolean throwOnFailure,
String op) |
long |
getLong(int parameterIndex) |
protected long |
getLong(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
long |
getLong(String parameterName) |
Reader |
getNCharacterStream(int parameterIndex) |
protected Reader |
getNCharacterStream(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
Reader |
getNCharacterStream(String parameterName) |
NClob |
getNClob(int parameterIndex) |
protected NClob |
getNClob(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
NClob |
getNClob(String parameterName) |
String |
getNString(int parameterIndex) |
protected String |
getNString(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
String |
getNString(String parameterName) |
Object |
getObject(int parameterIndex) |
<T> T |
getObject(int parameterIndex,
Class<T> type) |
protected <T> T |
getObject(int columnIndex,
Class<T> type,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected Object |
getObject(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
Object |
getObject(int parameterIndex,
Map<String,Class<?>> map) |
protected Object |
getObject(int columnIndex,
Map<String,Class<?>> map,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
Object |
getObject(String parameterName) |
<T> T |
getObject(String parameterName,
Class<T> type) |
Object |
getObject(String parameterName,
Map<String,Class<?>> map) |
protected Map<Integer,com.pivotal.gemfirexd.thrift.OutputParameter> |
getOutputParameters() |
Ref |
getRef(int parameterIndex) |
protected Ref |
getRef(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
Ref |
getRef(String parameterName) |
RowId |
getRowId(int parameterIndex) |
protected RowId |
getRowId(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
RowId |
getRowId(String parameterName) |
short |
getShort(int parameterIndex) |
protected short |
getShort(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
short |
getShort(String parameterName) |
SQLXML |
getSQLXML(int parameterIndex) |
protected SQLXML |
getSQLXML(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
SQLXML |
getSQLXML(String parameterName) |
String |
getString(int parameterIndex) |
protected String |
getString(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
String |
getString(String parameterName) |
Time |
getTime(int parameterIndex) |
Time |
getTime(int parameterIndex,
Calendar cal) |
protected Time |
getTime(int columnIndex,
Calendar cal,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
Time |
getTime(String parameterName) |
Time |
getTime(String parameterName,
Calendar cal) |
Timestamp |
getTimestamp(int parameterIndex) |
Timestamp |
getTimestamp(int parameterIndex,
Calendar cal) |
protected Timestamp |
getTimestamp(int columnIndex,
Calendar cal,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
Timestamp |
getTimestamp(String parameterName) |
Timestamp |
getTimestamp(String parameterName,
Calendar cal) |
URL |
getURL(int parameterIndex) |
protected URL |
getURL(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
URL |
getURL(String parameterName) |
protected void |
initializeProcedureOutParams(com.pivotal.gemfirexd.thrift.StatementResult sr) |
void |
registerOutParameter(int parameterIndex,
int sqlType) |
void |
registerOutParameter(int parameterIndex,
int sqlType,
int scale) |
void |
registerOutParameter(int parameterIndex,
int sqlType,
String typeName) |
void |
registerOutParameter(String parameterName,
int sqlType) |
void |
registerOutParameter(String parameterName,
int sqlType,
int scale) |
void |
registerOutParameter(String parameterName,
int sqlType,
String typeName) |
protected void |
reset() |
void |
setAsciiStream(String parameterName,
InputStream x) |
void |
setAsciiStream(String parameterName,
InputStream x,
int length) |
void |
setAsciiStream(String parameterName,
InputStream x,
long length) |
void |
setBigDecimal(String parameterName,
BigDecimal x) |
void |
setBinaryStream(String parameterName,
InputStream x) |
void |
setBinaryStream(String parameterName,
InputStream x,
int length) |
void |
setBinaryStream(String parameterName,
InputStream x,
long length) |
void |
setBlob(String parameterName,
Blob x) |
void |
setBlob(String parameterName,
InputStream x) |
void |
setBlob(String parameterName,
InputStream x,
long length) |
void |
setBoolean(String parameterName,
boolean x) |
void |
setByte(String parameterName,
byte x) |
void |
setBytes(String parameterName,
byte[] x) |
void |
setCharacterStream(String parameterName,
Reader x) |
void |
setCharacterStream(String parameterName,
Reader x,
int length) |
void |
setCharacterStream(String parameterName,
Reader x,
long length) |
void |
setClob(String parameterName,
Clob x) |
void |
setClob(String parameterName,
Reader x) |
void |
setClob(String parameterName,
Reader x,
long length) |
protected void |
setCurrentSource(byte entityId,
int newId,
com.pivotal.gemfirexd.thrift.RowSet rs) |
void |
setDate(String parameterName,
Date x) |
void |
setDate(String parameterName,
Date x,
Calendar cal) |
void |
setDouble(String parameterName,
double x) |
void |
setFloat(String parameterName,
float x) |
void |
setInt(String parameterName,
int x) |
void |
setLong(String parameterName,
long x) |
void |
setNCharacterStream(String parameterName,
Reader x) |
void |
setNCharacterStream(String parameterName,
Reader x,
long length) |
void |
setNClob(String parameterName,
NClob x) |
void |
setNClob(String parameterName,
Reader x) |
void |
setNClob(String parameterName,
Reader x,
long length) |
void |
setNString(String parameterName,
String x) |
void |
setNull(String parameterName,
int sqlType) |
void |
setNull(String parameterName,
int sqlType,
String typeName) |
void |
setObject(String parameterName,
Object x) |
void |
setObject(String parameterName,
Object x,
int targetSqlType) |
void |
setObject(String parameterName,
Object x,
int targetSqlType,
int scale) |
void |
setRowId(String parameterName,
RowId x) |
void |
setShort(String parameterName,
short x) |
void |
setSQLXML(String parameterName,
SQLXML x) |
void |
setString(String parameterName,
String x) |
void |
setTime(String parameterName,
Time x) |
void |
setTime(String parameterName,
Time x,
Calendar cal) |
void |
setTimestamp(String parameterName,
Timestamp x) |
void |
setTimestamp(String parameterName,
Timestamp x,
Calendar cal) |
void |
setURL(String parameterName,
URL x) |
boolean |
wasNull() |
addBatch, addBatch, checkValidParameterIndex, clearParameters, execute, execute, execute, execute, execute, executeBatch, executeQuery, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getMetaData, getParameterMetaData, getSQL, getStatementId, getTimeZoneOffset, getType, prepare, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setCurrentRowSet, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL, updatePrepareResultcancel, checkClosed, clearBatch, clearWarnings, close, closeOnCompletion, execute, executeUpdate, getAttributes, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setAutoIncAttributes, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBatch, clearParameters, execute, 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, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrapprotected final ClientService service
protected ClientFinalizer finalizer
protected boolean wasNull
protected void reset()
reset in class ClientStatementprotected final Map<Integer,com.pivotal.gemfirexd.thrift.OutputParameter> getOutputParameters()
getOutputParameters in class ClientPreparedStatementprotected void initializeProcedureOutParams(com.pivotal.gemfirexd.thrift.StatementResult sr)
initializeProcedureOutParams in class ClientStatementpublic void registerOutParameter(int parameterIndex,
int sqlType)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(int parameterIndex,
int sqlType,
int scale)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(int parameterIndex,
int sqlType,
String typeName)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(String parameterName, int sqlType) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(String parameterName, int sqlType, int scale) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(String parameterName, int sqlType, String typeName) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic final boolean wasNull()
throws SQLException
wasNull in interface CallableStatementSQLExceptionpublic String getString(int parameterIndex) throws SQLException
getString in interface CallableStatementSQLExceptionpublic boolean getBoolean(int parameterIndex)
throws SQLException
getBoolean in interface CallableStatementSQLExceptionpublic byte getByte(int parameterIndex)
throws SQLException
getByte in interface CallableStatementSQLExceptionpublic short getShort(int parameterIndex)
throws SQLException
getShort in interface CallableStatementSQLExceptionpublic int getInt(int parameterIndex)
throws SQLException
getInt in interface CallableStatementSQLExceptionpublic long getLong(int parameterIndex)
throws SQLException
getLong in interface CallableStatementSQLExceptionpublic float getFloat(int parameterIndex)
throws SQLException
getFloat in interface CallableStatementSQLExceptionpublic double getDouble(int parameterIndex)
throws SQLException
getDouble in interface CallableStatementSQLExceptionpublic BigDecimal getBigDecimal(int parameterIndex) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic BigDecimal getBigDecimal(int parameterIndex, int scale) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic byte[] getBytes(int parameterIndex)
throws SQLException
getBytes in interface CallableStatementSQLExceptionpublic Date getDate(int parameterIndex) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Time getTime(int parameterIndex) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(int parameterIndex) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic Date getDate(int parameterIndex, Calendar cal) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Time getTime(int parameterIndex, Calendar cal) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(int parameterIndex, Calendar cal) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic Object getObject(int parameterIndex) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic Object getObject(int parameterIndex, Map<String,Class<?>> map) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic Ref getRef(int parameterIndex) throws SQLException
getRef in interface CallableStatementSQLExceptionpublic Blob getBlob(int parameterIndex) throws SQLException
getBlob in interface CallableStatementSQLExceptionpublic Clob getClob(int parameterIndex) throws SQLException
getClob in interface CallableStatementSQLExceptionpublic Array getArray(int parameterIndex) throws SQLException
getArray in interface CallableStatementSQLExceptionpublic URL getURL(int parameterIndex) throws SQLException
getURL in interface CallableStatementSQLExceptionpublic RowId getRowId(int parameterIndex) throws SQLException
getRowId in interface CallableStatementSQLExceptionpublic SQLXML getSQLXML(int parameterIndex) throws SQLException
getSQLXML in interface CallableStatementSQLExceptionpublic String getNString(int parameterIndex) throws SQLException
getNString in interface CallableStatementSQLExceptionpublic Reader getNCharacterStream(int parameterIndex) throws SQLException
getNCharacterStream in interface CallableStatementSQLExceptionpublic Reader getCharacterStream(int parameterIndex) throws SQLException
getCharacterStream in interface CallableStatementSQLExceptionpublic NClob getNClob(int parameterIndex) throws SQLException
getNClob in interface CallableStatementSQLExceptionpublic <T> T getObject(int parameterIndex,
Class<T> type)
throws SQLException
getObject in interface CallableStatementSQLExceptionpublic String getString(String parameterName) throws SQLException
getString in interface CallableStatementSQLExceptionpublic boolean getBoolean(String parameterName) throws SQLException
getBoolean in interface CallableStatementSQLExceptionpublic byte getByte(String parameterName) throws SQLException
getByte in interface CallableStatementSQLExceptionpublic short getShort(String parameterName) throws SQLException
getShort in interface CallableStatementSQLExceptionpublic int getInt(String parameterName) throws SQLException
getInt in interface CallableStatementSQLExceptionpublic long getLong(String parameterName) throws SQLException
getLong in interface CallableStatementSQLExceptionpublic float getFloat(String parameterName) throws SQLException
getFloat in interface CallableStatementSQLExceptionpublic double getDouble(String parameterName) throws SQLException
getDouble in interface CallableStatementSQLExceptionpublic byte[] getBytes(String parameterName) throws SQLException
getBytes in interface CallableStatementSQLExceptionpublic Date getDate(String parameterName) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Time getTime(String parameterName) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(String parameterName) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic Object getObject(String parameterName) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic BigDecimal getBigDecimal(String parameterName) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic Object getObject(String parameterName, Map<String,Class<?>> map) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic Ref getRef(String parameterName) throws SQLException
getRef in interface CallableStatementSQLExceptionpublic Blob getBlob(String parameterName) throws SQLException
getBlob in interface CallableStatementSQLExceptionpublic Clob getClob(String parameterName) throws SQLException
getClob in interface CallableStatementSQLExceptionpublic Array getArray(String parameterName) throws SQLException
getArray in interface CallableStatementSQLExceptionpublic Date getDate(String parameterName, Calendar cal) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Time getTime(String parameterName, Calendar cal) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(String parameterName, Calendar cal) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic URL getURL(String parameterName) throws SQLException
getURL in interface CallableStatementSQLExceptionpublic RowId getRowId(String parameterName) throws SQLException
getRowId in interface CallableStatementSQLExceptionpublic SQLXML getSQLXML(String parameterName) throws SQLException
getSQLXML in interface CallableStatementSQLExceptionpublic String getNString(String parameterName) throws SQLException
getNString in interface CallableStatementSQLExceptionpublic Reader getNCharacterStream(String parameterName) throws SQLException
getNCharacterStream in interface CallableStatementSQLExceptionpublic Reader getCharacterStream(String parameterName) throws SQLException
getCharacterStream in interface CallableStatementSQLExceptionpublic NClob getNClob(String parameterName) throws SQLException
getNClob in interface CallableStatementSQLExceptionpublic <T> T getObject(String parameterName, Class<T> type) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic void setURL(String parameterName, URL x) throws SQLException
setURL in interface CallableStatementSQLExceptionpublic void setNull(String parameterName, int sqlType) throws SQLException
setNull in interface CallableStatementSQLExceptionpublic void setBoolean(String parameterName, boolean x) throws SQLException
setBoolean in interface CallableStatementSQLExceptionpublic void setByte(String parameterName, byte x) throws SQLException
setByte in interface CallableStatementSQLExceptionpublic void setShort(String parameterName, short x) throws SQLException
setShort in interface CallableStatementSQLExceptionpublic void setInt(String parameterName, int x) throws SQLException
setInt in interface CallableStatementSQLExceptionpublic void setLong(String parameterName, long x) throws SQLException
setLong in interface CallableStatementSQLExceptionpublic void setFloat(String parameterName, float x) throws SQLException
setFloat in interface CallableStatementSQLExceptionpublic void setDouble(String parameterName, double x) throws SQLException
setDouble in interface CallableStatementSQLExceptionpublic void setBigDecimal(String parameterName, BigDecimal x) throws SQLException
setBigDecimal in interface CallableStatementSQLExceptionpublic void setString(String parameterName, String x) throws SQLException
setString in interface CallableStatementSQLExceptionpublic void setBytes(String parameterName, byte[] x) throws SQLException
setBytes in interface CallableStatementSQLExceptionpublic void setDate(String parameterName, Date x) throws SQLException
setDate in interface CallableStatementSQLExceptionpublic void setTime(String parameterName, Time x) throws SQLException
setTime in interface CallableStatementSQLExceptionpublic void setTimestamp(String parameterName, Timestamp x) throws SQLException
setTimestamp in interface CallableStatementSQLExceptionpublic void setAsciiStream(String parameterName, InputStream x, int length) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic void setBinaryStream(String parameterName, InputStream x, int length) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic void setObject(String parameterName, Object x, int targetSqlType) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic void setObject(String parameterName, Object x) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic void setCharacterStream(String parameterName, Reader x, int length) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic void setDate(String parameterName, Date x, Calendar cal) throws SQLException
setDate in interface CallableStatementSQLExceptionpublic void setTime(String parameterName, Time x, Calendar cal) throws SQLException
setTime in interface CallableStatementSQLExceptionpublic void setTimestamp(String parameterName, Timestamp x, Calendar cal) throws SQLException
setTimestamp in interface CallableStatementSQLExceptionpublic void setNull(String parameterName, int sqlType, String typeName) throws SQLException
setNull in interface CallableStatementSQLExceptionpublic void setRowId(String parameterName, RowId x) throws SQLException
setRowId in interface CallableStatementSQLExceptionpublic void setNString(String parameterName, String x) throws SQLException
setNString in interface CallableStatementSQLExceptionpublic void setNCharacterStream(String parameterName, Reader x, long length) throws SQLException
setNCharacterStream in interface CallableStatementSQLExceptionpublic void setNClob(String parameterName, NClob x) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic void setClob(String parameterName, Reader x, long length) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic void setBlob(String parameterName, InputStream x, long length) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic void setNClob(String parameterName, Reader x, long length) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic void setSQLXML(String parameterName, SQLXML x) throws SQLException
setSQLXML in interface CallableStatementSQLExceptionpublic void setBlob(String parameterName, Blob x) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic void setClob(String parameterName, Clob x) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic void setAsciiStream(String parameterName, InputStream x, long length) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic void setBinaryStream(String parameterName, InputStream x, long length) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic void setCharacterStream(String parameterName, Reader x, long length) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic void setAsciiStream(String parameterName, InputStream x) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic void setBinaryStream(String parameterName, InputStream x) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic void setCharacterStream(String parameterName, Reader x) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic void setNCharacterStream(String parameterName, Reader x) throws SQLException
setNCharacterStream in interface CallableStatementSQLExceptionpublic void setClob(String parameterName, Reader x) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic void setBlob(String parameterName, InputStream x) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic void setNClob(String parameterName, Reader x) throws SQLException
setNClob in interface CallableStatementSQLExceptionprotected final HostConnection getLobSource(boolean throwOnFailure, String op) throws SQLException
SQLExceptionprotected final void setCurrentSource(byte entityId,
int newId,
com.pivotal.gemfirexd.thrift.RowSet rs)
protected final void clearFinalizer()
public final Blob createBlob(com.pivotal.gemfirexd.thrift.BlobChunk firstChunk) throws SQLException
createBlob in interface com.pivotal.gemfirexd.thrift.common.LobServiceSQLExceptionpublic final Clob createClob(com.pivotal.gemfirexd.thrift.ClobChunk firstChunk) throws SQLException
createClob in interface com.pivotal.gemfirexd.thrift.common.LobServiceSQLExceptionpublic final com.pivotal.gemfirexd.thrift.BlobChunk getBlobChunk(int lobId,
long offset,
int chunkSize,
boolean freeLobAtEnd)
throws SQLException
getBlobChunk in interface com.pivotal.gemfirexd.thrift.common.LobServiceSQLExceptionpublic final com.pivotal.gemfirexd.thrift.ClobChunk getClobChunk(int lobId,
long offset,
int chunkSize,
boolean freeLobAtEnd)
throws SQLException
getClobChunk in interface com.pivotal.gemfirexd.thrift.common.LobServiceSQLExceptionprotected final String getString(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected final boolean getBoolean(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row)
throws SQLException
SQLExceptionprotected final byte getByte(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row)
throws SQLException
SQLExceptionprotected final short getShort(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row)
throws SQLException
SQLExceptionprotected final int getInt(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row)
throws SQLException
SQLExceptionprotected final long getLong(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row)
throws SQLException
SQLExceptionprotected final float getFloat(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row)
throws SQLException
SQLExceptionprotected final double getDouble(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row)
throws SQLException
SQLExceptionprotected final BigDecimal getBigDecimal(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected final BigDecimal getBigDecimal(int columnIndex, int scale, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected final byte[] getBytes(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row)
throws SQLException
SQLExceptionprotected final Date getDate(int columnIndex, Calendar cal, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected final Time getTime(int columnIndex, Calendar cal, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected final Timestamp getTimestamp(int columnIndex, Calendar cal, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected final Object getObject(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected final Blob getBlob(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected final InputStream getBinaryStream(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected final Clob getClob(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected final Reader getCharacterStream(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected final InputStream getAsciiStream(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected Object getObject(int columnIndex, Map<String,Class<?>> map, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected Ref getRef(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected Array getArray(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected URL getURL(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected RowId getRowId(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected NClob getNClob(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected SQLXML getSQLXML(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected String getNString(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected Reader getNCharacterStream(int columnIndex, com.pivotal.gemfirexd.thrift.GFXDType gfxdType, com.pivotal.gemfirexd.thrift.Row row) throws SQLException
SQLExceptionprotected <T> T getObject(int columnIndex,
Class<T> type,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row)
throws SQLException
SQLExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.