Uses of Class
org.apache.druid.sql.avatica.DruidJdbcResultSet.ResultFetcherFactory
Packages that use DruidJdbcResultSet.ResultFetcherFactory
-
Uses of DruidJdbcResultSet.ResultFetcherFactory in org.apache.druid.sql.avatica
Fields in org.apache.druid.sql.avatica declared as DruidJdbcResultSet.ResultFetcherFactoryModifier and TypeFieldDescriptionprotected final DruidJdbcResultSet.ResultFetcherFactoryAbstractDruidJdbcStatement.fetcherFactoryMethods in org.apache.druid.sql.avatica with parameters of type DruidJdbcResultSet.ResultFetcherFactoryModifier and TypeMethodDescriptionDruidConnection.createPreparedStatement(SqlStatementFactory sqlStatementFactory, SqlQueryPlus sqlQueryPlus, Map<String, Object> systemDefaultContext, long maxRowCount, DruidJdbcResultSet.ResultFetcherFactory fetcherFactory) DruidConnection.createStatement(SqlStatementFactory sqlStatementFactory, Map<String, Object> systemDefaultContext, DruidJdbcResultSet.ResultFetcherFactory fetcherFactory) Constructors in org.apache.druid.sql.avatica with parameters of type DruidJdbcResultSet.ResultFetcherFactoryModifierConstructorDescriptionAbstractDruidJdbcStatement(String connectionId, int statementId, DruidJdbcResultSet.ResultFetcherFactory fetcherFactory) DruidJdbcPreparedStatement(String connectionId, int statementId, PreparedStatement stmt, long maxRowCount, DruidJdbcResultSet.ResultFetcherFactory fetcherFactory) DruidJdbcResultSet(AbstractDruidJdbcStatement jdbcStatement, DirectStatement stmt, long maxRowCount, DruidJdbcResultSet.ResultFetcherFactory fetcherFactory) DruidJdbcStatement(String connectionId, int statementId, Map<String, Object> queryContext, Map<String, Object> defaultContext, SqlStatementFactory lifecycleFactory, DruidJdbcResultSet.ResultFetcherFactory fetcherFactory) DruidMeta(SqlStatementFactory sqlStatementFactory, QueryConfigProvider queryConfigProvider, org.apache.druid.sql.avatica.AvaticaServerConfig config, org.apache.druid.sql.avatica.ErrorHandler errorHandler, ScheduledExecutorService exec, List<Authenticator> authenticators, DruidJdbcResultSet.ResultFetcherFactory fetcherFactory)