Operation |
Details |
public DataSrc( TableInstance tInst, bool ro, DBDataAdmin dbAdmin): |
|
public DataSrc( ColumnsInfo csi, DBDataAdmin dbAdmin): |
Notes: | Create new temporary table for update according Columns Info. This DataSrc table is implicit updatable. This DataSrc table will be destroy at Dispose method processing. | |
public DataSrc( DataSrc dsrc): |
|
private Freeze():bool |
Notes: | Show dialog and save data from tmp_table into user specific table
@returns true if success | |
public ReadOnly():bool |
<<property>> Notes: | Table is read only | |
public Table():Table |
<<property>> Notes: | Reference to table object | |
public VersionId():int |
<<property>> |
public OdbcComm():OdbcCommand |
<<property>> Notes: | Create new OdbcCommand object | |
public Connection():OdbcConnection |
<<property>> Notes: | Odbc Connection associated to DataSrc object | |
protected TableOpen():bool |
Notes: | Open table and prepare for data reading.
@returns true if table is open | |
public TableClose():void |
|
public GetRow():object |
Notes: | Return one row as object[].
@returns All row as object[] | |
public ResetRead():bool |
Notes: | Init read from table. Next call GetRow() return the first of row.
@returns true if succeed | |
public NumberOfRows():int |
<<property>> Notes: | Number of rows in table | |
public Dispose():void |
Notes: | Remove one instance. | |
public IsOK():bool |
<<property>> Notes: | Validity of this object | |