Method | Description | |
---|---|---|
Add ( string key, string value ) : string |
Adds a new cached command string
|
|
Contains ( string key ) : bool |
Determines whether [contains] [the specified key].
|
|
Get ( string key ) : string |
Gets the specified command string.
|
|
GetCommand ( PostgreSqlCommandStringTypes type ) : string |
Gets the command for the indicated command type
|
|
PostgreSqlCommandStringCache ( |
Initializes a new instance of the PostgreSqlCommandStringCache class.
|
Method | Description | |
---|---|---|
BuildCommands ( ) : void |
Builds the commands.
|
public Add ( string key, string value ) : string | ||
key | string | The key. |
value | string | The value. |
return | string |
public GetCommand ( PostgreSqlCommandStringTypes type ) : string | ||
type | PostgreSqlCommandStringTypes | The command type. |
return | string |
public PostgreSqlCommandStringCache ( |
||
tableNameHelper | The table name helper. | |
return | System |