クラス SqlServer2016
java.lang.Object
com.sqlapp.data.db.dialect.Dialect
- すべての実装されたインタフェース:
java.io.Serializable,java.lang.Comparable<com.sqlapp.data.db.dialect.Dialect>
public class SqlServer2016 extends SqlServer2014
SQL Server2012
- 関連項目:
- 直列化された形式
-
フィールドの概要
-
コンストラクタの概要
コンストラクタ 修飾子 コンストラクタ 説明 protectedSqlServer2016(java.util.function.Supplier<com.sqlapp.data.db.dialect.Dialect> nextVersionDialectSupplier) -
メソッドの概要
修飾子とタイプ メソッド 説明 protected com.sqlapp.data.db.sql.SqlFactoryRegistrycreateSqlFactoryRegistry()booleanequals(java.lang.Object obj)同値判定com.sqlapp.data.db.metadata.CatalogReadergetCatalogReader()inthashCode()クラスから継承されたメソッド 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, getSqlFactoryRegistry, 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
-
コンストラクタの詳細
-
SqlServer2016
protected SqlServer2016(java.util.function.Supplier<com.sqlapp.data.db.dialect.Dialect> nextVersionDialectSupplier)
-
-
メソッドの詳細
-
hashCode
public int hashCode()- オーバーライド:
hashCodeクラス内SqlServer2012
-
equals
public boolean equals(java.lang.Object obj)クラスからコピーされた説明:SqlServer2005同値判定- オーバーライド:
equalsクラス内SqlServer2014
-
getCatalogReader
public com.sqlapp.data.db.metadata.CatalogReader getCatalogReader()- オーバーライド:
getCatalogReaderクラス内SqlServer2014
-
createSqlFactoryRegistry
protected com.sqlapp.data.db.sql.SqlFactoryRegistry createSqlFactoryRegistry()- オーバーライド:
createSqlFactoryRegistryクラス内SqlServer2014
-