クラス SqlServer2008MergeRowFactory

  • すべての実装されたインタフェース:
    com.sqlapp.data.db.sql.SqlFactory<com.sqlapp.data.schemas.DbCommonObject<?>>

    public class SqlServer2008MergeRowFactory
    extends com.sqlapp.data.db.sql.AbstractMergeRowFactory<SqlServerSqlBuilder>
    • フィールドの概要

      • インタフェースから継承されたフィールド com.sqlapp.data.db.sql.SqlFactory

        COMMAND_METHOD
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      protected java.util.List<com.sqlapp.data.db.sql.SqlOperation> getOperations​(com.sqlapp.data.schemas.Table table, java.util.Collection<com.sqlapp.data.schemas.Row> rows)  
      • クラスから継承されたメソッド com.sqlapp.data.db.sql.AbstractMergeRowFactory

        getOperations
      • クラスから継承されたメソッド com.sqlapp.data.db.sql.AbstractRowFactory

        addInsertIntoTable, addUniqueColumnsCondition, createSql, createSql, getOperationsInternal, toTable
      • クラスから継承されたメソッド com.sqlapp.data.db.sql.SimpleSqlFactory

        createSqlBuilder, getAddObjectDetail, isInsertable, isUpdateable, newSqlBuilder
      • クラスから継承されたメソッド com.sqlapp.data.db.sql.AbstractSqlFactory

        add, addSchemaName, addSql, addSql, addSql, createDiffSql, createDiffSql, createOperation, createOperation, createOperation, createOperation, createSqlBuilder, getAll, getCurrentDateDefinition, getDefaultValueDefinition, getDialect, getEndSqlOperations, getOptimisticLockColumnCondition, getOptimisticLockColumnUpdateDefinition, getOptimisticLockColumnUpdateDefinition, getOptions, getQuoteName, getSqlFactoryRegistry, getStartSqlOperations, getValueDefinitionForCondition, getValueDefinitionForInsert, getValueDefinitionForInsert, getValueDefinitionForUpdate, getValueDefinitionForUpdate, getValueDefinitionSimple, initialize, initialize, isAutoIncrementColumn, isCreatedAtColumn, isFormulaColumn, isOptimisticLockColumn, isQuateColumnName, isQuateObjectName, isUpdatedAtColumn, setDialect, setOptions, setQuateColumnName, setQuateObjectName, setSqlFactoryRegistry, sort, sort, sortDbObjectDifference, toString, withCoalesceAtInsert, withCoalesceAtUpdate
      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • インタフェースから継承されたメソッド com.sqlapp.data.db.sql.SqlFactory

        createSql
    • コンストラクタの詳細

      • SqlServer2008MergeRowFactory

        public SqlServer2008MergeRowFactory()
    • メソッドの詳細

      • getOperations

        protected java.util.List<com.sqlapp.data.db.sql.SqlOperation> getOperations​(com.sqlapp.data.schemas.Table table,
                                                                                    java.util.Collection<com.sqlapp.data.schemas.Row> rows)
        オーバーライド:
        getOperations クラス内 com.sqlapp.data.db.sql.AbstractRowFactory<SqlServerSqlBuilder>