クラス GenerateSimpleSqlCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.GenerateSimpleSqlCommand
- すべての実装されたインタフェース:
Runnable
Operation生成コマンド
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voiddoRun()List<com.sqlapp.data.db.sql.SqlOperation>com.sqlapp.data.db.sql.Optionsprotected 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.db.sql.SqlFactoryRegistrycom.sqlapp.data.db.sql.SqlTypecom.sqlapp.data.schemas.DbCommonObject<?>voidsetSchemaOption(com.sqlapp.data.db.sql.Options schemaOptions) voidsetSqlFactoryRegistry(com.sqlapp.data.db.sql.SqlFactoryRegistry sqlFactoryRegistry) voidsetSqlType(com.sqlapp.data.db.sql.SqlType sqlType) voidsetTarget(com.sqlapp.data.schemas.DbCommonObject<?> target) クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
createJsonConverter, createYamlConverter, debug, debug, error, error, getConsoleOutputLevel, getContext, getConvertHandler, getErr, getExceptionHandler, info, info, initialize, initializeContext, run, setConsoleOutputLevel, setConvertHandler, setExceptionHandler
-
コンストラクタの詳細
-
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) -
getSqlFactoryRegistry
public com.sqlapp.data.db.sql.SqlFactoryRegistry getSqlFactoryRegistry()- 戻り値:
- the sqlFactoryRegistry
-
setSqlFactoryRegistry
public void setSqlFactoryRegistry(com.sqlapp.data.db.sql.SqlFactoryRegistry sqlFactoryRegistry) - パラメータ:
sqlFactoryRegistry- the sqlFactoryRegistry to set
-
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
-
getSqlType
public com.sqlapp.data.db.sql.SqlType getSqlType()- 戻り値:
- the sqlType
-
setSqlType
public void setSqlType(com.sqlapp.data.db.sql.SqlType sqlType) - パラメータ:
sqlType- the sqlType to set
-
getOperations
- 戻り値:
- the operations
-
getSchemaOptions
public com.sqlapp.data.db.sql.Options getSchemaOptions()- 戻り値:
- the schemaOptions
-
setSchemaOption
public void setSchemaOption(com.sqlapp.data.db.sql.Options schemaOptions) - パラメータ:
schemaOptions- the schemaOption to set
-