クラス AbstractSchemaDataSourceCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.AbstractDataSourceCommand
com.sqlapp.data.db.command.AbstractSchemaDataSourceCommand
- すべての実装されたインタフェース:
Runnable
- 直系の既知のサブクラス:
AbstractFile2DataSourceCommand,AbstractTableCommand,DropObjectsCommand,ExportXmlCommand,TableSqlExecuteCommand
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明getSchemas(Connection connection, com.sqlapp.data.db.dialect.Dialect dialect, com.sqlapp.data.db.metadata.SchemaReader schemaReader, Predicate<com.sqlapp.data.schemas.Schema> schemaNameFilter) com.sqlapp.data.db.sql.SqlFactoryRegistrygetSqlFactoryRegistry(com.sqlapp.data.db.dialect.Dialect dialect) voidsetSqlFactoryRegistry(com.sqlapp.data.db.sql.SqlFactoryRegistry sqlFactoryRegistry) クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractDataSourceCommand
createOutputTextBuilder, getConnection, getConnectionHandler, getCurrentCatalogName, getCurrentSchemaName, getDataSource, getDialect, newConverters, releaseConnection, rollback, setConnection, setConnectionHandler, setDataSource, setDialectクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
createJsonConverter, createYamlConverter, debug, debug, doRun, error, error, getConsoleOutputLevel, getContext, getConvertHandler, getErr, getExceptionHandler, info, info, initialize, initializeContext, run, setConsoleOutputLevel, setConvertHandler, setExceptionHandler
-
コンストラクタの詳細
-
AbstractSchemaDataSourceCommand
public AbstractSchemaDataSourceCommand()
-
-
メソッドの詳細
-
getSqlFactoryRegistry
public com.sqlapp.data.db.sql.SqlFactoryRegistry getSqlFactoryRegistry(com.sqlapp.data.db.dialect.Dialect dialect) - 戻り値:
- the sqlFactoryRegistry
-
setSqlFactoryRegistry
public void setSqlFactoryRegistry(com.sqlapp.data.db.sql.SqlFactoryRegistry sqlFactoryRegistry) - パラメータ:
sqlFactoryRegistry- the sqlFactoryRegistry to set
-
getSchemas
protected Map<String,com.sqlapp.data.schemas.Schema> getSchemas(Connection connection, com.sqlapp.data.db.dialect.Dialect dialect, com.sqlapp.data.db.metadata.SchemaReader schemaReader, Predicate<com.sqlapp.data.schemas.Schema> schemaNameFilter)
-