|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.sde.sdk.client.SeArchive
public class SeArchive
This class contains methods to query and manipulate archives.
| Constructor Summary | |
|---|---|
SeArchive(SeConnection conn)
|
|
| Method Summary | |
|---|---|
void |
create()
Creates an archive based on the information in this object. |
void |
delete(java.lang.String archivingTable)
Deletes an archive based on the name of the archiving table. |
java.lang.String |
getArchivingTable()
Returns this object's archiving table. |
java.lang.String[] |
getDateColumns()
Returns this object's from and to column names for the history table. |
java.lang.String |
getHistoryTable()
Returns this object's history table. |
void |
getInfoByArchivingTable(java.lang.String archivingTable)
Fetches an archive based on the name of the archiving table. |
void |
getInfoByHistoryTable(java.lang.String historyTable)
Fetches an archive based on the name of the history table. |
java.lang.String |
getRowidColumn()
Returns this object's rowid column for the history table. |
java.util.Date |
getStartTime()
Returns this object's start time. |
void |
setArchivingTable(java.lang.String archivingTable)
Sets the this object's archiving table. |
void |
setDateColumns(java.lang.String fromDateName,
java.lang.String toDateName)
Sets this object's from and to column names for the history table. |
void |
setHistoryTable(java.lang.String historyTable)
Sets this object's history table. |
void |
setRowidColumn(java.lang.String rowidColumn)
Sets this object's rowid column for the history table. |
void |
setStartTime(java.util.Date startTime)
Sets this object's start time. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeArchive(SeConnection conn)
throws SeException
SeException| Method Detail |
|---|
public java.lang.String getArchivingTable()
public void setArchivingTable(java.lang.String archivingTable)
throws SeException
archivingTable - String The business table
with archiving enabled.
SeExceptionpublic java.lang.String[] getDateColumns()
public void setDateColumns(java.lang.String fromDateName,
java.lang.String toDateName)
throws SeException
fromDateName - String The from column name.toDateName - String The to column name.
SeExceptionpublic java.lang.String getHistoryTable()
public void setHistoryTable(java.lang.String historyTable)
throws SeException
historyTable - String The history table name.
SeExceptionpublic java.lang.String getRowidColumn()
public void setRowidColumn(java.lang.String rowidColumn)
throws SeException
rowidColumn - String The rowid column name.
SeExceptionpublic java.util.Date getStartTime()
public void setStartTime(java.util.Date startTime)
throws SeException
startTime - Date The start_time of the archive.
SeException
public void create()
throws SeException
SeException
public void delete(java.lang.String archivingTable)
throws SeException
SeException
public void getInfoByArchivingTable(java.lang.String archivingTable)
throws SeException
SeException
public void getInfoByHistoryTable(java.lang.String historyTable)
throws SeException
SeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||