Method | Description | |
---|---|---|
GetIdentitySql ( string tableName ) : string | ||
GetPagingSql ( string sql, int page, int resultsPerPage, object>.IDictionary |
||
GetSetSql ( string sql, int firstResult, int maxResults, object>.IDictionary |
||
OracleDialect ( ) : System.Collections.Generic | ||
QuoteString ( string value ) : string |
public GetIdentitySql ( string tableName ) : string | ||
tableName | string | |
return | string |
public GetPagingSql ( string sql, int page, int resultsPerPage, object>.IDictionary |
||
sql | string | |
page | int | |
resultsPerPage | int | |
parameters | object>.IDictionary | |
return | string |
public GetSetSql ( string sql, int firstResult, int maxResults, object>.IDictionary |
||
sql | string | |
firstResult | int | |
maxResults | int | |
parameters | object>.IDictionary | |
return | string |
public OracleDialect ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |