public class ClientPreparedStatement extends ClientStatement implements PreparedStatement, com.pivotal.gemfirexd.thrift.common.PrepareResultHolder
PreparedStatement interface using the
thrift driver.| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
defaultCalendar |
protected static com.pivotal.gemfirexd.thrift.Row |
EMPTY_ROW |
protected ClientFinalizer |
finalizer |
protected static List<com.pivotal.gemfirexd.thrift.ColumnDescriptor> |
NULL_METADATA |
protected int |
numParams |
protected List<com.pivotal.gemfirexd.thrift.ColumnDescriptor> |
parameterMetaData |
protected ArrayList<com.pivotal.gemfirexd.thrift.Row> |
paramsBatch |
protected com.pivotal.gemfirexd.thrift.Row |
paramsList |
protected String |
preparedSQL |
protected List<com.pivotal.gemfirexd.thrift.ColumnDescriptor> |
resultSetMetaData |
protected ClientService |
service |
protected boolean |
wasNull |
attrs, 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 |
|---|---|
void |
addBatch() |
void |
addBatch(String sql) |
protected void |
checkValidParameterIndex(int parameterIndex) |
protected void |
clearFinalizer() |
void |
clearParameters() |
Blob |
createBlob(com.pivotal.gemfirexd.thrift.BlobChunk firstChunk) |
Clob |
createClob(com.pivotal.gemfirexd.thrift.ClobChunk firstChunk) |
boolean |
execute() |
boolean |
execute(String sql) |
boolean |
execute(String sql,
int autoGeneratedKeys) |
boolean |
execute(String sql,
int[] columnIndexes) |
boolean |
execute(String sql,
String[] columnNames) |
int[] |
executeBatch() |
ResultSet |
executeQuery() |
ResultSet |
executeQuery(String sql) |
int |
executeUpdate() |
int |
executeUpdate(String sql) |
int |
executeUpdate(String sql,
int autoGeneratedKeys) |
int |
executeUpdate(String sql,
int[] columnIndexes) |
int |
executeUpdate(String sql,
String[] columnNames) |
protected Array |
getArray(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected InputStream |
getAsciiStream(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected BigDecimal |
getBigDecimal(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected BigDecimal |
getBigDecimal(int columnIndex,
int scale,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected InputStream |
getBinaryStream(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected Blob |
getBlob(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
com.pivotal.gemfirexd.thrift.BlobChunk |
getBlobChunk(int lobId,
long offset,
int chunkSize,
boolean freeLobAtEnd) |
protected boolean |
getBoolean(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected byte |
getByte(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected byte[] |
getBytes(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected Reader |
getCharacterStream(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected Clob |
getClob(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
com.pivotal.gemfirexd.thrift.ClobChunk |
getClobChunk(int lobId,
long offset,
int chunkSize,
boolean freeLobAtEnd) |
protected Date |
getDate(int columnIndex,
Calendar cal,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected double |
getDouble(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected float |
getFloat(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected int |
getInt(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected HostConnection |
getLobSource(boolean throwOnFailure,
String op) |
protected long |
getLong(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
ResultSetMetaData |
getMetaData() |
protected Reader |
getNCharacterStream(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected NClob |
getNClob(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected String |
getNString(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
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) |
protected Object |
getObject(int columnIndex,
Map<String,Class<?>> map,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected Map<Integer,com.pivotal.gemfirexd.thrift.OutputParameter> |
getOutputParameters() |
ParameterMetaData |
getParameterMetaData() |
protected Ref |
getRef(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected RowId |
getRowId(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected short |
getShort(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
String |
getSQL() |
protected SQLXML |
getSQLXML(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
int |
getStatementId() |
protected String |
getString(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected Time |
getTime(int columnIndex,
Calendar cal,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected Timestamp |
getTimestamp(int columnIndex,
Calendar cal,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected long |
getTimeZoneOffset(long timeInMillis,
Calendar cal) |
protected com.pivotal.gemfirexd.thrift.GFXDType |
getType(int parameterIndex) |
protected URL |
getURL(int columnIndex,
com.pivotal.gemfirexd.thrift.GFXDType gfxdType,
com.pivotal.gemfirexd.thrift.Row row) |
protected int |
prepare() |
void |
setArray(int parameterIndex,
Array x) |
void |
setAsciiStream(int parameterIndex,
InputStream x) |
void |
setAsciiStream(int parameterIndex,
InputStream x,
int length) |
void |
setAsciiStream(int parameterIndex,
InputStream x,
long length) |
void |
setBigDecimal(int parameterIndex,
BigDecimal x) |
void |
setBinaryStream(int parameterIndex,
InputStream x) |
void |
setBinaryStream(int parameterIndex,
InputStream x,
int length) |
void |
setBinaryStream(int parameterIndex,
InputStream x,
long length) |
void |
setBlob(int parameterIndex,
Blob x) |
void |
setBlob(int parameterIndex,
InputStream inputStream) |
void |
setBlob(int parameterIndex,
InputStream inputStream,
long length) |
void |
setBoolean(int parameterIndex,
boolean x) |
void |
setByte(int parameterIndex,
byte x) |
void |
setBytes(int parameterIndex,
byte[] x) |
void |
setCharacterStream(int parameterIndex,
Reader reader) |
void |
setCharacterStream(int parameterIndex,
Reader reader,
int length) |
void |
setCharacterStream(int parameterIndex,
Reader reader,
long length) |
void |
setClob(int parameterIndex,
Clob x) |
void |
setClob(int parameterIndex,
Reader reader) |
void |
setClob(int parameterIndex,
Reader reader,
long length) |
protected void |
setCurrentRowSet(com.pivotal.gemfirexd.thrift.RowSet rs) |
protected void |
setCurrentSource(byte entityId,
int newId,
com.pivotal.gemfirexd.thrift.RowSet rs) |
void |
setDate(int parameterIndex,
Date x) |
void |
setDate(int parameterIndex,
Date x,
Calendar cal) |
void |
setDouble(int parameterIndex,
double x) |
void |
setFloat(int parameterIndex,
float x) |
void |
setInt(int parameterIndex,
int x) |
void |
setLong(int parameterIndex,
long x) |
void |
setNCharacterStream(int parameterIndex,
Reader value) |
void |
setNCharacterStream(int parameterIndex,
Reader value,
long length) |
void |
setNClob(int parameterIndex,
NClob value) |
void |
setNClob(int parameterIndex,
Reader reader) |
void |
setNClob(int parameterIndex,
Reader reader,
long length) |
void |
setNString(int parameterIndex,
String value) |
void |
setNull(int parameterIndex,
int sqlType) |
void |
setNull(int parameterIndex,
int sqlType,
String typeName) |
void |
setObject(int parameterIndex,
Object x) |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType) |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType,
int scaleOrLength) |
void |
setRef(int parameterIndex,
Ref x) |
void |
setRowId(int parameterIndex,
RowId x) |
void |
setShort(int parameterIndex,
short x) |
void |
setSQLXML(int parameterIndex,
SQLXML xmlObject) |
void |
setString(int parameterIndex,
String x) |
void |
setTime(int parameterIndex,
Time x) |
void |
setTime(int parameterIndex,
Time x,
Calendar cal) |
void |
setTimestamp(int parameterIndex,
Timestamp x) |
void |
setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal) |
void |
setUnicodeStream(int parameterIndex,
InputStream x,
int length) |
void |
setURL(int parameterIndex,
URL x) |
void |
updatePrepareResult(com.pivotal.gemfirexd.thrift.PrepareResult pr) |
cancel, checkClosed, clearBatch, clearWarnings, close, closeOnCompletion, execute, executeUpdate, getAttributes, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, initializeProcedureOutParams, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, reset, setAutoIncAttributes, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, clearBatch, clearWarnings, close, closeOnCompletion, 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 String preparedSQL
protected final int numParams
protected com.pivotal.gemfirexd.thrift.Row paramsList
protected ArrayList<com.pivotal.gemfirexd.thrift.Row> paramsBatch
protected List<com.pivotal.gemfirexd.thrift.ColumnDescriptor> parameterMetaData
protected List<com.pivotal.gemfirexd.thrift.ColumnDescriptor> resultSetMetaData
protected Calendar defaultCalendar
protected static final com.pivotal.gemfirexd.thrift.Row EMPTY_ROW
protected static final List<com.pivotal.gemfirexd.thrift.ColumnDescriptor> NULL_METADATA
protected final ClientService service
protected ClientFinalizer finalizer
protected boolean wasNull
protected Map<Integer,com.pivotal.gemfirexd.thrift.OutputParameter> getOutputParameters()
protected final int prepare()
throws SQLException
SQLExceptionprotected final void setCurrentRowSet(com.pivotal.gemfirexd.thrift.RowSet rs)
setCurrentRowSet in class ClientStatementprotected final void checkValidParameterIndex(int parameterIndex)
throws SQLException
SQLExceptionpublic boolean execute()
throws SQLException
execute in interface PreparedStatementSQLExceptionpublic ResultSet executeQuery() throws SQLException
executeQuery in interface PreparedStatementSQLExceptionpublic int executeUpdate()
throws SQLException
executeUpdate in interface PreparedStatementSQLExceptionpublic int[] executeBatch()
throws SQLException
executeBatch in interface StatementexecuteBatch in class ClientStatementSQLExceptionprotected final com.pivotal.gemfirexd.thrift.GFXDType getType(int parameterIndex)
public final boolean execute(String sql) throws SQLException
ClientStatementexecute in interface Statementexecute in class ClientStatementSQLExceptionpublic final boolean execute(String sql, int autoGeneratedKeys) throws SQLException
ClientStatementexecute in interface Statementexecute in class ClientStatementSQLExceptionpublic final boolean execute(String sql, int[] columnIndexes) throws SQLException
ClientStatementexecute in interface Statementexecute in class ClientStatementSQLExceptionpublic final boolean execute(String sql, String[] columnNames) throws SQLException
ClientStatementexecute in interface Statementexecute in class ClientStatementSQLExceptionpublic final ResultSet executeQuery(String sql) throws SQLException
ClientStatementexecuteQuery in interface StatementexecuteQuery in class ClientStatementSQLExceptionpublic final int executeUpdate(String sql) throws SQLException
ClientStatementexecuteUpdate in interface StatementexecuteUpdate in class ClientStatementSQLExceptionpublic final int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException
ClientStatementexecuteUpdate in interface StatementexecuteUpdate in class ClientStatementSQLExceptionpublic final int executeUpdate(String sql, int[] columnIndexes) throws SQLException
ClientStatementexecuteUpdate in interface StatementexecuteUpdate in class ClientStatementSQLExceptionpublic final int executeUpdate(String sql, String[] columnNames) throws SQLException
ClientStatementexecuteUpdate in interface StatementexecuteUpdate in class ClientStatementSQLExceptionpublic final void addBatch(String sql) throws SQLException
ClientStatementaddBatch in interface StatementaddBatch in class ClientStatementSQLExceptionpublic final void setNull(int parameterIndex,
int sqlType)
throws SQLException
setNull in interface PreparedStatementSQLExceptionpublic final void setBoolean(int parameterIndex,
boolean x)
throws SQLException
setBoolean in interface PreparedStatementSQLExceptionpublic final void setByte(int parameterIndex,
byte x)
throws SQLException
setByte in interface PreparedStatementSQLExceptionpublic final void setShort(int parameterIndex,
short x)
throws SQLException
setShort in interface PreparedStatementSQLExceptionpublic final void setInt(int parameterIndex,
int x)
throws SQLException
setInt in interface PreparedStatementSQLExceptionpublic final void setLong(int parameterIndex,
long x)
throws SQLException
setLong in interface PreparedStatementSQLExceptionpublic final void setFloat(int parameterIndex,
float x)
throws SQLException
setFloat in interface PreparedStatementSQLExceptionpublic final void setDouble(int parameterIndex,
double x)
throws SQLException
setDouble in interface PreparedStatementSQLExceptionpublic final void setBigDecimal(int parameterIndex,
BigDecimal x)
throws SQLException
setBigDecimal in interface PreparedStatementSQLExceptionpublic final void setString(int parameterIndex,
String x)
throws SQLException
setString in interface PreparedStatementSQLExceptionpublic final void setBytes(int parameterIndex,
byte[] x)
throws SQLException
setBytes in interface PreparedStatementSQLExceptionpublic final void setDate(int parameterIndex,
Date x)
throws SQLException
setDate in interface PreparedStatementSQLExceptionpublic final void setTime(int parameterIndex,
Time x)
throws SQLException
setTime in interface PreparedStatementSQLExceptionpublic final void setTimestamp(int parameterIndex,
Timestamp x)
throws SQLException
setTimestamp in interface PreparedStatementSQLExceptionpublic void clearParameters()
throws SQLException
clearParameters in interface PreparedStatementSQLExceptionpublic final void setObject(int parameterIndex,
Object x,
int targetSqlType)
throws SQLException
setObject in interface PreparedStatementSQLExceptionpublic final void setObject(int parameterIndex,
Object x)
throws SQLException
setObject in interface PreparedStatementSQLExceptionpublic void addBatch()
throws SQLException
addBatch in interface PreparedStatementSQLExceptionpublic void setRef(int parameterIndex,
Ref x)
throws SQLException
setRef in interface PreparedStatementSQLExceptionpublic void setArray(int parameterIndex,
Array x)
throws SQLException
setArray in interface PreparedStatementSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
getMetaData in interface PreparedStatementSQLExceptionprotected final long getTimeZoneOffset(long timeInMillis,
Calendar cal)
public final void setDate(int parameterIndex,
Date x,
Calendar cal)
throws SQLException
setDate in interface PreparedStatementSQLExceptionpublic final void setTime(int parameterIndex,
Time x,
Calendar cal)
throws SQLException
setTime in interface PreparedStatementSQLExceptionpublic final void setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal)
throws SQLException
setTimestamp in interface PreparedStatementSQLExceptionpublic final void setNull(int parameterIndex,
int sqlType,
String typeName)
throws SQLException
setNull in interface PreparedStatementSQLExceptionpublic void setURL(int parameterIndex,
URL x)
throws SQLException
setURL in interface PreparedStatementSQLExceptionpublic ParameterMetaData getParameterMetaData() throws SQLException
getParameterMetaData in interface PreparedStatementSQLExceptionpublic void setRowId(int parameterIndex,
RowId x)
throws SQLException
setRowId in interface PreparedStatementSQLExceptionpublic void setSQLXML(int parameterIndex,
SQLXML xmlObject)
throws SQLException
setSQLXML in interface PreparedStatementSQLExceptionpublic final void setObject(int parameterIndex,
Object x,
int targetSqlType,
int scaleOrLength)
throws SQLException
setObject in interface PreparedStatementSQLExceptionpublic final void setBinaryStream(int parameterIndex,
InputStream x,
long length)
throws SQLException
setBinaryStream in interface PreparedStatementSQLExceptionpublic final void setBinaryStream(int parameterIndex,
InputStream x)
throws SQLException
setBinaryStream in interface PreparedStatementSQLExceptionpublic final void setBinaryStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
setBinaryStream in interface PreparedStatementSQLExceptionpublic final void setCharacterStream(int parameterIndex,
Reader reader,
long length)
throws SQLException
setCharacterStream in interface PreparedStatementSQLExceptionpublic final void setCharacterStream(int parameterIndex,
Reader reader)
throws SQLException
setCharacterStream in interface PreparedStatementSQLExceptionpublic final void setCharacterStream(int parameterIndex,
Reader reader,
int length)
throws SQLException
setCharacterStream in interface PreparedStatementSQLExceptionpublic final void setAsciiStream(int parameterIndex,
InputStream x,
long length)
throws SQLException
setAsciiStream in interface PreparedStatementSQLExceptionpublic final void setAsciiStream(int parameterIndex,
InputStream x)
throws SQLException
setAsciiStream in interface PreparedStatementSQLExceptionpublic final void setAsciiStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
setAsciiStream in interface PreparedStatementSQLExceptionpublic final void setUnicodeStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
setUnicodeStream in interface PreparedStatementSQLExceptionpublic final void setBlob(int parameterIndex,
InputStream inputStream,
long length)
throws SQLException
setBlob in interface PreparedStatementSQLExceptionpublic final void setBlob(int parameterIndex,
Blob x)
throws SQLException
setBlob in interface PreparedStatementSQLExceptionpublic final void setBlob(int parameterIndex,
InputStream inputStream)
throws SQLException
setBlob in interface PreparedStatementSQLExceptionpublic final void setClob(int parameterIndex,
Reader reader,
long length)
throws SQLException
setClob in interface PreparedStatementSQLExceptionpublic final void setClob(int parameterIndex,
Clob x)
throws SQLException
setClob in interface PreparedStatementSQLExceptionpublic final void setClob(int parameterIndex,
Reader reader)
throws SQLException
setClob in interface PreparedStatementSQLExceptionpublic void setNString(int parameterIndex,
String value)
throws SQLException
setNString in interface PreparedStatementSQLExceptionpublic void setNCharacterStream(int parameterIndex,
Reader value,
long length)
throws SQLException
setNCharacterStream in interface PreparedStatementSQLExceptionpublic void setNCharacterStream(int parameterIndex,
Reader value)
throws SQLException
setNCharacterStream in interface PreparedStatementSQLExceptionpublic void setNClob(int parameterIndex,
Reader reader,
long length)
throws SQLException
setNClob in interface PreparedStatementSQLExceptionpublic void setNClob(int parameterIndex,
NClob value)
throws SQLException
setNClob in interface PreparedStatementSQLExceptionpublic void setNClob(int parameterIndex,
Reader reader)
throws SQLException
setNClob in interface PreparedStatementSQLExceptionpublic String getSQL()
getSQL in interface com.pivotal.gemfirexd.thrift.common.PrepareResultHolderpublic int getStatementId()
getStatementId in interface com.pivotal.gemfirexd.thrift.common.PrepareResultHolderpublic void updatePrepareResult(com.pivotal.gemfirexd.thrift.PrepareResult pr)
updatePrepareResult in interface com.pivotal.gemfirexd.thrift.common.PrepareResultHolderprotected 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.