public class MariaSelectResultSet extends Object implements ResultSet
| Modifier and Type | Field and Description |
|---|---|
boolean |
callableResult |
static int |
TINYINT1_IS_BIT |
static int |
YEAR_IS_DATE_TYPE |
CLOSE_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| Constructor and Description |
|---|
MariaSelectResultSet(ColumnInformation[] columnInformation,
List<byte[][]> resultSet,
Protocol protocol,
int resultSetScrollType)
Create filled resultset.
|
MariaSelectResultSet(ColumnInformation[] columnInformation,
Results results,
Protocol protocol,
ReadPacketFetcher fetcher,
boolean callableResult)
Create Streaming resultSet.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates()
{inheritDoc}.
|
protected byte[] |
checkObjectRange(int position) |
void |
clearWarnings() |
void |
close()
Close resultSet.
|
static MariaSelectResultSet |
createEmptyResultSet() |
static ResultSet |
createGeneratedData(long[] data,
Protocol protocol,
boolean findColumnReturnsOne)
Create a result set from given data.
|
static ResultSet |
createResultSet(String[] columnNames,
MariaDbType[] columnTypes,
String[][] data,
Protocol protocol)
Create a result set from given data.
|
void |
deleteRow()
{inheritDoc}.
|
void |
fetchRemaining()
When protocol has a current Streaming result (this) fetch all to permit another query is executing.
|
int |
findColumn(String columnLabel)
{inheritDoc}.
|
boolean |
first() |
Array |
getArray(int columnIndex)
{inheritDoc}.
|
Array |
getArray(String columnLabel)
{inheritDoc}.
|
InputStream |
getAsciiStream(int columnIndex)
{inheritDoc}.
|
InputStream |
getAsciiStream(String columnLabel)
{inheritDoc}.
|
BigDecimal |
getBigDecimal(int columnIndex)
{inheritDoc}.
|
BigDecimal |
getBigDecimal(int columnIndex,
int scale)
{inheritDoc}.
|
BigDecimal |
getBigDecimal(String columnLabel)
{inheritDoc}.
|
BigDecimal |
getBigDecimal(String columnLabel,
int scale)
{inheritDoc}.
|
InputStream |
getBinaryStream(int columnIndex)
{inheritDoc}.
|
InputStream |
getBinaryStream(String columnLabel)
{inheritDoc}.
|
Blob |
getBlob(int columnIndex)
{inheritDoc}.
|
Blob |
getBlob(String columnLabel)
{inheritDoc}.
|
boolean |
getBoolean(int index)
{inheritDoc}.
|
boolean |
getBoolean(String columnLabel)
{inheritDoc}.
|
byte |
getByte(int index)
{inheritDoc}.
|
byte |
getByte(String columnLabel)
{inheritDoc}.
|
byte[] |
getBytes(int columnIndex)
{inheritDoc}.
|
byte[] |
getBytes(String columnLabel)
{inheritDoc}.
|
Reader |
getCharacterStream(int columnIndex)
{inheritDoc}.
|
Reader |
getCharacterStream(String columnLabel)
{inheritDoc}.
|
Clob |
getClob(int columnIndex)
{inheritDoc}.
|
Clob |
getClob(String columnLabel)
{inheritDoc}.
|
int |
getConcurrency() |
String |
getCursorName()
{inheritDoc}.
|
Date |
getDate(int columnIndex)
{inheritDoc}.
|
Date |
getDate(int columnIndex,
Calendar cal)
{inheritDoc}.
|
Date |
getDate(String columnLabel)
{inheritDoc}.
|
Date |
getDate(String columnLabel,
Calendar cal)
{inheritDoc}.
|
double |
getDouble(int columnIndex)
{inheritDoc}.
|
double |
getDouble(String columnLabel)
{inheritDoc}.
|
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int columnIndex)
{inheritDoc}.
|
float |
getFloat(String columnLabel)
{inheritDoc}.
|
int |
getHoldability()
{inheritDoc}.
|
InputStream |
getInputStream(byte[] rawBytes)
Get inputStream value from raw data.
|
int |
getInt(int columnIndex)
{inheritDoc}.
|
int |
getInt(String columnLabel)
{inheritDoc}.
|
long |
getLong(int columnIndex)
{inheritDoc}.
|
long |
getLong(String columnLabel)
{inheritDoc}.
|
ResultSetMetaData |
getMetaData()
{inheritDoc}.
|
Reader |
getNCharacterStream(int columnIndex)
{inheritDoc}.
|
Reader |
getNCharacterStream(String columnLabel)
{inheritDoc}.
|
NClob |
getNClob(int columnIndex)
{inheritDoc}.
|
NClob |
getNClob(String columnLabel)
{inheritDoc}.
|
String |
getNString(int columnIndex)
{inheritDoc}.
|
String |
getNString(String columnLabel)
{inheritDoc}.
|
Object |
getObject(int columnIndex)
{inheritDoc}.
|
<T> T |
getObject(int parameterIndex,
Class<T> type)
{inheritDoc}.
|
Object |
getObject(int columnIndex,
Map<String,Class<?>> map)
{inheritDoc}.
|
Object |
getObject(String columnLabel)
{inheritDoc}.
|
<T> T |
getObject(String columnLabel,
Class<T> arg1) |
Object |
getObject(String columnLabel,
Map<String,Class<?>> map)
{inheritDoc}.
|
Ref |
getRef(int columnIndex)
{inheritDoc}.
|
Ref |
getRef(String columnLabel)
{inheritDoc}.
|
int |
getRow() |
RowId |
getRowId(int columnIndex)
{inheritDoc}.
|
RowId |
getRowId(String columnLabel)
{inheritDoc}.
|
short |
getShort(int index)
{inheritDoc}.
|
short |
getShort(String columnLabel)
{inheritDoc}.
|
SQLXML |
getSQLXML(int columnIndex)
{inheritDoc}.
|
SQLXML |
getSQLXML(String columnLabel)
{inheritDoc}.
|
MariaDbStatement |
getStatement() |
String |
getString(int columnIndex)
{inheritDoc}.
|
String |
getString(String columnLabel)
{inheritDoc}.
|
Time |
getTime(int columnIndex)
{inheritDoc}.
|
Time |
getTime(int columnIndex,
Calendar cal)
{inheritDoc}.
|
Time |
getTime(String columnLabel)
{inheritDoc}.
|
Time |
getTime(String columnLabel,
Calendar cal)
{inheritDoc}.
|
Timestamp |
getTimestamp(int columnIndex)
{inheritDoc}.
|
Timestamp |
getTimestamp(int columnIndex,
Calendar cal)
{inheritDoc}.
|
Timestamp |
getTimestamp(String columnLabel)
{inheritDoc}.
|
Timestamp |
getTimestamp(String columnLabel,
Calendar cal)
{inheritDoc}.
|
int |
getType() |
InputStream |
getUnicodeStream(int columnIndex)
{inheritDoc}.
|
InputStream |
getUnicodeStream(String columnLabel)
{inheritDoc}.
|
URL |
getURL(int columnIndex)
{inheritDoc}.
|
URL |
getURL(String columnLabel)
{inheritDoc}.
|
SQLWarning |
getWarnings() |
void |
insertRow()
{inheritDoc}.
|
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isCallableResult() |
boolean |
isClosed() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
isWrapperFor(Class<?> iface)
{inheritDoc}.
|
boolean |
last() |
void |
moveToCurrentRow()
{inheritDoc}.
|
void |
moveToInsertRow()
{inheritDoc}.
|
boolean |
next() |
boolean |
previous() |
boolean |
readNextValue(List<byte[][]> values)
Read next value.
|
void |
refreshRow()
{inheritDoc}.
|
boolean |
relative(int rows) |
boolean |
rowDeleted()
{inheritDoc}.
|
boolean |
rowInserted()
{inheritDoc}.
|
boolean |
rowUpdated()
{inheritDoc}.
|
void |
setFetchDirection(int direction) |
void |
setFetchSize(int fetchSize) |
void |
setReturnTableAlias(boolean returnTableAlias) |
void |
setStatement(MariaDbStatement statement) |
<T> T |
unwrap(Class<T> iface)
{inheritDoc}.
|
void |
updateArray(int columnIndex,
Array array)
{inheritDoc}.
|
void |
updateArray(String columnLabel,
Array array)
{inheritDoc}.
|
void |
updateAsciiStream(int columnIndex,
InputStream inputStream)
{inheritDoc}.
|
void |
updateAsciiStream(int columnIndex,
InputStream inputStream,
int length)
{inheritDoc}.
|
void |
updateAsciiStream(int columnIndex,
InputStream inputStream,
long length)
{inheritDoc}.
|
void |
updateAsciiStream(String columnLabel,
InputStream inputStream)
{inheritDoc}.
|
void |
updateAsciiStream(String columnLabel,
InputStream value,
int length)
{inheritDoc}.
|
void |
updateAsciiStream(String columnLabel,
InputStream inputStream,
long length)
{inheritDoc}.
|
void |
updateBigDecimal(int columnIndex,
BigDecimal value)
{inheritDoc}.
|
void |
updateBigDecimal(String columnLabel,
BigDecimal value)
{inheritDoc}.
|
void |
updateBinaryStream(int columnIndex,
InputStream inputStream)
{inheritDoc}.
|
void |
updateBinaryStream(int columnIndex,
InputStream inputStream,
int length)
{inheritDoc}.
|
void |
updateBinaryStream(int columnIndex,
InputStream inputStream,
long length)
{inheritDoc}.
|
void |
updateBinaryStream(String columnLabel,
InputStream inputStream)
{inheritDoc}.
|
void |
updateBinaryStream(String columnLabel,
InputStream value,
int length)
{inheritDoc}.
|
void |
updateBinaryStream(String columnLabel,
InputStream inputStream,
long length)
{inheritDoc}.
|
void |
updateBlob(int columnIndex,
Blob blob)
{inheritDoc}.
|
void |
updateBlob(int columnIndex,
InputStream inputStream)
{inheritDoc}.
|
void |
updateBlob(int columnIndex,
InputStream inputStream,
long length)
{inheritDoc}.
|
void |
updateBlob(String columnLabel,
Blob blob)
{inheritDoc}.
|
void |
updateBlob(String columnLabel,
InputStream inputStream)
{inheritDoc}.
|
void |
updateBlob(String columnLabel,
InputStream inputStream,
long length)
{inheritDoc}.
|
void |
updateBoolean(int columnIndex,
boolean bool)
{inheritDoc}.
|
void |
updateBoolean(String columnLabel,
boolean value)
{inheritDoc}.
|
void |
updateByte(int columnIndex,
byte value)
{inheritDoc}.
|
void |
updateByte(String columnLabel,
byte value)
{inheritDoc}.
|
void |
updateBytes(int columnIndex,
byte[] value)
{inheritDoc}.
|
void |
updateBytes(String columnLabel,
byte[] value)
{inheritDoc}.
|
void |
updateCharacterStream(int columnIndex,
Reader value)
{inheritDoc}.
|
void |
updateCharacterStream(int columnIndex,
Reader value,
int length)
{inheritDoc}.
|
void |
updateCharacterStream(int columnIndex,
Reader value,
long length)
{inheritDoc}.
|
void |
updateCharacterStream(String columnLabel,
Reader reader)
{inheritDoc}.
|
void |
updateCharacterStream(String columnLabel,
Reader reader,
int length)
{inheritDoc}.
|
void |
updateCharacterStream(String columnLabel,
Reader reader,
long length)
{inheritDoc}.
|
void |
updateClob(int columnIndex,
Clob clob)
{inheritDoc}.
|
void |
updateClob(int columnIndex,
Reader reader)
{inheritDoc}.
|
void |
updateClob(int columnIndex,
Reader reader,
long length)
{inheritDoc}.
|
void |
updateClob(String columnLabel,
Clob clob)
{inheritDoc}.
|
void |
updateClob(String columnLabel,
Reader reader)
{inheritDoc}.
|
void |
updateClob(String columnLabel,
Reader reader,
long length)
{inheritDoc}.
|
void |
updateDate(int columnIndex,
Date date)
{inheritDoc}.
|
void |
updateDate(String columnLabel,
Date value)
{inheritDoc}.
|
void |
updateDouble(int columnIndex,
double value)
{inheritDoc}.
|
void |
updateDouble(String columnLabel,
double value)
{inheritDoc}.
|
void |
updateFloat(int columnIndex,
float value)
{inheritDoc}.
|
void |
updateFloat(String columnLabel,
float value)
{inheritDoc}.
|
void |
updateInt(int columnIndex,
int value)
{inheritDoc}.
|
void |
updateInt(String columnLabel,
int value)
{inheritDoc}.
|
void |
updateLong(int columnIndex,
long value)
{inheritDoc}.
|
void |
updateLong(String columnLabel,
long value)
{inheritDoc}.
|
void |
updateNCharacterStream(int columnIndex,
Reader reader)
{inheritDoc}.
|
void |
updateNCharacterStream(int columnIndex,
Reader value,
long length)
{inheritDoc}.
|
void |
updateNCharacterStream(String columnLabel,
Reader reader)
{inheritDoc}.
|
void |
updateNCharacterStream(String columnLabel,
Reader reader,
long length)
{inheritDoc}.
|
void |
updateNClob(int columnIndex,
NClob nclob)
{inheritDoc}.
|
void |
updateNClob(int columnIndex,
Reader reader)
{inheritDoc}.
|
void |
updateNClob(int columnIndex,
Reader reader,
long length)
{inheritDoc}.
|
void |
updateNClob(String columnLabel,
NClob nclob)
{inheritDoc}.
|
void |
updateNClob(String columnLabel,
Reader reader)
{inheritDoc}.
|
void |
updateNClob(String columnLabel,
Reader reader,
long length)
{inheritDoc}.
|
void |
updateNString(int columnIndex,
String nstring)
{inheritDoc}.
|
void |
updateNString(String columnLabel,
String nstring)
{inheritDoc}.
|
void |
updateNull(int columnIndex)
{inheritDoc}.
|
void |
updateNull(String columnLabel)
{inheritDoc}.
|
void |
updateObject(int columnIndex,
Object value)
{inheritDoc}.
|
void |
updateObject(int columnIndex,
Object value,
int scaleOrLength)
{inheritDoc}.
|
void |
updateObject(String columnLabel,
Object value)
{inheritDoc}.
|
void |
updateObject(String columnLabel,
Object value,
int scaleOrLength)
{inheritDoc}.
|
void |
updateRef(int columnIndex,
Ref ref)
{inheritDoc}.
|
void |
updateRef(String columnLabel,
Ref ref)
{inheritDoc}.
|
void |
updateRow()
{inheritDoc}.
|
void |
updateRowId(int columnIndex,
RowId rowId)
{inheritDoc}.
|
void |
updateRowId(String columnLabel,
RowId rowId)
{inheritDoc}.
|
void |
updateShort(int columnIndex,
short value)
{inheritDoc}.
|
void |
updateShort(String columnLabel,
short value)
{inheritDoc}.
|
void |
updateSQLXML(int columnIndex,
SQLXML xmlObject)
{inheritDoc}.
|
void |
updateSQLXML(String columnLabel,
SQLXML xmlObject)
{inheritDoc}.
|
void |
updateString(int columnIndex,
String value)
{inheritDoc}.
|
void |
updateString(String columnLabel,
String value)
{inheritDoc}.
|
void |
updateTime(int columnIndex,
Time time)
{inheritDoc}.
|
void |
updateTime(String columnLabel,
Time value)
{inheritDoc}.
|
void |
updateTimestamp(int columnIndex,
Timestamp timeStamp)
{inheritDoc}.
|
void |
updateTimestamp(String columnLabel,
Timestamp value)
{inheritDoc}.
|
boolean |
wasNull()
{inheritDoc}.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectpublic static final int TINYINT1_IS_BIT
public static final int YEAR_IS_DATE_TYPE
public boolean callableResult
public MariaSelectResultSet(ColumnInformation[] columnInformation, Results results, Protocol protocol, ReadPacketFetcher fetcher, boolean callableResult) throws IOException, QueryException
columnInformation - column informationresults - resultsprotocol - current protocolfetcher - stream fetchercallableResult - is it from a callableStatement ?IOException - if any connection error occurQueryException - if any connection error occurpublic MariaSelectResultSet(ColumnInformation[] columnInformation, List<byte[][]> resultSet, Protocol protocol, int resultSetScrollType)
columnInformation - column informationresultSet - resultsetprotocol - current protocolresultSetScrollType - one of the following ResultSet constants: ResultSet.TYPE_FORWARD_ONLY,
ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVEpublic static ResultSet createGeneratedData(long[] data, Protocol protocol, boolean findColumnReturnsOne)
data - - each element of this array represents a complete row in the ResultSet. Each value is given in its
string representation, as in MySQL text protocol, except boolean (BIT(1)) values that are represented
as "1" or "0" stringsprotocol - protocolfindColumnReturnsOne - - special parameter, used only in generated key result setspublic static ResultSet createResultSet(String[] columnNames, MariaDbType[] columnTypes, String[][] data, Protocol protocol)
columnNames - - string array of column namescolumnTypes - - column typesdata - - each element of this array represents a complete row in the ResultSet. Each value is given in its string representation,
as in MySQL text protocol, except boolean (BIT(1)) values that are represented as "1" or "0" stringsprotocol - protocolpublic static MariaSelectResultSet createEmptyResultSet()
public void fetchRemaining()
throws SQLException
SQLException - if any error occurpublic boolean readNextValue(List<byte[][]> values) throws IOException, QueryException
values - valuesIOException - exceptionQueryException - exceptionpublic void close()
throws SQLException
close in interface AutoCloseableclose in interface ResultSetSQLExceptionpublic boolean next()
throws SQLException
next in interface ResultSetSQLExceptionprotected byte[] checkObjectRange(int position)
throws SQLException
SQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings in interface ResultSetSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings in interface ResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLException
isBeforeFirst in interface ResultSetSQLExceptionpublic boolean isAfterLast()
throws SQLException
isAfterLast in interface ResultSetSQLExceptionpublic boolean isFirst()
throws SQLException
isFirst in interface ResultSetSQLExceptionpublic boolean isLast()
throws SQLException
isLast in interface ResultSetSQLExceptionpublic void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast in interface ResultSetSQLExceptionpublic boolean first()
throws SQLException
first in interface ResultSetSQLExceptionpublic boolean last()
throws SQLException
last in interface ResultSetSQLExceptionpublic int getRow()
throws SQLException
getRow in interface ResultSetSQLExceptionpublic boolean absolute(int row)
throws SQLException
absolute in interface ResultSetSQLExceptionpublic boolean relative(int rows)
throws SQLException
relative in interface ResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous in interface ResultSetSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection in interface ResultSetSQLExceptionpublic void setFetchDirection(int direction)
throws SQLException
setFetchDirection in interface ResultSetSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize in interface ResultSetSQLExceptionpublic void setFetchSize(int fetchSize)
throws SQLException
setFetchSize in interface ResultSetSQLExceptionpublic int getType()
throws SQLException
getType in interface ResultSetSQLExceptionpublic int getConcurrency()
throws SQLException
getConcurrency in interface ResultSetSQLExceptionpublic boolean isCallableResult()
public MariaDbStatement getStatement()
getStatement in interface ResultSetpublic void setStatement(MariaDbStatement statement)
public boolean wasNull()
throws SQLException
wasNull in interface ResultSetSQLExceptionpublic InputStream getAsciiStream(String columnLabel) throws SQLException
getAsciiStream in interface ResultSetSQLExceptionpublic InputStream getAsciiStream(int columnIndex) throws SQLException
getAsciiStream in interface ResultSetSQLExceptionpublic String getString(int columnIndex) throws SQLException
getString in interface ResultSetSQLExceptionpublic String getString(String columnLabel) throws SQLException
getString in interface ResultSetSQLExceptionpublic InputStream getBinaryStream(int columnIndex) throws SQLException
getBinaryStream in interface ResultSetSQLExceptionpublic InputStream getBinaryStream(String columnLabel) throws SQLException
getBinaryStream in interface ResultSetSQLExceptionpublic int getInt(int columnIndex)
throws SQLException
getInt in interface ResultSetSQLExceptionpublic int getInt(String columnLabel) throws SQLException
getInt in interface ResultSetSQLExceptionpublic long getLong(String columnLabel) throws SQLException
getLong in interface ResultSetSQLExceptionpublic long getLong(int columnIndex)
throws SQLException
getLong in interface ResultSetSQLExceptionpublic float getFloat(String columnLabel) throws SQLException
getFloat in interface ResultSetSQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
getFloat in interface ResultSetSQLExceptionpublic double getDouble(String columnLabel) throws SQLException
getDouble in interface ResultSetSQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
getDouble in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnLabel) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic byte[] getBytes(String columnLabel) throws SQLException
getBytes in interface ResultSetSQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
getBytes in interface ResultSetSQLExceptionpublic Date getDate(int columnIndex) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Date getDate(String columnLabel) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Date getDate(int columnIndex, Calendar cal) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Date getDate(String columnLabel, Calendar cal) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Time getTime(int columnIndex) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Time getTime(String columnLabel) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Time getTime(int columnIndex, Calendar cal) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Time getTime(String columnLabel, Calendar cal) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(String columnLabel) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(String columnLabel, Calendar cal) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic InputStream getUnicodeStream(String columnLabel) throws SQLException
getUnicodeStream in interface ResultSetSQLExceptionpublic InputStream getUnicodeStream(int columnIndex) throws SQLException
getUnicodeStream in interface ResultSetSQLExceptionpublic String getCursorName() throws SQLException
getCursorName in interface ResultSetSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
getMetaData in interface ResultSetSQLExceptionpublic Object getObject(int columnIndex) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Object getObject(String columnLabel) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Object getObject(int columnIndex, Map<String,Class<?>> map) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Object getObject(String columnLabel, Map<String,Class<?>> map) throws SQLException
getObject in interface ResultSetSQLExceptionpublic <T> T getObject(int parameterIndex,
Class<T> type)
throws SQLException
getObject in interface ResultSetSQLExceptionpublic <T> T getObject(String columnLabel, Class<T> arg1) throws SQLException
getObject in interface ResultSetSQLExceptionpublic int findColumn(String columnLabel) throws SQLException
findColumn in interface ResultSetSQLExceptionpublic Reader getCharacterStream(String columnLabel) throws SQLException
getCharacterStream in interface ResultSetSQLExceptionpublic Reader getCharacterStream(int columnIndex) throws SQLException
getCharacterStream in interface ResultSetSQLExceptionpublic Reader getNCharacterStream(int columnIndex) throws SQLException
getNCharacterStream in interface ResultSetSQLExceptionpublic Reader getNCharacterStream(String columnLabel) throws SQLException
getNCharacterStream in interface ResultSetSQLExceptionpublic boolean rowUpdated()
throws SQLException
rowUpdated in interface ResultSetSQLExceptionpublic boolean rowInserted()
throws SQLException
rowInserted in interface ResultSetSQLExceptionpublic boolean rowDeleted()
throws SQLException
rowDeleted in interface ResultSetSQLExceptionpublic void updateNull(int columnIndex)
throws SQLException
updateNull in interface ResultSetSQLExceptionpublic void updateNull(String columnLabel) throws SQLException
updateNull in interface ResultSetSQLExceptionpublic void updateBoolean(int columnIndex,
boolean bool)
throws SQLException
updateBoolean in interface ResultSetSQLExceptionpublic void updateBoolean(String columnLabel, boolean value) throws SQLException
updateBoolean in interface ResultSetSQLExceptionpublic void updateByte(int columnIndex,
byte value)
throws SQLException
updateByte in interface ResultSetSQLExceptionpublic void updateByte(String columnLabel, byte value) throws SQLException
updateByte in interface ResultSetSQLExceptionpublic void updateShort(int columnIndex,
short value)
throws SQLException
updateShort in interface ResultSetSQLExceptionpublic void updateShort(String columnLabel, short value) throws SQLException
updateShort in interface ResultSetSQLExceptionpublic void updateInt(int columnIndex,
int value)
throws SQLException
updateInt in interface ResultSetSQLExceptionpublic void updateInt(String columnLabel, int value) throws SQLException
updateInt in interface ResultSetSQLExceptionpublic void updateFloat(int columnIndex,
float value)
throws SQLException
updateFloat in interface ResultSetSQLExceptionpublic void updateFloat(String columnLabel, float value) throws SQLException
updateFloat in interface ResultSetSQLExceptionpublic void updateDouble(int columnIndex,
double value)
throws SQLException
updateDouble in interface ResultSetSQLExceptionpublic void updateDouble(String columnLabel, double value) throws SQLException
updateDouble in interface ResultSetSQLExceptionpublic void updateBigDecimal(int columnIndex,
BigDecimal value)
throws SQLException
updateBigDecimal in interface ResultSetSQLExceptionpublic void updateBigDecimal(String columnLabel, BigDecimal value) throws SQLException
updateBigDecimal in interface ResultSetSQLExceptionpublic void updateString(int columnIndex,
String value)
throws SQLException
updateString in interface ResultSetSQLExceptionpublic void updateString(String columnLabel, String value) throws SQLException
updateString in interface ResultSetSQLExceptionpublic void updateBytes(int columnIndex,
byte[] value)
throws SQLException
updateBytes in interface ResultSetSQLExceptionpublic void updateBytes(String columnLabel, byte[] value) throws SQLException
updateBytes in interface ResultSetSQLExceptionpublic void updateDate(int columnIndex,
Date date)
throws SQLException
updateDate in interface ResultSetSQLExceptionpublic void updateDate(String columnLabel, Date value) throws SQLException
updateDate in interface ResultSetSQLExceptionpublic void updateTime(int columnIndex,
Time time)
throws SQLException
updateTime in interface ResultSetSQLExceptionpublic void updateTime(String columnLabel, Time value) throws SQLException
updateTime in interface ResultSetSQLExceptionpublic void updateTimestamp(int columnIndex,
Timestamp timeStamp)
throws SQLException
updateTimestamp in interface ResultSetSQLExceptionpublic void updateTimestamp(String columnLabel, Timestamp value) throws SQLException
updateTimestamp in interface ResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream inputStream,
int length)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream inputStream) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream value, int length) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream inputStream, long length) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream inputStream)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream inputStream,
int length)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream value, int length) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream inputStream, long length) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream inputStream)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream inputStream) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader value,
int length)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader value)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader value,
long length)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object value,
int scaleOrLength)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object value)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(String columnLabel, Object value, int scaleOrLength) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(String columnLabel, Object value) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateLong(String columnLabel, long value) throws SQLException
updateLong in interface ResultSetSQLExceptionpublic void updateLong(int columnIndex,
long value)
throws SQLException
updateLong in interface ResultSetSQLExceptionpublic void insertRow()
throws SQLException
insertRow in interface ResultSetSQLExceptionpublic void updateRow()
throws SQLException
updateRow in interface ResultSetSQLExceptionpublic void deleteRow()
throws SQLException
deleteRow in interface ResultSetSQLExceptionpublic void refreshRow()
throws SQLException
refreshRow in interface ResultSetSQLExceptionpublic void cancelRowUpdates()
throws SQLException
cancelRowUpdates in interface ResultSetSQLExceptionpublic void moveToInsertRow()
throws SQLException
moveToInsertRow in interface ResultSetSQLExceptionpublic void moveToCurrentRow()
throws SQLException
moveToCurrentRow in interface ResultSetSQLExceptionpublic Ref getRef(int columnIndex) throws SQLException
getRef in interface ResultSetSQLExceptionpublic Ref getRef(String columnLabel) throws SQLException
getRef in interface ResultSetSQLExceptionpublic Blob getBlob(int columnIndex) throws SQLException
getBlob in interface ResultSetSQLExceptionpublic Blob getBlob(String columnLabel) throws SQLException
getBlob in interface ResultSetSQLExceptionpublic Clob getClob(int columnIndex) throws SQLException
getClob in interface ResultSetSQLExceptionpublic Clob getClob(String columnLabel) throws SQLException
getClob in interface ResultSetSQLExceptionpublic Array getArray(int columnIndex) throws SQLException
getArray in interface ResultSetSQLExceptionpublic Array getArray(String columnLabel) throws SQLException
getArray in interface ResultSetSQLExceptionpublic URL getURL(int columnIndex) throws SQLException
getURL in interface ResultSetSQLExceptionpublic URL getURL(String columnLabel) throws SQLException
getURL in interface ResultSetSQLExceptionpublic void updateRef(int columnIndex,
Ref ref)
throws SQLException
updateRef in interface ResultSetSQLExceptionpublic void updateRef(String columnLabel, Ref ref) throws SQLException
updateRef in interface ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
Blob blob)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(String columnLabel, Blob blob) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
InputStream inputStream)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(String columnLabel, InputStream inputStream) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Clob clob)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(String columnLabel, Clob clob) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(String columnLabel, Reader reader, long length) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Reader reader)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(String columnLabel, Reader reader) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateArray(int columnIndex,
Array array)
throws SQLException
updateArray in interface ResultSetSQLExceptionpublic void updateArray(String columnLabel, Array array) throws SQLException
updateArray in interface ResultSetSQLExceptionpublic RowId getRowId(int columnIndex) throws SQLException
getRowId in interface ResultSetSQLExceptionpublic RowId getRowId(String columnLabel) throws SQLException
getRowId in interface ResultSetSQLExceptionpublic void updateRowId(int columnIndex,
RowId rowId)
throws SQLException
updateRowId in interface ResultSetSQLExceptionpublic void updateRowId(String columnLabel, RowId rowId) throws SQLException
updateRowId in interface ResultSetSQLExceptionpublic int getHoldability()
throws SQLException
getHoldability in interface ResultSetSQLExceptionpublic void updateNString(int columnIndex,
String nstring)
throws SQLException
updateNString in interface ResultSetSQLExceptionpublic void updateNString(String columnLabel, String nstring) throws SQLException
updateNString in interface ResultSetSQLExceptionpublic void updateNClob(int columnIndex,
NClob nclob)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(String columnLabel, NClob nclob) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(int columnIndex,
Reader reader)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(String columnLabel, Reader reader) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(String columnLabel, Reader reader, long length) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic NClob getNClob(int columnIndex) throws SQLException
getNClob in interface ResultSetSQLExceptionpublic NClob getNClob(String columnLabel) throws SQLException
getNClob in interface ResultSetSQLExceptionpublic SQLXML getSQLXML(int columnIndex) throws SQLException
getSQLXML in interface ResultSetSQLExceptionpublic SQLXML getSQLXML(String columnLabel) throws SQLException
getSQLXML in interface ResultSetSQLExceptionpublic void updateSQLXML(int columnIndex,
SQLXML xmlObject)
throws SQLException
updateSQLXML in interface ResultSetSQLExceptionpublic void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException
updateSQLXML in interface ResultSetSQLExceptionpublic String getNString(int columnIndex) throws SQLException
getNString in interface ResultSetSQLExceptionpublic String getNString(String columnLabel) throws SQLException
getNString in interface ResultSetSQLExceptionpublic void updateNCharacterStream(int columnIndex,
Reader value,
long length)
throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateNCharacterStream(int columnIndex,
Reader reader)
throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic boolean getBoolean(int index)
throws SQLException
getBoolean in interface ResultSetSQLExceptionpublic boolean getBoolean(String columnLabel) throws SQLException
getBoolean in interface ResultSetSQLExceptionpublic byte getByte(int index)
throws SQLException
getByte in interface ResultSetSQLExceptionpublic byte getByte(String columnLabel) throws SQLException
getByte in interface ResultSetSQLExceptionpublic short getShort(int index)
throws SQLException
getShort in interface ResultSetSQLExceptionpublic short getShort(String columnLabel) throws SQLException
getShort in interface ResultSetSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionpublic void setReturnTableAlias(boolean returnTableAlias)
public InputStream getInputStream(byte[] rawBytes)
rawBytes - rowdataCopyright © 2017. All rights reserved.