Package org.apache.drill.jdbc.impl
Class AvaticaDrillSqlAccessor
java.lang.Object
org.apache.drill.jdbc.impl.AvaticaDrillSqlAccessor
- All Implemented Interfaces:
org.apache.calcite.avatica.util.Cursor.Accessor
public class AvaticaDrillSqlAccessor
extends Object
implements org.apache.calcite.avatica.util.Cursor.Accessor
-
Method Summary
-
Method Details
-
getObjectClass
- See Also:
-
SQLAccessor#getObjectClass()
-
wasNull
- Specified by:
wasNull
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getString
- Specified by:
getString
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getBoolean
- Specified by:
getBoolean
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getByte
- Specified by:
getByte
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getShort
- Specified by:
getShort
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getInt
- Specified by:
getInt
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getLong
- Specified by:
getLong
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getFloat
- Specified by:
getFloat
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getDouble
- Specified by:
getDouble
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getBytes
- Specified by:
getBytes
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getUnicodeStream
- Specified by:
getUnicodeStream
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getStruct
- Specified by:
getStruct
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getURL
- Specified by:
getURL
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getNString
- Specified by:
getNString
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceorg.apache.calcite.avatica.util.Cursor.Accessor
- Throws:
SQLException
-