|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javatools.db.DbConstraint
|
+--medi.db.constraint.FKNeedsExecutionOf
Represents the constraint for NEEDS_EXECUTION_OF table.
| Field Summary |
| Constructor Summary | |
FKNeedsExecutionOf(DbAbstractTable tbl)
Creates new FKNeedsExecutionOf. |
|
| Method Summary | |
void |
check(int operation)
Checks if the specified operation can be made. |
void |
setFileTypeTable(FileType tbl)
Sets the FileType table. |
void |
setInstalledProgramTable(InstalledProgram tbl)
Sets the InstalledProgram table. |
int |
update(int operation)
Checks (if automatic checking is set) and updates, performing the operation. |
| Methods inherited from class javatools.db.DbConstraint |
build, checkChildren, checkFathers, checkThis, clear, clone, getAutomaticChecking, getConstraintEmulation, getDefaultValues, getDeleteOperation, getFatherColumns, getFatherTable, getFatherTablesCount, getRefColumns, getSonFatherIndex, getSonTable, getSonTablesCount, getTable, getUpdateOperation, initLists, initStaticLists, setAutomaticChecking, setConstraintEmulation, setSelector, setValueLists, setWhere, updateThis |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FKNeedsExecutionOf(DbAbstractTable tbl)
tbl - The NeedsExecutionOf table to use.| Method Detail |
public void setInstalledProgramTable(InstalledProgram tbl)
throws DbException
tbl - The InstalledProgram table to use.
DbException - If something goes wrong.
public void setFileTypeTable(FileType tbl)
throws DbException
tbl - The FileType table to use.
DbException - If something goes wrong.
public void check(int operation)
throws DbException
check in class DbConstraintoperation - The operation to do.
DbException - If something goes wrong.
public int update(int operation)
throws DbException
update in class DbConstraintoperation - The operation to do.
execute() method.
DbException - If something goes wrong.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||