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,
Meta.StatementHandle h) |
CalciteServerStatement |
getStatement(Meta.StatementHandle h) |
void |
removeStatement(Meta.StatementHandle h) |
void removeStatement(Meta.StatementHandle h)
void addStatement(CalciteConnection connection, Meta.StatementHandle h)
CalciteServerStatement getStatement(Meta.StatementHandle h)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.