|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hardcode.gdbms.engine.data.edition.DeleteEditionInfo
public class DeleteEditionInfo
Constructor Summary | |
---|---|
DeleteEditionInfo(ValueCollection pk,
java.lang.String[] pkNames,
java.lang.String tableName,
DBDriver driver)
Creates a new DeleteEditionInfo |
Method Summary | |
---|---|
java.lang.String |
getSQL()
Gets the SQL to modify the data source or null if the data source does not have to be modified |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteEditionInfo(ValueCollection pk, java.lang.String[] pkNames, java.lang.String tableName, DBDriver driver)
pk
- Original primary key of the object to be removedpkNames
- Names of the primary key fieldstableName
- Name of the table being editeddriver
- driver used to editMethod Detail |
---|
public java.lang.String getSQL() throws DriverException
EditionInfo
getSQL
in interface EditionInfo
DriverException
- if cannot get the SQL statement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |