public class DrillResultSetImpl extends org.apache.calcite.avatica.AvaticaResultSet implements DrillResultSet
ResultSet.accessorList, columnMetaDataList, cursor, firstFrame, localCalendar, resultSetMetaData, signature, state, statementCLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
protected void |
cancel() |
void |
cancelRowUpdates() |
protected void |
checkOpen()
Throws AlreadyClosedSqlException or QueryCanceledSqlException if this
ResultSet is closed.
|
void |
close() |
void |
deleteRow() |
protected DrillResultSetImpl |
execute() |
boolean |
first() |
String |
getCursorName() |
Object |
getObject(int columnIndex) |
String |
getQueryId()
Gets the ID of the associated query (the query whose results this ResultSet
presents).
|
RowId |
getRowId(int columnIndex) |
RowId |
getRowId(String columnLabel) |
void |
insertRow() |
boolean |
isLast() |
boolean |
last() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
next() |
boolean |
previous() |
void |
refreshRow() |
boolean |
relative(int rows) |
void |
updateArray(int columnIndex,
Array x) |
void |
updateArray(String columnLabel,
Array x) |
void |
updateAsciiStream(int columnIndex,
InputStream x) |
void |
updateAsciiStream(int columnIndex,
InputStream x,
int length) |
void |
updateAsciiStream(int columnIndex,
InputStream x,
long length) |
void |
updateAsciiStream(String columnLabel,
InputStream x) |
void |
updateAsciiStream(String columnLabel,
InputStream x,
int length) |
void |
updateAsciiStream(String columnLabel,
InputStream x,
long length) |
void |
updateBigDecimal(int columnIndex,
BigDecimal x) |
void |
updateBigDecimal(String columnLabel,
BigDecimal x) |
void |
updateBinaryStream(int columnIndex,
InputStream x) |
void |
updateBinaryStream(int columnIndex,
InputStream x,
int length) |
void |
updateBinaryStream(int columnIndex,
InputStream x,
long length) |
void |
updateBinaryStream(String columnLabel,
InputStream x) |
void |
updateBinaryStream(String columnLabel,
InputStream x,
int length) |
void |
updateBinaryStream(String columnLabel,
InputStream x,
long length) |
void |
updateBlob(int columnIndex,
Blob x) |
void |
updateBlob(int columnIndex,
InputStream inputStream) |
void |
updateBlob(int columnIndex,
InputStream inputStream,
long length) |
void |
updateBlob(String columnLabel,
Blob x) |
void |
updateBlob(String columnLabel,
InputStream inputStream) |
void |
updateBlob(String columnLabel,
InputStream inputStream,
long length) |
void |
updateBoolean(int columnIndex,
boolean x) |
void |
updateBoolean(String columnLabel,
boolean x) |
void |
updateByte(int columnIndex,
byte x) |
void |
updateByte(String columnLabel,
byte x) |
void |
updateBytes(int columnIndex,
byte[] x) |
void |
updateBytes(String columnLabel,
byte[] x) |
void |
updateCharacterStream(int columnIndex,
Reader x) |
void |
updateCharacterStream(int columnIndex,
Reader x,
int length) |
void |
updateCharacterStream(int columnIndex,
Reader x,
long length) |
void |
updateCharacterStream(String columnLabel,
Reader reader) |
void |
updateCharacterStream(String columnLabel,
Reader reader,
int length) |
void |
updateCharacterStream(String columnLabel,
Reader reader,
long length) |
void |
updateClob(int columnIndex,
Clob x) |
void |
updateClob(int columnIndex,
Reader reader) |
void |
updateClob(int columnIndex,
Reader reader,
long length) |
void |
updateClob(String columnLabel,
Clob x) |
void |
updateClob(String columnLabel,
Reader reader) |
void |
updateClob(String columnLabel,
Reader reader,
long length) |
void |
updateDate(int columnIndex,
Date x) |
void |
updateDate(String columnLabel,
Date x) |
void |
updateDouble(int columnIndex,
double x) |
void |
updateDouble(String columnLabel,
double x) |
void |
updateFloat(int columnIndex,
float x) |
void |
updateFloat(String columnLabel,
float x) |
void |
updateInt(int columnIndex,
int x) |
void |
updateInt(String columnLabel,
int x) |
void |
updateLong(int columnIndex,
long x) |
void |
updateLong(String columnLabel,
long x) |
void |
updateNCharacterStream(int columnIndex,
Reader x) |
void |
updateNCharacterStream(int columnIndex,
Reader x,
long length) |
void |
updateNCharacterStream(String columnLabel,
Reader reader) |
void |
updateNCharacterStream(String columnLabel,
Reader reader,
long length) |
void |
updateNClob(int columnIndex,
NClob nClob) |
void |
updateNClob(int columnIndex,
Reader reader) |
void |
updateNClob(int columnIndex,
Reader reader,
long length) |
void |
updateNClob(String columnLabel,
NClob nClob) |
void |
updateNClob(String columnLabel,
Reader reader) |
void |
updateNClob(String columnLabel,
Reader reader,
long length) |
void |
updateNString(int columnIndex,
String nString) |
void |
updateNString(String columnLabel,
String nString) |
void |
updateNull(int columnIndex) |
void |
updateNull(String columnLabel) |
void |
updateObject(int columnIndex,
Object x) |
void |
updateObject(int columnIndex,
Object x,
int scaleOrLength) |
void |
updateObject(int columnIndex,
Object x,
SQLType targetSqlType) |
void |
updateObject(int columnIndex,
Object x,
SQLType targetSqlType,
int scaleOrLength) |
void |
updateObject(String columnLabel,
Object x) |
void |
updateObject(String columnLabel,
Object x,
int scaleOrLength) |
void |
updateObject(String columnLabel,
Object x,
SQLType targetSqlType) |
void |
updateObject(String columnLabel,
Object x,
SQLType targetSqlType,
int scaleOrLength) |
void |
updateRef(int columnIndex,
Ref x) |
void |
updateRef(String columnLabel,
Ref x) |
void |
updateRow() |
void |
updateRowId(int columnIndex,
RowId x) |
void |
updateRowId(String columnLabel,
RowId x) |
void |
updateShort(int columnIndex,
short x) |
void |
updateShort(String columnLabel,
short x) |
void |
updateSQLXML(int columnIndex,
SQLXML xmlObject) |
void |
updateSQLXML(String columnLabel,
SQLXML xmlObject) |
void |
updateString(int columnIndex,
String x) |
void |
updateString(String columnLabel,
String x) |
void |
updateTime(int columnIndex,
Time x) |
void |
updateTime(String columnLabel,
Time x) |
void |
updateTimestamp(int columnIndex,
Timestamp x) |
void |
updateTimestamp(String columnLabel,
Timestamp x) |
clearWarnings, execute2, findColumn, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getHoldability, getInt, getInt, getLocalCalendar, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, isAfterLast, isBeforeFirst, isClosed, isFirst, isWrapperFor, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, unwrap, wasNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBigDecimal, getBigDecimal, getByte, getByte, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getObject, getShort, getShort, getString, getString, isWrapperFor, unwrapclearWarnings, findColumn, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getDate, getDate, getDate, getDate, getFetchDirection, getFetchSize, getHoldability, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getSQLXML, getSQLXML, getStatement, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, isAfterLast, isBeforeFirst, isClosed, isFirst, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, wasNullprotected void checkOpen()
throws SQLException
checkOpen in class org.apache.calcite.avatica.AvaticaResultSetExecutionCanceledSqlException - if ResultSet is closed because of
cancellation and no QueryCanceledSqlException has been thrown yet
for this ResultSetAlreadyClosedSqlException - if ResultSet is closedSQLException - if error in calling AvaticaResultSet.isClosed()protected void cancel()
cancel in class org.apache.calcite.avatica.AvaticaResultSetpublic boolean next()
throws SQLException
next in interface ResultSetnext in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void close()
close in interface AutoCloseableclose in interface ResultSetclose in class org.apache.calcite.avatica.AvaticaResultSetpublic String getCursorName() throws SQLException
getCursorName in interface ResultSetgetCursorName in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic Object getObject(int columnIndex) throws SQLException
DrillResultSetDrill: Conversions: Supports conversion from all types.
getObject in interface ResultSetgetObject in interface DrillResultSetgetObject in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic boolean isLast()
throws SQLException
isLast in interface ResultSetisLast in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetbeforeFirst in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast in interface ResultSetafterLast in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic boolean first()
throws SQLException
first in interface ResultSetfirst in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic boolean last()
throws SQLException
last in interface ResultSetlast in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic boolean absolute(int row)
throws SQLException
absolute in interface ResultSetabsolute in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic boolean relative(int rows)
throws SQLException
relative in interface ResultSetrelative in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous in interface ResultSetprevious in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateNull(int columnIndex)
throws SQLException
updateNull in interface ResultSetupdateNull in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBoolean(int columnIndex,
boolean x)
throws SQLException
updateBoolean in interface ResultSetupdateBoolean in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateByte(int columnIndex,
byte x)
throws SQLException
updateByte in interface ResultSetupdateByte in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateShort(int columnIndex,
short x)
throws SQLException
updateShort in interface ResultSetupdateShort in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateInt(int columnIndex,
int x)
throws SQLException
updateInt in interface ResultSetupdateInt in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateLong(int columnIndex,
long x)
throws SQLException
updateLong in interface ResultSetupdateLong in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateFloat(int columnIndex,
float x)
throws SQLException
updateFloat in interface ResultSetupdateFloat in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateDouble(int columnIndex,
double x)
throws SQLException
updateDouble in interface ResultSetupdateDouble in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBigDecimal(int columnIndex,
BigDecimal x)
throws SQLException
updateBigDecimal in interface ResultSetupdateBigDecimal in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateString(int columnIndex,
String x)
throws SQLException
updateString in interface ResultSetupdateString in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBytes(int columnIndex,
byte[] x)
throws SQLException
updateBytes in interface ResultSetupdateBytes in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateDate(int columnIndex,
Date x)
throws SQLException
updateDate in interface ResultSetupdateDate in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateTime(int columnIndex,
Time x)
throws SQLException
updateTime in interface ResultSetupdateTime in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateTimestamp(int columnIndex,
Timestamp x)
throws SQLException
updateTimestamp in interface ResultSetupdateTimestamp in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream x,
int length)
throws SQLException
updateAsciiStream in interface ResultSetupdateAsciiStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream x,
int length)
throws SQLException
updateBinaryStream in interface ResultSetupdateBinaryStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader x,
int length)
throws SQLException
updateCharacterStream in interface ResultSetupdateCharacterStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object x,
int scaleOrLength)
throws SQLException
updateObject in interface ResultSetupdateObject in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object x)
throws SQLException
updateObject in interface ResultSetupdateObject in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object x,
SQLType targetSqlType,
int scaleOrLength)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object x,
SQLType targetSqlType)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(String columnLabel, Object x, SQLType targetSqlType) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateNull(String columnLabel) throws SQLException
updateNull in interface ResultSetupdateNull in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBoolean(String columnLabel, boolean x) throws SQLException
updateBoolean in interface ResultSetupdateBoolean in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateByte(String columnLabel, byte x) throws SQLException
updateByte in interface ResultSetupdateByte in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateShort(String columnLabel, short x) throws SQLException
updateShort in interface ResultSetupdateShort in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateInt(String columnLabel, int x) throws SQLException
updateInt in interface ResultSetupdateInt in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateLong(String columnLabel, long x) throws SQLException
updateLong in interface ResultSetupdateLong in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateFloat(String columnLabel, float x) throws SQLException
updateFloat in interface ResultSetupdateFloat in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateDouble(String columnLabel, double x) throws SQLException
updateDouble in interface ResultSetupdateDouble in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBigDecimal(String columnLabel, BigDecimal x) throws SQLException
updateBigDecimal in interface ResultSetupdateBigDecimal in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateString(String columnLabel, String x) throws SQLException
updateString in interface ResultSetupdateString in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBytes(String columnLabel, byte[] x) throws SQLException
updateBytes in interface ResultSetupdateBytes in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateDate(String columnLabel, Date x) throws SQLException
updateDate in interface ResultSetupdateDate in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateTime(String columnLabel, Time x) throws SQLException
updateTime in interface ResultSetupdateTime in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateTimestamp(String columnLabel, Timestamp x) throws SQLException
updateTimestamp in interface ResultSetupdateTimestamp in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream x, int length) throws SQLException
updateAsciiStream in interface ResultSetupdateAsciiStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream x, int length) throws SQLException
updateBinaryStream in interface ResultSetupdateBinaryStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException
updateCharacterStream in interface ResultSetupdateCharacterStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateObject(String columnLabel, Object x, int scaleOrLength) throws SQLException
updateObject in interface ResultSetupdateObject in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateObject(String columnLabel, Object x) throws SQLException
updateObject in interface ResultSetupdateObject in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void insertRow()
throws SQLException
insertRow in interface ResultSetinsertRow in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateRow()
throws SQLException
updateRow in interface ResultSetupdateRow in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void deleteRow()
throws SQLException
deleteRow in interface ResultSetdeleteRow in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void refreshRow()
throws SQLException
refreshRow in interface ResultSetrefreshRow in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void cancelRowUpdates()
throws SQLException
cancelRowUpdates in interface ResultSetcancelRowUpdates in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void moveToInsertRow()
throws SQLException
moveToInsertRow in interface ResultSetmoveToInsertRow in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void moveToCurrentRow()
throws SQLException
moveToCurrentRow in interface ResultSetmoveToCurrentRow in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateRef(int columnIndex,
Ref x)
throws SQLException
updateRef in interface ResultSetupdateRef in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateRef(String columnLabel, Ref x) throws SQLException
updateRef in interface ResultSetupdateRef in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBlob(int columnIndex,
Blob x)
throws SQLException
updateBlob in interface ResultSetupdateBlob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBlob(String columnLabel, Blob x) throws SQLException
updateBlob in interface ResultSetupdateBlob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateClob(int columnIndex,
Clob x)
throws SQLException
updateClob in interface ResultSetupdateClob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateClob(String columnLabel, Clob x) throws SQLException
updateClob in interface ResultSetupdateClob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateArray(int columnIndex,
Array x)
throws SQLException
updateArray in interface ResultSetupdateArray in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateArray(String columnLabel, Array x) throws SQLException
updateArray in interface ResultSetupdateArray in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic RowId getRowId(int columnIndex) throws SQLException
getRowId in interface ResultSetgetRowId in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic RowId getRowId(String columnLabel) throws SQLException
getRowId in interface ResultSetgetRowId in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateRowId(int columnIndex,
RowId x)
throws SQLException
updateRowId in interface ResultSetupdateRowId in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateRowId(String columnLabel, RowId x) throws SQLException
updateRowId in interface ResultSetupdateRowId in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateNString(int columnIndex,
String nString)
throws SQLException
updateNString in interface ResultSetupdateNString in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateNString(String columnLabel, String nString) throws SQLException
updateNString in interface ResultSetupdateNString in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateNClob(int columnIndex,
NClob nClob)
throws SQLException
updateNClob in interface ResultSetupdateNClob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateNClob(String columnLabel, NClob nClob) throws SQLException
updateNClob in interface ResultSetupdateNClob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateSQLXML(int columnIndex,
SQLXML xmlObject)
throws SQLException
updateSQLXML in interface ResultSetupdateSQLXML in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException
updateSQLXML in interface ResultSetupdateSQLXML in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateNCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLException
updateNCharacterStream in interface ResultSetupdateNCharacterStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
updateNCharacterStream in interface ResultSetupdateNCharacterStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream x,
long length)
throws SQLException
updateAsciiStream in interface ResultSetupdateAsciiStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream x,
long length)
throws SQLException
updateBinaryStream in interface ResultSetupdateBinaryStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLException
updateCharacterStream in interface ResultSetupdateCharacterStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException
updateAsciiStream in interface ResultSetupdateAsciiStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException
updateBinaryStream in interface ResultSetupdateBinaryStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
updateCharacterStream in interface ResultSetupdateCharacterStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBlob(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateBlob in interface ResultSetupdateBlob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException
updateBlob in interface ResultSetupdateBlob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateClob in interface ResultSetupdateClob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateClob(String columnLabel, Reader reader, long length) throws SQLException
updateClob in interface ResultSetupdateClob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateNClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateNClob in interface ResultSetupdateNClob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateNClob(String columnLabel, Reader reader, long length) throws SQLException
updateNClob in interface ResultSetupdateNClob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateNCharacterStream(int columnIndex,
Reader x)
throws SQLException
updateNCharacterStream in interface ResultSetupdateNCharacterStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException
updateNCharacterStream in interface ResultSetupdateNCharacterStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream x)
throws SQLException
updateAsciiStream in interface ResultSetupdateAsciiStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream x)
throws SQLException
updateBinaryStream in interface ResultSetupdateBinaryStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader x)
throws SQLException
updateCharacterStream in interface ResultSetupdateCharacterStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream x) throws SQLException
updateAsciiStream in interface ResultSetupdateAsciiStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream x) throws SQLException
updateBinaryStream in interface ResultSetupdateBinaryStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader) throws SQLException
updateCharacterStream in interface ResultSetupdateCharacterStream in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBlob(int columnIndex,
InputStream inputStream)
throws SQLException
updateBlob in interface ResultSetupdateBlob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateBlob(String columnLabel, InputStream inputStream) throws SQLException
updateBlob in interface ResultSetupdateBlob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateClob(int columnIndex,
Reader reader)
throws SQLException
updateClob in interface ResultSetupdateClob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateClob(String columnLabel, Reader reader) throws SQLException
updateClob in interface ResultSetupdateClob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateNClob(int columnIndex,
Reader reader)
throws SQLException
updateNClob in interface ResultSetupdateNClob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic void updateNClob(String columnLabel, Reader reader) throws SQLException
updateNClob in interface ResultSetupdateNClob in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionpublic String getQueryId() throws SQLException
DrillResultSetgetQueryId in interface DrillResultSetSQLException - if this method is called on a closed result setprotected DrillResultSetImpl execute() throws SQLException
execute in class org.apache.calcite.avatica.AvaticaResultSetSQLExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.