クラス GenerateSimpleSqlCommand
- java.lang.Object
-
- com.sqlapp.data.db.command.AbstractCommand
-
- com.sqlapp.data.db.command.GenerateSimpleSqlCommand
-
- すべての実装されたインタフェース:
java.lang.Runnable
public class GenerateSimpleSqlCommand extends AbstractCommand
Operation生成コマンド
-
-
フィールドの概要
-
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 GenerateSimpleSqlCommand()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 protected voiddoRun()java.util.List<com.sqlapp.data.db.sql.SqlOperation>getOperations()com.sqlapp.data.db.sql.OptionsgetSchemaOptions()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.db.sql.SqlFactoryRegistrygetSqlFactoryRegistry()com.sqlapp.data.db.sql.SqlTypegetSqlType()com.sqlapp.data.schemas.DbCommonObject<?>getTarget()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, getContext, getConvertHandler, getErr, getExceptionHandler, initialize, initializeContext, println, run, setConvertHandler, setExceptionHandler
-
-
-
-
メソッドの詳細
-
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
public java.util.List<com.sqlapp.data.db.sql.SqlOperation> 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
-
-