Qore SqlUtil Module Reference  1.5.2
SqlUtil::ForeignConstraintTarget Class Reference

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
 

Detailed Description

a class describing a foreign constraint target