クラス GenerateGeneratorSettingCommand
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.generator.GenerateGeneratorSettingCommand
- すべての実装されたインタフェース:
ConsoleOutputLevelProperty,ConvertersProperty,DataSourceProperty,OnlyCurrentCatalogProperty,OnlyCurrentSchemaProperty,OutputDirectoryProperty,SchemaOptionProperty,SchemaTargetProperty,SqlTypeProperty,TableOptionProperty,TableTargetProperty,Runnable
public class GenerateGeneratorSettingCommand
extends AbstractTableCommand
implements SqlTypeProperty, OutputDirectoryProperty
Generate Data and Insert Command
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド 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.OutputDirectoryProperty
getOutputDirectory, setOutputDirectory, setOutputDirectoryインタフェースから継承されたメソッド 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.SqlTypeProperty
getSqlType, setSqlType, setSqlTypeインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.TableOptionProperty
getTableOptions, setTableOptionsインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.TableTargetProperty
getExcludeTables, getIncludeTables, setTableName
-
コンストラクタの詳細
-
GenerateGeneratorSettingCommand
public GenerateGeneratorSettingCommand()
-
-
メソッドの詳細
-
doRun
protected void doRun()- 定義:
doRunクラス内AbstractCommand
-