The MsSql2000Dialect type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MsSql2000Dialect |
Methods
Name | Description | |
---|---|---|
![]() | AddIdentitySelectToInsert | (Overrides Dialect..::.AddIdentitySelectToInsert(SqlString, String, String).) |
![]() | AppendLockHint | (Overrides Dialect..::.AppendLockHint(LockMode, String).) |
![]() | ApplyLocksToSql | (Overrides Dialect..::.ApplyLocksToSql(SqlString, IDictionary, IDictionary).) |
![]() | CreateCaseFragment |
Create an CaseFragment for this dialect
(Inherited from Dialect.) |
![]() | CreateOuterJoinFragment |
Create an JoinFragment for this dialect
(Inherited from Dialect.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAddForeignKeyConstraintString | |
![]() | GetAddPrimaryKeyConstraintString |
The syntax used to add a primary key constraint to a table
(Inherited from Dialect.) |
![]() | GetCastTypeName | (Inherited from Dialect.) |
![]() | GetCreateSequenceString |
The syntax used to create a sequence, if sequences are supported
(Inherited from Dialect.) |
![]() | GetDropForeignKeyConstraintString |
The syntax used to drop a foreign key constraint from a table.
(Inherited from Dialect.) |
![]() | GetDropIndexConstraintString |
The syntax used to drop an index constraint from a table.
(Inherited from Dialect.) |
![]() | GetDropPrimaryKeyConstraintString |
The syntax used to drop a primary key constraint from a table.
(Inherited from Dialect.) |
![]() | GetDropSequenceString |
The syntax used to drop a sequence, if sequences are supported
(Inherited from Dialect.) |
![]() | GetDropTableString |
Generates the string to drop the table using SQL Server syntax.
(Overrides Dialect..::.GetDropTableString(String).) |
![]() | GetForUpdateNowaitString | (Inherited from Dialect.) |
![]() | GetForUpdateString | Overloaded. |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetIdentitySelectString | (Overrides Dialect..::.GetIdentitySelectString(String, String).) |
![]() | GetLimitString | Overloaded. |
![]() | GetSequenceNextValString |
The syntax that fetches the next value of a sequence, if sequences are supported.
(Inherited from Dialect.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetTypeName | Overloaded. |
![]() | IsQuoted |
Checks to see if the name has been quoted.
(Inherited from Dialect.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Quote | |
![]() | QuoteForAliasName |
Quotes a name for being used as a aliasname
(Inherited from Dialect.) |
![]() | QuoteForColumnName |
Quotes a name for being used as a columnname
(Inherited from Dialect.) |
![]() | QuoteForSchemaName |
Quotes a name for being used as a schemaname
(Inherited from Dialect.) |
![]() | QuoteForTableName |
Quotes a name for being used as a tablename
(Inherited from Dialect.) |
![]() | RegisterColumnType | Overloaded. |
![]() | RegisterFunction | |
![]() | ToString | (Inherited from Object.) |
![]() | UnQuote | Overloaded. |
Properties
Name | Description | |
---|---|---|
![]() | AddColumnString | (Overrides Dialect..::.AddColumnString.) |
![]() | BindLimitParametersFirst |
Does the LIMIT clause come at the start of the
SELECT statement rather than at the end?
(Inherited from Dialect.) |
![]() | BindLimitParametersInReverseOrder |
Does the LIMIT clause specify arguments in the "reverse" order
limit, offset instead of offset, limit?
(Inherited from Dialect.) |
![]() | CascadeConstraintsString |
Completely optional cascading drop clause
(Inherited from Dialect.) |
![]() | CloseQuote | (Overrides Dialect..::.CloseQuote.) |
![]() | DefaultProperties |
Retrieve a set of default Hibernate properties for this database.
(Inherited from Dialect.) |
![]() | DropConstraints |
Do we need to drop constraints before dropping tables in the dialect?
(Inherited from Dialect.) |
![]() | ForUpdateNowaitString |
Retrieves the FOR UPDATE NOWAIT syntax specific to this dialect
(Inherited from Dialect.) |
![]() | ForUpdateOfColumns | (Inherited from Dialect.) |
![]() | ForUpdateString | (Overrides Dialect..::.ForUpdateString.) |
![]() | Functions |
Aggregate SQL functions as defined in general. This is
a case-insensitive hashtable!
(Inherited from Dialect.) |
![]() | HasAlterTable |
Does this dialect support the ALTER TABLE syntax?
(Inherited from Dialect.) |
![]() | HasDataTypeInIdentityColumn |
Whether this dialect has an identity clause added to the data type or a
completely seperate identity data type.
(Inherited from Dialect.) |
![]() | IdentityColumnString | (Overrides Dialect..::.IdentityColumnString.) |
![]() | IdentityInsertString |
The keyword used to insert a generated value into an identity column (or null)
(Inherited from Dialect.) |
![]() | LowercaseFunction |
The name of the SQL function that transforms a string to lowercase
(Inherited from Dialect.) |
![]() | MaxAliasLength | (Inherited from Dialect.) |
![]() | MultipleQueriesSeparator |
How we seperate the queries when we use multiply queries.
(Inherited from Dialect.) |
![]() | NoColumnsInsertString | (Overrides Dialect..::.NoColumnsInsertString.) |
![]() | NullColumnString | (Overrides Dialect..::.NullColumnString.) |
![]() | OpenQuote | (Overrides Dialect..::.OpenQuote.) |
![]() | QualifyIndexName | (Overrides Dialect..::.QualifyIndexName.) |
![]() | SupportsIdentityColumns | (Overrides Dialect..::.SupportsIdentityColumns.) |
![]() | SupportsIfExistsAfterTableName |
Does the dialect support the syntax 'drop table NAME if exists'
(Inherited from Dialect.) |
![]() | SupportsIfExistsBeforeTableName |
Does the dialect support the syntax 'drop table if exists NAME'
(Inherited from Dialect.) |
![]() | SupportsLimit |
Does this Dialect have some kind of LIMIT syntax?
(Overrides Dialect..::.SupportsLimit.) |
![]() | SupportsLimitOffset |
Does this Dialect support an offset?
(Overrides Dialect..::.SupportsLimitOffset.) |
![]() | SupportsSequences |
Does this dialect support sequences?
(Inherited from Dialect.) |
![]() | SupportsSubSelects |
Does this dialect support subselects?
(Inherited from Dialect.) |
![]() | SupportsUnique |
Does this dialect support the UNIQUE column syntax?
(Inherited from Dialect.) |
![]() | SupportsVariableLimit |
Can parameters be used for a statement containing a LIMIT?
(Overrides Dialect..::.SupportsVariableLimit.) |
![]() | TimestampResolutionInTicks | (Overrides Dialect..::.TimestampResolutionInTicks.) |
![]() | UseMaxForLimit |
Does the LIMIT clause take a "maximum" row number
instead of a total number of returned rows?
(Overrides Dialect..::.UseMaxForLimit.) |