Qore SqlUtil Module Reference
1.7.5
|
a class describing a foreign constraint target More...
Inherits Serializable.
Public Member Methods | |
constructor (string t, Columns c) | |
creates the object and sets the target table name and the target columns | |
bool | equal (ForeignConstraintTarget targ) |
returns True if the argument is equal to the current object, False if not | |
Public Attributes | |
Columns | columns |
columns in the target table | |
string | table |
the name of the target table | |
a class describing a foreign constraint target