-
Constructors in xyz.cofe.data.table with parameters of type DataTable
| Constructor |
Description |
DataColumnAdded(DataTable tbl,
DataColumn mr) |
|
DataColumnEvent(DataTable tbl,
DataColumn mr) |
|
DataColumnRemoved(DataTable tbl,
DataColumn mr) |
|
DataIndexRowEvent(DataTable mt,
DataRow mr) |
|
DataIndexRowEvent(DataTable mt,
DataRow mr,
int ri) |
|
DataRow(DataTable table,
java.lang.Object... data) |
Создает строку таблицы
|
DataRow(DataTable dataTable,
java.lang.Object[] data,
java.lang.Object[] origin,
int changes) |
Конструктор десиариализации
|
DataRowChangesCanceled(DataTable mtable,
DataRow mrow) |
|
DataRowChangesFixed(DataTable mtable,
DataRow mrow) |
|
DataRowClosed(DataTable mt,
DataRow mr) |
|
DataRowDeleted(DataTable mtable,
DataRow mrow,
int ridx) |
|
DataRowErased(DataTable mt,
DataRow mr) |
|
DataRowErased(DataTable mt,
DataRow mr,
int ri) |
|
DataRowEvent(DataTable mt,
DataRow mr) |
|
DataRowInserted(DataTable mtable,
DataRow mrow,
int ridx) |
|
DataRowStateChanged(DataTable mt,
DataRow mr,
DataRowState s0,
DataRowState s1) |
|
DataRowUndeleted(DataTable mtable,
DataRow mrow,
int ridx) |
|
DataTableDropped(DataTable table) |
|
DataTableInserting(DataTable dt) |
|
DataTableInserting(DataTable dt,
java.lang.Object[] values) |
|
ResultSetFetcher(java.sql.ResultSet rs,
boolean withClose,
DataTable table,
java.lang.ClassLoader cl,
boolean evInAwt) |
|
-
Methods in xyz.cofe.data.table.store with parameters of type DataTable
| Modifier and Type |
Method |
Description |
abstract void |
CSVSpecialColumn.parse(DataTable dt,
java.lang.String value) |
Парсинг спец значения
|
void |
CSVSpecialColumn.RowStateColumn.parse(DataTable dt,
java.lang.String value) |
|
protected java.lang.String[] |
CSVStore.toStringArray(DataTable dt,
DataRow row) |
|
void |
CSVStore.write(java.io.Writer out,
DataTable table) |
|
void |
CSVStore.write(xyz.cofe.text.out.Output out,
DataTable table) |
|
void |
XmlStreamStorage.write(java.io.File xout,
java.nio.charset.Charset cs,
DataTable mtable) |
|
void |
XmlStreamStorage.write(java.io.File xout,
DataTable mtable) |
|
void |
XmlStreamStorage.write(java.io.OutputStream xout,
java.nio.charset.Charset cs,
DataTable mtable) |
|
void |
XmlStreamStorage.write(java.io.OutputStream xout,
DataTable mtable) |
|
void |
XmlStreamStorage.write(java.io.Writer xout,
DataTable mtable) |
|
void |
XmlStreamStorage.write(javax.xml.stream.XMLStreamWriter xout,
DataTable dataTable) |
|
protected void |
CSVStore.writeHeader(xyz.cofe.text.out.Output out,
DataTable dt) |
|