Method | Description | |
---|---|---|
ExtractSqlException ( |
||
InterpretSqlException ( |
See ISqlUtility.InterpretSqlException.
|
|
LimitIdentifierLength ( string name ) : string | ||
SetNationalLanguageQuery ( ) : string |
Returns an SQL query that is used to set the national language, for string comparison and sorting.
|
|
SetSqlUserInfo ( OracleConnection connection, IUserInfo userInfo ) : void |
Provides the user information to the database, for logging and similar features.
|
public ExtractSqlException ( |
||
exception | ||
return |
public InterpretSqlException ( |
||
exception | ||
return | RhetosException |
public static LimitIdentifierLength ( string name ) : string | ||
name | string | |
return | string |
public static SetNationalLanguageQuery ( ) : string | ||
return | string |
public static SetSqlUserInfo ( OracleConnection connection, IUserInfo userInfo ) : void | ||
connection | OracleConnection | |
userInfo | IUserInfo | |
return | void |