| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| Modifier and Type | Field and Description |
|---|---|
protected AvaticaResultSet |
AvaticaStatement.openResultSet
Current result set, or null if the statement is not executing anything.
|
| Modifier and Type | Method and Description |
|---|---|
protected AvaticaResultSet |
AvaticaResultSet.execute()
Executes this result set.
|
protected AvaticaResultSet |
AvaticaResultSet.execute2(Cursor cursor,
List<ColumnMetaData> columnMetaDataList) |
AvaticaResultSet |
AvaticaFactory.newResultSet(AvaticaStatement statement,
Meta.Signature signature,
TimeZone timeZone,
Meta.Frame firstFrame)
Creates a result set.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
AvaticaConnection.Trojan.execute(AvaticaResultSet resultSet)
A means for anyone who has a trojan to call the protected method
execute(). |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.