クラス Postgres90
- java.lang.Object
-
- com.sqlapp.data.db.dialect.Dialect
-
- com.sqlapp.data.db.dialect.postgres.Postgres
-
- com.sqlapp.data.db.dialect.postgres.Postgres82
-
- com.sqlapp.data.db.dialect.postgres.Postgres83
-
- com.sqlapp.data.db.dialect.postgres.Postgres84
-
- com.sqlapp.data.db.dialect.postgres.Postgres90
-
- すべての実装されたインタフェース:
java.io.Serializable,java.lang.Comparable<com.sqlapp.data.db.dialect.Dialect>
- 直系の既知のサブクラス:
Postgres91
public class Postgres90 extends Postgres84
- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ 修飾子 コンストラクタ 説明 protectedPostgres90(java.util.function.Supplier<com.sqlapp.data.db.dialect.Dialect> nextVersionDialectSupplier)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 com.sqlapp.data.db.sql.SqlFactoryRegistrycreateSqlFactoryRegistry()booleanequals(java.lang.Object obj)同値判定com.sqlapp.data.db.metadata.CatalogReadergetCatalogReader()-
クラスから継承されたメソッド com.sqlapp.data.db.dialect.postgres.Postgres84
supportsStandardOffsetFetchRows
-
クラスから継承されたメソッド com.sqlapp.data.db.dialect.postgres.Postgres83
hashCode, registerDataType, supportsWith, supportsWithRecursive
-
クラスから継承されたメソッド com.sqlapp.data.db.dialect.postgres.Postgres
createJdbcHandler, createSqlBuilder, createSqlSplitter, doQuote, getDefaultCase, getIdentitySelectString, getProductName, getSequenceNextValString, getSimpleName, isDdlRollbackable, nativeCaseString, selectRecursiveSql, supportsCascadeDelete, supportsCascadeRistrict, supportsCascadeUpdate, supportsCatalog, supportsColumnSequence, supportsDefaultValueFunction, supportsDropCascade, supportsFunctionOverload, supportsIdentity, supportsLimit, supportsLimitOffset, supportsProcedureOverload, supportsRuleOnDelete, supportsRuleOnUpdate, supportsSequence
-
クラスから継承されたメソッド com.sqlapp.data.db.dialect.Dialect
compareTo, defaultSchema, domainCheckConstraintColumnName, getCloseQuote, getCurrentDateFunction, getCurrentDateTimeFunction, getCurrentTimeFunction, getCurrentTimestampFunction, getCurrentTimestampWithTimeZoneFunction, getCurrentTimeWithTimeZoneFunction, getDbDataType, getDbDataTypes, getDelimiter, getIdentityColumnString, getIdentityInsertString, getIndexType, getNextVersionDialect, getObjectFullName, getOpenQuote, getSqlValueDefinition, getSystemSchema, getValueForDisplay, isOptimisticLockColumn, isQuoted, matchDataTypeName, needQuote, quote, recommendsNTypeChar, setChangeAndResetSqlDelimiter, setDbType, setDbType, setDbType, setDbType, setDecimalType, setIndexTypeName, storesLowerCaseIdentifiers, storesMixedCaseIdentifiers, supportedSchemaTypes, supportsBatchExecuteGeneratedKeys, supportsBatchExecuteResult, supportsColumnFormula, supportsDomain, supportsIndexNameTableScope, supportsIndexType, supportsMerge, supportsRownum, supportsSchema, supportsTop, toString, unQuote
-
-
-
-
メソッドの詳細
-
equals
public boolean equals(java.lang.Object obj)
同値判定- オーバーライド:
equalsクラス内Postgres83
-
getCatalogReader
public com.sqlapp.data.db.metadata.CatalogReader getCatalogReader()
- オーバーライド:
getCatalogReaderクラス内Postgres84
-
createSqlFactoryRegistry
public com.sqlapp.data.db.sql.SqlFactoryRegistry createSqlFactoryRegistry()
- オーバーライド:
createSqlFactoryRegistryクラス内Postgres84
-
-