|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hardcode.gdbms.engine.data.edition.UpdateEditionInfo
public class UpdateEditionInfo
Location info of a PK
| Constructor Summary | |
|---|---|
UpdateEditionInfo(java.lang.String tableName,
java.lang.String[] pkNames,
DataSource ds,
DBDriver driver,
int internalBufferIndex,
ValueCollection originalPK,
InternalBuffer internalBuffer)
Creates a new FlagIndexPair. |
|
| Method Summary | |
|---|---|
int |
getIndex()
gets the index |
ValueCollection |
getOriginalPK()
|
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 UpdateEditionInfo(java.lang.String tableName,
java.lang.String[] pkNames,
DataSource ds,
DBDriver driver,
int internalBufferIndex,
ValueCollection originalPK,
InternalBuffer internalBuffer)
index - Index on the data source where the pk isoriginalPK - Value of the PK fields when the edition started| Method Detail |
|---|
public int getIndex()
public ValueCollection getOriginalPK()
public java.lang.String getSQL()
throws DriverException
EditionInfo
getSQL in interface EditionInfoDriverException - if cannot get the SQL statement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||