クラス AbstractSchemaDataSourceCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.AbstractDataSourceCommand
com.sqlapp.data.db.command.AbstractSchemaDataSourceCommand
- すべての実装されたインタフェース:
ConsoleOutputLevelProperty,ConvertersProperty,DataSourceProperty,SchemaOptionProperty,Runnable
- 直系の既知のサブクラス:
AbstractFile2DataSourceCommand,AbstractTableCommand,DropObjectsCommand,ExportXmlCommand
public abstract class AbstractSchemaDataSourceCommand
extends AbstractDataSourceCommand
implements SchemaOptionProperty
-
フィールドの概要
クラスから継承されたフィールド 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) protected com.sqlapp.data.db.sql.SqlFactoryRegistrygetSqlFactoryRegistry(com.sqlapp.data.db.dialect.Dialect dialect) クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractDataSourceCommand
commit, createOutputTextBuilder, execute, getCurrentCatalogName, getCurrentSchemaName, getDataSource, getDialect, isCloseDataSource, newConverters, rollback, setCloseDataSource, setCommitHandler, setDataSource, setLastCommitHandler, setReleaseConnectionAndCloseDataSourceHandler, setReleaseConnectionHandler, setRollbackHandlerクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
debug, debug, doRun, error, error, execute, getErr, getExceptionHandler, info, info, initialize, initializeContext, runクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.ConsoleOutputLevelProperty
getConsoleOutputLevel, setConsoleOutputLevel, setConsoleOutputLevelインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.ConvertersProperty
getConverters, setConvertersインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.SchemaOptionProperty
getSchemaOptions, setSchemaOptions
-
コンストラクタの詳細
-
AbstractSchemaDataSourceCommand
public AbstractSchemaDataSourceCommand()
-
-
メソッドの詳細
-
getSqlFactoryRegistry
protected com.sqlapp.data.db.sql.SqlFactoryRegistry getSqlFactoryRegistry(com.sqlapp.data.db.dialect.Dialect dialect) - 戻り値:
- the sqlFactoryRegistry
-
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)
-