クラス Postgres83

  • すべての実装されたインタフェース:
    java.io.Serializable, java.lang.Comparable<com.sqlapp.data.db.dialect.Dialect>
    直系の既知のサブクラス:
    Postgres84

    public class Postgres83
    extends Postgres82
    関連項目:
    直列化された形式
    • コンストラクタの詳細

      • Postgres83

        protected Postgres83​(java.util.function.Supplier<com.sqlapp.data.db.dialect.Dialect> nextVersionDialectSupplier)
    • メソッドの詳細

      • registerDataType

        protected void registerDataType()
        データ型の登録
        オーバーライド:
        registerDataType クラス内 Postgres82
      • supportsWith

        public boolean supportsWith()
        WITHステートメントのサポート
        オーバーライド:
        supportsWith クラス内 Postgres82
      • supportsWithRecursive

        public boolean supportsWithRecursive()
        WITHステートメント再帰のサポート
        オーバーライド:
        supportsWithRecursive クラス内 Postgres82
      • hashCode

        public int hashCode()
        オーバーライド:
        hashCode クラス内 Postgres82
      • equals

        public boolean equals​(java.lang.Object obj)
        同値判定
        オーバーライド:
        equals クラス内 Postgres82
      • getCatalogReader

        public com.sqlapp.data.db.metadata.CatalogReader getCatalogReader()
        オーバーライド:
        getCatalogReader クラス内 Postgres82
      • createSqlFactoryRegistry

        public com.sqlapp.data.db.sql.SqlFactoryRegistry createSqlFactoryRegistry()
        オーバーライド:
        createSqlFactoryRegistry クラス内 Postgres82