The PostgreSQL82Dialect type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddIdentitySelectToInsert | (Inherited from PostgreSQL81Dialect.) |
![]() | AppendLockHint | (Inherited from Dialect.) |
![]() | ApplyLocksToSql | (Inherited from Dialect.) |
![]() | 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 | (Inherited from PostgreSQLDialect.) |
![]() | 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 | (Overrides PostgreSQLDialect..::.GetDropSequenceString(String).) |
![]() | GetDropTableString |
Return SQL needed to drop the named table. May (and should) use
some form of "if exists" clause, and cascade constraints.
(Inherited from Dialect.) |
![]() | GetForUpdateNowaitString | (Inherited from PostgreSQL81Dialect.) |
![]() | 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 |
PostgreSQL 8.1 and above defined the fuction lastval() that returns the
value of the last sequence that nextval() was used on in the current session.
Call lastval() if nextval() has not yet been called in the current
session throw an exception.
(Inherited from PostgreSQL81Dialect.) |
![]() | GetLimitString | Overloaded. |
![]() | GetSequenceNextValString | (Inherited from PostgreSQLDialect.) |
![]() | 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 |
Quotes a name.
(Inherited from Dialect.) |
![]() | 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. |