SQLForeignKeyConstraint

Undocumented in source.

Members

Functions

getReferencedColumns
List!SQLName getReferencedColumns()
Undocumented in source.
getReferencedTable
SQLExprTableSource getReferencedTable()
Undocumented in source.
getReferencedTableName
SQLName getReferencedTableName()
Undocumented in source.
getReferencingColumns
List!SQLName getReferencingColumns()
Undocumented in source.
setReferencedTableName
void setReferencedTableName(SQLName value)
Undocumented in source.

Inherited Members

From SQLConstraint

getName
SQLName getName()
Undocumented in source.
setName
void setName(SQLName value)
Undocumented in source.
getComment
SQLExpr getComment()
Undocumented in source.
setComment
void setComment(SQLExpr x)
Undocumented in source.
simplify
void simplify()
Undocumented in source.

From SQLTableElement

clone
SQLTableElement clone()
Undocumented in source.

Meta