JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
F
G
H
J
K
M
O
P
S
V
A
apply(Connection, Meta.ConnectionProperties)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
AvaticaHandler
- Class in
org.apache.calcite.avatica.server
Jetty handler that executes Avatica JSON request-responses.
AvaticaHandler(Service)
- Constructor for class org.apache.calcite.avatica.server.
AvaticaHandler
C
closeConnection(Meta.ConnectionHandle)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
closeStatement(Meta.StatementHandle)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
columns(ResultSetMetaData)
- Static method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
Convert from JDBC metadata to Avatica columns.
connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
createIterable(Meta.StatementHandle, Meta.Signature, List<TypedValue>, Meta.Frame)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
createStatement(Meta.ConnectionHandle)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
D
defaultValue()
- Method in enum org.apache.calcite.avatica.jdbc.
JdbcMeta.ConnectionCacheSettings
The default value for this setting.
defaultValue()
- Method in enum org.apache.calcite.avatica.jdbc.
JdbcMeta.StatementCacheSettings
The default value for this setting.
F
fetch(Meta.StatementHandle, List<TypedValue>, long, int)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
G
getAttributes(String, Meta.Pat, Meta.Pat, Meta.Pat)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getBestRowIdentifier(String, String, String, int, boolean)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getCatalogs()
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getClientInfoProperties()
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getColumnPrivileges(String, String, String, Meta.Pat)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getColumns(String, Meta.Pat, Meta.Pat, Meta.Pat)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getConnection(String)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getCrossReference(String, String, String, String, String, String)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getDatabaseProperties()
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getExportedKeys(String, String, String)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getFunctionColumns(String, Meta.Pat, Meta.Pat, Meta.Pat)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getFunctions(String, Meta.Pat, Meta.Pat)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getImportedKeys(String, String, String)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getIndexInfo(String, String, String, boolean, boolean)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getPort()
- Method in class org.apache.calcite.avatica.server.
HttpServer
getPrimaryKeys(String, String, String)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getProcedureColumns(String, Meta.Pat, Meta.Pat, Meta.Pat)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getProcedures(String, Meta.Pat, Meta.Pat)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getPseudoColumns(String, Meta.Pat, Meta.Pat, Meta.Pat)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getSchemas(String, Meta.Pat)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getSuperTables(String, Meta.Pat, Meta.Pat)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getSuperTypes(String, Meta.Pat, Meta.Pat)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getTablePrivileges(String, Meta.Pat, Meta.Pat)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getTables(String, Meta.Pat, Meta.Pat, List<String>)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getTableTypes()
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getTypeInfo()
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getUDTs(String, Meta.Pat, Meta.Pat, int[])
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
getVersionColumns(String, String, String)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
H
handle(String, Request, HttpServletRequest, HttpServletResponse)
- Method in class org.apache.calcite.avatica.server.
AvaticaHandler
HttpServer
- Class in
org.apache.calcite.avatica.server
Avatica HTTP server.
HttpServer(int, Handler)
- Constructor for class org.apache.calcite.avatica.server.
HttpServer
J
JdbcMeta
- Class in
org.apache.calcite.avatica.jdbc
Implementation of
Meta
upon an existing JDBC data source.
JdbcMeta(String)
- Constructor for class org.apache.calcite.avatica.jdbc.
JdbcMeta
JdbcMeta(String, String, String)
- Constructor for class org.apache.calcite.avatica.jdbc.
JdbcMeta
JdbcMeta(String, Properties)
- Constructor for class org.apache.calcite.avatica.jdbc.
JdbcMeta
JdbcMeta.ConnectionCacheSettings
- Enum in
org.apache.calcite.avatica.jdbc
Configurable connection cache settings.
JdbcMeta.StatementCacheSettings
- Enum in
org.apache.calcite.avatica.jdbc
Configurable statement cache settings.
join()
- Method in class org.apache.calcite.avatica.server.
HttpServer
K
key()
- Method in enum org.apache.calcite.avatica.jdbc.
JdbcMeta.ConnectionCacheSettings
The configuration key for specifying this setting.
key()
- Method in enum org.apache.calcite.avatica.jdbc.
JdbcMeta.StatementCacheSettings
The configuration key for specifying this setting.
M
Main
- Class in
org.apache.calcite.avatica.server
Jetty handler that executes Avatica JSON request-responses.
main(String[])
- Static method in class org.apache.calcite.avatica.server.
Main
O
org.apache.calcite.avatica.jdbc
- package org.apache.calcite.avatica.jdbc
Implements an Avatica provider on top of an existing JDBC data source.
org.apache.calcite.avatica.server
- package org.apache.calcite.avatica.server
Avatica server that listens for HTTP requests.
P
parameters(ParameterMetaData)
- Static method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
Converts from JDBC metadata to AvaticaParameters
prepare(Meta.ConnectionHandle, String, long)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback)
- Method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
S
signature(ResultSetMetaData, ParameterMetaData, String)
- Static method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
signature(ResultSetMetaData)
- Static method in class org.apache.calcite.avatica.jdbc.
JdbcMeta
start()
- Method in class org.apache.calcite.avatica.server.
HttpServer
start(String[])
- Static method in class org.apache.calcite.avatica.server.
Main
Creates and starts an
HttpServer
.
stop()
- Method in class org.apache.calcite.avatica.server.
HttpServer
V
valueOf(String)
- Static method in enum org.apache.calcite.avatica.jdbc.
JdbcMeta.ConnectionCacheSettings
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.apache.calcite.avatica.jdbc.
JdbcMeta.StatementCacheSettings
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.apache.calcite.avatica.jdbc.
JdbcMeta.ConnectionCacheSettings
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.apache.calcite.avatica.jdbc.
JdbcMeta.StatementCacheSettings
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
D
F
G
H
J
K
M
O
P
S
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2012–2015
The Apache Software Foundation
. All rights reserved.