public class ArrowFlightJdbcFactory extends Object implements org.apache.calcite.avatica.AvaticaFactory
| Constructor and Description |
|---|
ArrowFlightJdbcFactory() |
| Modifier and Type | Method and Description |
|---|---|
int |
getJdbcMajorVersion() |
int |
getJdbcMinorVersion() |
org.apache.calcite.avatica.AvaticaConnection |
newConnection(org.apache.calcite.avatica.UnregisteredDriver driver,
org.apache.calcite.avatica.AvaticaFactory factory,
String url,
Properties info) |
org.apache.calcite.avatica.AvaticaSpecificDatabaseMetaData |
newDatabaseMetaData(org.apache.calcite.avatica.AvaticaConnection connection) |
ArrowFlightPreparedStatement |
newPreparedStatement(org.apache.calcite.avatica.AvaticaConnection connection,
org.apache.calcite.avatica.Meta.StatementHandle statementHandle,
org.apache.calcite.avatica.Meta.Signature signature,
int resultType,
int resultSetConcurrency,
int resultSetHoldability) |
ArrowFlightJdbcVectorSchemaRootResultSet |
newResultSet(org.apache.calcite.avatica.AvaticaStatement statement,
org.apache.calcite.avatica.QueryState state,
org.apache.calcite.avatica.Meta.Signature signature,
TimeZone timeZone,
org.apache.calcite.avatica.Meta.Frame frame) |
ResultSetMetaData |
newResultSetMetaData(org.apache.calcite.avatica.AvaticaStatement avaticaStatement,
org.apache.calcite.avatica.Meta.Signature signature) |
org.apache.calcite.avatica.AvaticaStatement |
newStatement(org.apache.calcite.avatica.AvaticaConnection connection,
org.apache.calcite.avatica.Meta.StatementHandle handle,
int resultType,
int resultSetConcurrency,
int resultSetHoldability) |
public org.apache.calcite.avatica.AvaticaConnection newConnection(org.apache.calcite.avatica.UnregisteredDriver driver,
org.apache.calcite.avatica.AvaticaFactory factory,
String url,
Properties info)
throws SQLException
newConnection in interface org.apache.calcite.avatica.AvaticaFactorySQLExceptionpublic org.apache.calcite.avatica.AvaticaStatement newStatement(org.apache.calcite.avatica.AvaticaConnection connection,
org.apache.calcite.avatica.Meta.StatementHandle handle,
int resultType,
int resultSetConcurrency,
int resultSetHoldability)
newStatement in interface org.apache.calcite.avatica.AvaticaFactorypublic ArrowFlightPreparedStatement newPreparedStatement(org.apache.calcite.avatica.AvaticaConnection connection, org.apache.calcite.avatica.Meta.StatementHandle statementHandle, org.apache.calcite.avatica.Meta.Signature signature, int resultType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
newPreparedStatement in interface org.apache.calcite.avatica.AvaticaFactorySQLExceptionpublic ArrowFlightJdbcVectorSchemaRootResultSet newResultSet(org.apache.calcite.avatica.AvaticaStatement statement, org.apache.calcite.avatica.QueryState state, org.apache.calcite.avatica.Meta.Signature signature, TimeZone timeZone, org.apache.calcite.avatica.Meta.Frame frame) throws SQLException
newResultSet in interface org.apache.calcite.avatica.AvaticaFactorySQLExceptionpublic org.apache.calcite.avatica.AvaticaSpecificDatabaseMetaData newDatabaseMetaData(org.apache.calcite.avatica.AvaticaConnection connection)
newDatabaseMetaData in interface org.apache.calcite.avatica.AvaticaFactorypublic ResultSetMetaData newResultSetMetaData(org.apache.calcite.avatica.AvaticaStatement avaticaStatement, org.apache.calcite.avatica.Meta.Signature signature)
newResultSetMetaData in interface org.apache.calcite.avatica.AvaticaFactorypublic int getJdbcMajorVersion()
getJdbcMajorVersion in interface org.apache.calcite.avatica.AvaticaFactorypublic int getJdbcMinorVersion()
getJdbcMinorVersion in interface org.apache.calcite.avatica.AvaticaFactoryCopyright © 2024 The Apache Software Foundation. All rights reserved.