public class AvaticaDrillSqlAccessor extends Object implements org.apache.calcite.avatica.util.Cursor.Accessor
| Modifier and Type | Method and Description |
|---|---|
Array |
getArray() |
InputStream |
getAsciiStream() |
BigDecimal |
getBigDecimal() |
BigDecimal |
getBigDecimal(int scale) |
InputStream |
getBinaryStream() |
Blob |
getBlob() |
boolean |
getBoolean() |
byte |
getByte() |
byte[] |
getBytes() |
Reader |
getCharacterStream() |
Clob |
getClob() |
Date |
getDate(Calendar calendar) |
double |
getDouble() |
float |
getFloat() |
int |
getInt() |
long |
getLong() |
Reader |
getNCharacterStream() |
NClob |
getNClob() |
String |
getNString() |
Object |
getObject() |
<T> T |
getObject(Class<T> type) |
Object |
getObject(Map<String,Class<?>> map) |
Class<?> |
getObjectClass() |
Ref |
getRef() |
short |
getShort() |
SQLXML |
getSQLXML() |
String |
getString() |
Struct |
getStruct() |
Time |
getTime(Calendar calendar) |
Timestamp |
getTimestamp(Calendar calendar) |
InputStream |
getUnicodeStream() |
URL |
getURL() |
boolean |
wasNull() |
public Class<?> getObjectClass()
SQLAccessor#getObjectClass()public boolean wasNull()
throws SQLException
wasNull in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic String getString() throws SQLException
getString in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic boolean getBoolean()
throws SQLException
getBoolean in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic byte getByte()
throws SQLException
getByte in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic short getShort()
throws SQLException
getShort in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic int getInt()
throws SQLException
getInt in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic long getLong()
throws SQLException
getLong in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic float getFloat()
throws SQLException
getFloat in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic double getDouble()
throws SQLException
getDouble in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic BigDecimal getBigDecimal() throws SQLException
getBigDecimal in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic BigDecimal getBigDecimal(int scale) throws SQLException
getBigDecimal in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic byte[] getBytes()
throws SQLException
getBytes in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic InputStream getAsciiStream() throws SQLException
getAsciiStream in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic InputStream getUnicodeStream() throws SQLException
getUnicodeStream in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic InputStream getBinaryStream() throws SQLException
getBinaryStream in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic Object getObject() throws SQLException
getObject in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic Reader getCharacterStream() throws SQLException
getCharacterStream in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic Object getObject(Map<String,Class<?>> map) throws SQLException
getObject in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic Ref getRef() throws SQLException
getRef in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic Blob getBlob() throws SQLException
getBlob in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic Clob getClob() throws SQLException
getClob in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic Array getArray() throws SQLException
getArray in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic Struct getStruct() throws SQLException
getStruct in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic Date getDate(Calendar calendar) throws SQLException
getDate in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic Time getTime(Calendar calendar) throws SQLException
getTime in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic Timestamp getTimestamp(Calendar calendar) throws SQLException
getTimestamp in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic URL getURL() throws SQLException
getURL in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic NClob getNClob() throws SQLException
getNClob in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic SQLXML getSQLXML() throws SQLException
getSQLXML in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic String getNString() throws SQLException
getNString in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic Reader getNCharacterStream() throws SQLException
getNCharacterStream in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionpublic <T> T getObject(Class<T> type) throws SQLException
getObject in interface org.apache.calcite.avatica.util.Cursor.AccessorSQLExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.