public class FKUsage extends AbstractProviderUsageSQLFragment implements DBObjectUsage
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupportAS, COMMA, DEFAULT_SEPARATOR, EMPTY, EMPTY_ARRAY, INDENT, LEFT_PAREN, NEWLINE, RIGHT_PAREN, SPACE| Constructor and Description |
|---|
FKUsage() |
FKUsage(DBObjectID fkID,
DBObjectID leftID,
DBObjectID rightID) |
| Modifier and Type | Method and Description |
|---|---|
FromObject |
getLeftFromObject()
Deprecated.
- use getLeftFromObjectID or resolveLeftFromObject
|
DBObjectID |
getLeftFromObjectID() |
DBObjectID |
getObjectID()
Gets the id of the FK being used in the SQL of this fragment.
|
FromObject |
getRightFromObject()
Deprecated.
- use getRightFromObjectID or resolveRightFromObject
|
DBObjectID |
getRightFromObjectID() |
java.lang.String |
getSQLText()
Return the SQL for this fragment.
|
FromObject |
resolveLeftFromObject()
Resolves the ID for the left From Object of this usage and writes any
DBExceptions to the console -- do not use unless you are happy to
ignore any DBExceptions.
|
FromObject |
resolveRightFromObject()
Resolves the ID for the left From Object of this usage and writes any
DBExceptions to the console -- do not use unless you are happy to
ignore any DBExceptions.
|
void |
setLeftFromObject(FromObject obj)
Deprecated.
- use getLeftFromObjectID or resolveLeftFromObject
|
void |
setLeftFromObjectID(DBObjectID leftID) |
void |
setObjectID(DBObjectID fkid)
Sets the id of the FK being used in the SQL of this fragment.
|
void |
setRightFromObject(FromObject obj)
Deprecated.
- use setRightFromObjectID
|
void |
setRightFromObjectID(DBObjectID rightID) |
areNamesEqual, copyToImpl, getDatabaseDescriptor, getExternalName, getInternalName, setProviderappendToBuffer, appendToBuffer, argsToString, getName, getStartOffset, getTextOrNull, getTextOrNull, getType, setStartOffset, surroundWithBrackets, surroundWithBrackets, toStringsetParentcheckInit, checkInit, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitialization, processPropertyChange, setIDaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getChildSupport, getID, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setName, setProperties, setPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitsetProvidergetStartOffsetgetParent, setParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getProperty, getProperty, getReferenceIDs, getType, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName, setProperties, setPropertypublic FKUsage()
public FKUsage(DBObjectID fkID, DBObjectID leftID, DBObjectID rightID)
public DBObjectID getObjectID()
getObjectID in interface DBObjectUsagepublic void setObjectID(DBObjectID fkid)
setObjectID in interface DBObjectUsage@Deprecated public FromObject getLeftFromObject()
@Deprecated public void setLeftFromObject(FromObject obj)
public DBObjectID getLeftFromObjectID()
public void setLeftFromObjectID(DBObjectID leftID)
public DBObjectID getRightFromObjectID()
public void setRightFromObjectID(DBObjectID rightID)
@Deprecated public FromObject getRightFromObject()
@Deprecated public void setRightFromObject(FromObject obj)
public FromObject resolveLeftFromObject()
public FromObject resolveRightFromObject()
public java.lang.String getSQLText()
SQLFragmentgetSQLText in interface SQLFragment