|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hardcode.gdbms.engine.data.edition.NoEditionInfo
public class NoEditionInfo
Constructor Summary | |
---|---|
NoEditionInfo(ValueCollection pk,
int index)
Indicates that no edition was done at the record |
Method Summary | |
---|---|
int |
getIndex()
|
ValueCollection |
getPk()
|
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 NoEditionInfo(ValueCollection pk, int index)
pk
- Original primary key valueindex
- Index in the original sourceMethod Detail |
---|
public java.lang.String getSQL() throws DriverException
EditionInfo
getSQL
in interface EditionInfo
DriverException
- if cannot get the SQL statementpublic ValueCollection getPk()
public int getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |