|
Qore PgsqlSqlUtil Module Reference
1.1
|
represents a PostgreSQL-specific primary key constraint More...

Public Member Functions | |
| PgsqlColumn | memberGate (string k) |
returns the PgsqlColumn value of the given key if it exists, otherwise throws a KEY-ERROR exception More... | |
represents a PostgreSQL-specific primary key constraint
| PgsqlColumn PgsqlSqlUtil::PgsqlPrimaryKey::memberGate | ( | string | k | ) |
returns the PgsqlColumn value of the given key if it exists, otherwise throws a KEY-ERROR exception
| k | the name of the key to access |
| KEY-ERROR | the given key does not exist in the contained hash |