Operation |
Details |
public TableInstance( DBDataAdmin dbAdmin, Table table, bool isTmpTable, bool readOnly, int versionId): |
Notes: | Create table instance. Table name is specified in table (if null then new table is created). | |
public Drop( bool finalDrop):bool |
Notes: | Drop this table instance if SessionStatus is in {ToDeleteAll, ToDeleteWithoutVers, DeleteOneVersion}
@returns true if succeed | |
public Table():Table |
<<property>> Notes: | Table for this instance | |
public NumberOfInstances():int |
<<property>> Notes: | Number of instances associated table | |
public TableId():int |
<<property>> Notes: | Uniquie Id for each table instance | |
public IsTmpTable():bool |
<<property>> Notes: | If table is temporary | |
public ReadOnly():bool |
<<property>> Notes: | If table is read only | |
public VersionId():int |
<<property>> Notes: | Version Id instance belong to | |