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