|
Qore OracleSqlUtil Module Reference
1.2.5
|
represents an Oracle check constraint More...

Public Member Functions | |
| string | getDisableSql (string table_name) |
| returns a string that can be used to temporarily disable the constraint from the database | |
| string | getEnableSql (string table_name, *hash opt) |
| returns a string that can be used to enable the constraint in the database | |
Public Attributes | |
| bool | enabled |
| True if the constraint is enabled, False if not | |
represents an Oracle check constraint