public interface CalciteServer
Represents shared state among connections, and will have monitoring and management facilities.
| Modifier and Type | Method and Description |
|---|---|
void |
addStatement(CalciteConnection connection,
org.apache.calcite.avatica.Meta.StatementHandle h) |
CalciteServerStatement |
getStatement(org.apache.calcite.avatica.Meta.StatementHandle h)
Returns the statement with a given handle.
|
void |
removeStatement(org.apache.calcite.avatica.Meta.StatementHandle h) |
void removeStatement(org.apache.calcite.avatica.Meta.StatementHandle h)
void addStatement(CalciteConnection connection, org.apache.calcite.avatica.Meta.StatementHandle h)
CalciteServerStatement getStatement(org.apache.calcite.avatica.Meta.StatementHandle h) throws org.apache.calcite.avatica.NoSuchStatementException
h - Statement handleorg.apache.calcite.avatica.NoSuchStatementException - if handle does not represent a statementCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.