クラス Postgres150MergeRowFactory

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

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

      • インタフェースから継承されたフィールド 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, getUniqueConstraint, 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, getQuoteName, getSqlFactoryRegistry, getStartSqlOperations, getValueDefinitionForCondition, getValueDefinitionForInsert, getValueDefinitionForInsert, getValueDefinitionForUpdate, getValueDefinitionForUpdate, getValueDefinitionForUpdate, getValueDefinitionSimple, initialize, initialize, isAutoIncrementColumn, isCreatedAtColumn, isFormulaColumn, isOptimisticLockColumn, isUpdatedAtColumn, setDialect, setOptions, 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
    • コンストラクタの詳細

      • Postgres150MergeRowFactory

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

      • 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<PostgresSqlBuilder>