- accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
SQLColumnReference clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- getColumns
List!SQLName getColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOnDelete
SQLForeignKeyImpl.Option getOnDelete()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOnUpdate
SQLForeignKeyImpl.Option getOnUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
- getReferenceMatch
SQLForeignKeyImpl.Match getReferenceMatch()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTable
SQLName getTable()
Undocumented in source. Be warned that the author may not have intended to support it.
- setColumns
void setColumns(List!SQLName columns)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOnDelete
void setOnDelete(SQLForeignKeyImpl.Option onDelete)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOnUpdate
void setOnUpdate(SQLForeignKeyImpl.Option onUpdate)
Undocumented in source. Be warned that the author may not have intended to support it.
- setReferenceMatch
void setReferenceMatch(SQLForeignKeyImpl.Match referenceMatch)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTable
void setTable(SQLName table)
Undocumented in source. Be warned that the author may not have intended to support it.
- dbType
string dbType;
Undocumented in source.
- name
SQLName name;
Undocumented in source.
- enable
Boolean enable;
Undocumented in source.
- validate
Boolean validate;
Undocumented in source.
- rely
Boolean rely;
Undocumented in source.
- comment
SQLExpr comment;
Undocumented in source.
- hints
List!SQLCommentHint hints;
Undocumented in source.
- cloneTo
void cloneTo(SQLConstraintImpl x)
Undocumented in source. Be warned that the author may not have intended to support it.
- getHints
List!SQLCommentHint getHints()
Undocumented in source. Be warned that the author may not have intended to support it.
- setHints
void setHints(List!SQLCommentHint hints)
Undocumented in source. Be warned that the author may not have intended to support it.
- getName
SQLName getName()
Undocumented in source. Be warned that the author may not have intended to support it.
- setName
void setName(SQLName name)
Undocumented in source. Be warned that the author may not have intended to support it.
- setName
void setName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- getEnable
Boolean getEnable()
Undocumented in source. Be warned that the author may not have intended to support it.
- setEnable
void setEnable(Boolean enable)
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneTo
void cloneTo(SQLConstraint x)
Undocumented in source. Be warned that the author may not have intended to support it.
- getValidate
Boolean getValidate()
Undocumented in source. Be warned that the author may not have intended to support it.
- setValidate
void setValidate(Boolean validate)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRely
Boolean getRely()
Undocumented in source. Be warned that the author may not have intended to support it.
- setRely
void setRely(Boolean rely)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDbType
string getDbType()
Undocumented in source. Be warned that the author may not have intended to support it.
- setDbType
void setDbType(string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
- getComment
SQLExpr getComment()
Undocumented in source. Be warned that the author may not have intended to support it.
- setComment
void setComment(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
- simplify
void simplify()
Undocumented in source. Be warned that the author may not have intended to support it.