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