クラス ApplyTableDataCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.AbstractDataSourceCommand
com.sqlapp.data.db.command.AbstractSchemaDataSourceCommand
com.sqlapp.data.db.command.AbstractFile2DataSourceCommand<com.sqlapp.data.schemas.Table>
com.sqlapp.data.db.command.ApplyTableDataCommand
- すべての実装されたインタフェース:
ConsoleOutputLevelProperty,ConvertersProperty,DataSourceProperty,FilesProperty,SchemaOptionProperty,SqlExecutorProperty,SqlTypeProperty,Runnable
public class ApplyTableDataCommand
extends AbstractFile2DataSourceCommand<com.sqlapp.data.schemas.Table>
implements SqlTypeProperty
データ適用コマンド
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected List<com.sqlapp.data.schemas.Table>protected List<com.sqlapp.data.schemas.Table>getTarget(List<com.sqlapp.data.schemas.DbCommonObject<?>> totalObjects, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) protected voidhandle(com.sqlapp.data.schemas.Table obj, com.sqlapp.data.db.sql.SqlFactoryRegistry sqlFactoryRegistry, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) protected List<com.sqlapp.data.schemas.Table>クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractFile2DataSourceCommand
doRun, handle, handle, setFilesクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractSchemaDataSourceCommand
getSchemas, getSqlFactoryRegistryクラスから継承されたメソッド 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, 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.FilesProperty
getFiles, setFilesインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.SchemaOptionProperty
getSchemaOptions, setSchemaOptionsインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.SqlExecutorProperty
getSqlExecutor, setSqlExecutorインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.SqlTypeProperty
getSqlType, setSqlType, setSqlType
-
コンストラクタの詳細
-
ApplyTableDataCommand
public ApplyTableDataCommand()
-
-
メソッドの詳細
-
getTarget
protected List<com.sqlapp.data.schemas.Table> getTarget(List<com.sqlapp.data.schemas.DbCommonObject<?>> totalObjects, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) - 定義:
getTargetクラス内AbstractFile2DataSourceCommand<com.sqlapp.data.schemas.Table>
-
filter
- オーバーライド:
filterクラス内AbstractFile2DataSourceCommand<com.sqlapp.data.schemas.Table>
-
sort
- オーバーライド:
sortクラス内AbstractFile2DataSourceCommand<com.sqlapp.data.schemas.Table>
-
handle
protected void handle(com.sqlapp.data.schemas.Table obj, com.sqlapp.data.db.sql.SqlFactoryRegistry sqlFactoryRegistry, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) throws Exception - 定義:
handleクラス内AbstractFile2DataSourceCommand<com.sqlapp.data.schemas.Table>- 例外:
Exception
-