Uses of Class
org.apache.calcite.avatica.AvaticaResultSet
-
Packages that use AvaticaResultSet Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of AvaticaResultSet in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica declared as AvaticaResultSet Modifier and Type Field Description protected AvaticaResultSetAvaticaStatement. openResultSetCurrent result set, or null if the statement is not executing anything.Methods in org.apache.calcite.avatica that return AvaticaResultSet Modifier and Type Method Description protected AvaticaResultSetAvaticaResultSet. execute()Executes this result set.AvaticaResultSetAvaticaResultSet. execute2(Cursor cursor, java.util.List<ColumnMetaData> columnMetaDataList)AvaticaResultSetAvaticaFactory. newResultSet(AvaticaStatement statement, QueryState state, Meta.Signature signature, java.util.TimeZone timeZone, Meta.Frame firstFrame)Creates a result set.AvaticaResultSetAvaticaJdbc41Factory. newResultSet(AvaticaStatement statement, QueryState state, Meta.Signature signature, java.util.TimeZone timeZone, Meta.Frame firstFrame)Methods in org.apache.calcite.avatica with parameters of type AvaticaResultSet Modifier and Type Method Description java.sql.ResultSetAvaticaConnection.Trojan. execute(AvaticaResultSet resultSet)A means for anyone who has a trojan to call the protected methodexecute().
-