クラス GenerateSimpleSqlCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.GenerateSimpleSqlCommand
- すべての実装されたインタフェース:
ConsoleOutputLevelProperty,ConvertersProperty,SchemaOptionProperty,SqlFactoryRegistryProperty,SqlTypeProperty,Runnable
public class GenerateSimpleSqlCommand
extends AbstractCommand
implements SchemaOptionProperty, SqlTypeProperty, SqlFactoryRegistryProperty
Operation生成コマンド
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voiddoRun()protected com.sqlapp.data.db.sql.SqlFactory<? extends com.sqlapp.data.schemas.DbCommonObject<?>>getSqlFactory(com.sqlapp.data.db.sql.SqlFactoryRegistry sqlFactoryRegistry, com.sqlapp.data.schemas.DbObject<?> target) com.sqlapp.data.schemas.DbCommonObject<?>voidsetTarget(com.sqlapp.data.schemas.DbCommonObject<?> target) クラスから継承されたメソッド 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.SchemaOptionProperty
getSchemaOptions, setSchemaOptionsインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.SqlFactoryRegistryProperty
getSqlFactoryRegistry, setSqlFactoryRegistryインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.SqlTypeProperty
getSqlType, setSqlType, setSqlType
-
コンストラクタの詳細
-
GenerateSimpleSqlCommand
public GenerateSimpleSqlCommand()
-
-
メソッドの詳細
-
doRun
protected void doRun()- 定義:
doRunクラス内AbstractCommand
-
getSqlFactory
protected com.sqlapp.data.db.sql.SqlFactory<? extends com.sqlapp.data.schemas.DbCommonObject<?>> getSqlFactory(com.sqlapp.data.db.sql.SqlFactoryRegistry sqlFactoryRegistry, com.sqlapp.data.schemas.DbObject<?> target) -
getTarget
public com.sqlapp.data.schemas.DbCommonObject<?> getTarget()- 戻り値:
- the target
-
setTarget
public void setTarget(com.sqlapp.data.schemas.DbCommonObject<?> target) - パラメータ:
target- the target to set
-