public class FKUsage extends AbstractProviderUsageSQLFragment implements DBObjectUsage
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport
COMMA, DEFAULT_SEPARATOR, EMPTY, EMPTY_ARRAY, INDENT, NEWLINE, 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, setProvider
appendToBuffer, argsToString, getStartOffset, getTextOrNull, getTextOrNull, getType, setStartOffset, surroundWithBrackets, surroundWithBrackets, toString
setParent
checkInit, checkInit, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitialization
addObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, setProperty
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setProvider
getStartOffset
getParent, setParent
addObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, getType, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName
getProperty, getProperty, setProperties, setProperty
public FKUsage()
public FKUsage(DBObjectID fkID, DBObjectID leftID, DBObjectID rightID)
public DBObjectID getObjectID()
getObjectID
in interface DBObjectUsage
public 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()
SQLFragment
getSQLText
in interface SQLFragment