Qore PgsqlSqlUtil Module Reference
1.0
|
represents a PostgreSQL-specific primary key constraint More...
Inherits AbstractPrimaryKey.
Public Member Functions | |
clearIndex () | |
clears any index base for the constraint | |
PgsqlColumn | memberGate (string k) |
returns the PgsqlColumn value of the given key if it exists, otherwise throws a KEY-ERROR exception More... | |
Private Attributes | |
*string | index |
index the constraint is based on | |
*string | tablespace |
any tablespace for the primary key index | |
represents a PostgreSQL-specific primary key constraint
PgsqlColumn 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 |