public class OperationExecutorFactory extends Object
Constructor and Description |
---|
OperationExecutorFactory() |
public static Callable<ResultSet> createGetCatalogsExecutor(SqlGatewayService service, SessionHandle sessionHandle)
public static Callable<ResultSet> createGetSchemasExecutor(SqlGatewayService service, SessionHandle sessionHandle, @Nullable String catalogName, @Nullable String schemaName)
public static Callable<ResultSet> createGetTablesExecutor(SqlGatewayService service, SessionHandle sessionHandle, @Nullable String catalogName, @Nullable String schemaName, @Nullable String tableName, Set<CatalogBaseTable.TableKind> tableKinds)
public static Callable<ResultSet> createGetColumnsExecutor(SqlGatewayService service, SessionHandle sessionHandle, @Nullable String catalogName, @Nullable String schemaName, @Nullable String tableName, @Nullable String columnsName)
public static Callable<ResultSet> createGetPrimaryKeys(SqlGatewayService service, SessionHandle sessionHandle, @Nullable String catalogName, @Nullable String schemaName, @Nullable String tableName)
public static Callable<ResultSet> createGetFunctionsExecutor(SqlGatewayService service, SessionHandle sessionHandle, @Nullable String catalogName, @Nullable String databasePattern, @Nullable String functionNamePattern)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.