Qore PgsqlSqlUtil Module Reference
1.0
|
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... | |
![]() | |
clearIndex () | |
clears any index base for the constraint | |
getIndexSql (reference sql, string name, *hash opts) | |
adds index options onto the sql creation string | |
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 |