Package | Description |
---|---|
org.apache.drill.jdbc |
JDBC driver for Drill.
|
Modifier and Type | Method and Description |
---|---|
byte |
DrillResultSet.getByte(int columnIndex) |
byte |
DrillResultSet.getByte(String columnLabel) |
double |
DrillResultSet.getDouble(int columnIndex) |
double |
DrillResultSet.getDouble(String columnLabel) |
float |
DrillResultSet.getFloat(int columnIndex) |
float |
DrillResultSet.getFloat(String columnLabel) |
int |
DrillResultSet.getInt(int columnIndex) |
int |
DrillResultSet.getInt(String columnLabel) |
long |
DrillResultSet.getLong(int columnIndex) |
long |
DrillResultSet.getLong(String columnLabel) |
short |
DrillResultSet.getShort(int columnIndex) |
short |
DrillResultSet.getShort(String columnLabel) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.