クラス GenerateSimpleSqlCommand

java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.GenerateSimpleSqlCommand
すべての実装されたインタフェース:
Runnable

public class GenerateSimpleSqlCommand extends AbstractCommand
Operation生成コマンド
  • コンストラクタの詳細

    • 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

      public 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