메소드 | 설명 | |
---|---|---|
CreateCaseFragment ( ) : NHibernate.SqlCommand.CaseFragment |
Create an
|
|
CreateOuterJoinFragment ( ) : NHibernate.SqlCommand.JoinFragment | ||
GetIdentitySelectString ( string identityColumn, string tableName, DbType type ) : string |
|
|
GetLimitString ( NHibernate.SqlCommand.SqlString querySqlString, int offset, int limit ) : NHibernate.SqlCommand.SqlString |
MS Access and SQL Server support limit. This implementation has been made according the MS Access syntax
|
|
JetDialect ( ) : System |
|
|
ToBooleanValueString ( bool value ) : string |
The SQL literal value to which this database maps boolean values.
|
|
UnQuote ( string quoted ) : string |
|
메소드 | 설명 | |
---|---|---|
Quote ( string name ) : string |
MsSql does not require the OpenQuote to be escaped as long as the first char is an OpenQuote. |
public CreateCaseFragment ( ) : NHibernate.SqlCommand.CaseFragment | ||
리턴 | NHibernate.SqlCommand.CaseFragment |
public CreateOuterJoinFragment ( ) : NHibernate.SqlCommand.JoinFragment | ||
리턴 | NHibernate.SqlCommand.JoinFragment |
public GetIdentitySelectString ( string identityColumn, string tableName, DbType type ) : string | ||
identityColumn | string | |
tableName | string | |
type | DbType | |
리턴 | string |
public GetLimitString ( NHibernate.SqlCommand.SqlString querySqlString, int offset, int limit ) : NHibernate.SqlCommand.SqlString | ||
querySqlString | NHibernate.SqlCommand.SqlString | The original query |
offset | int | Specifies the number of rows to skip, before starting to return rows from the query expression. |
limit | int | Is used to limit the number of results returned in a SQL statement |
리턴 | NHibernate.SqlCommand.SqlString |
public ToBooleanValueString ( bool value ) : string | ||
value | bool | The boolean value |
리턴 | string |