クラス TableSqlExecuteCommand
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.AbstractTableCommand
com.sqlapp.data.db.command.TableSqlExecuteCommand
- すべての実装されたインタフェース:
CommitPerSqlTypeProperty,CommitPerTableProperty,ConsoleOutputLevelProperty,ConvertersProperty,DataSourceProperty,OnlyCurrentCatalogProperty,OnlyCurrentSchemaProperty,SchemaOptionProperty,SchemaTargetProperty,SqlTypesProperty,TableOptionProperty,TableTargetProperty,Runnable
public class TableSqlExecuteCommand
extends AbstractTableCommand
implements CommitPerTableProperty, CommitPerSqlTypeProperty, SqlTypesProperty
-
ネストされたクラスの概要
ネストされたクラス -
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voiddoRun()voidsetCommitPerSqlType(boolean bool) voidsetCommitPerTable(boolean bool) voidsetSqlTypes(com.sqlapp.data.db.sql.SqlType... sqlTypes) voidsetSqlTypes(String... obj) クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractTableCommand
getMetadataReaderFilter, getSchemaReader, getSqlFactoryRegistry, getTables, setExcludeSchemas, setExcludeTables, setIncludeSchemas, setIncludeTablesクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractSchemaDataSourceCommand
getSchemasクラスから継承されたメソッド 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.OnlyCurrentCatalogProperty
isOnlyCurrentCatalog, setOnlyCurrentCatalogインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.OnlyCurrentSchemaProperty
isOnlyCurrentSchema, setOnlyCurrentSchemaインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.SchemaOptionProperty
getSchemaOptions, setSchemaOptionsインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.SchemaTargetProperty
getExcludeSchemas, getIncludeSchemas, setSchemaNameインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.SqlTypesProperty
getSqlTypesインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.TableOptionProperty
getTableOptions, setTableOptionsインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.TableTargetProperty
getExcludeTables, getIncludeTables, setTableName
-
コンストラクタの詳細
-
TableSqlExecuteCommand
public TableSqlExecuteCommand()
-
-
メソッドの詳細
-
doRun
protected void doRun()- 定義:
doRunクラス内AbstractCommand
-
setSqlTypes
public void setSqlTypes(com.sqlapp.data.db.sql.SqlType... sqlTypes) - 定義:
setSqlTypesインタフェース内SqlTypesProperty- パラメータ:
sqlType- the sqlType to set
-
setSqlTypes
- 定義:
setSqlTypesインタフェース内SqlTypesProperty
-
setCommitPerTable
public void setCommitPerTable(boolean bool) - 定義:
setCommitPerTableインタフェース内CommitPerTableProperty
-
setCommitPerSqlType
public void setCommitPerSqlType(boolean bool) - 定義:
setCommitPerSqlTypeインタフェース内CommitPerSqlTypeProperty
-