|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSetSchemaReader | |
---|---|
org.jdesktop.dataset.io.schema | |
org.jdesktop.dataset.util |
Uses of DataSetSchemaReader in org.jdesktop.dataset.io.schema |
---|
Classes in org.jdesktop.dataset.io.schema that implement DataSetSchemaReader | |
---|---|
class |
JDBCDataSetSchemaReader
An JDBCDataSetSchemaReader instantiates a DataSet from
a schema stored in an XML file; the schema is read from the JDBC metadata classes (see
DatabaseMetaData and ResultSetMetaData ), and the accuracy
of the schema depends on the quality of the JDBC driver used. |
class |
XMLDataSetSchemaReader
An XMLDataSetSchemaReader instantiates a DataSet from
an XML Schema. |
Uses of DataSetSchemaReader in org.jdesktop.dataset.util |
---|
Methods in org.jdesktop.dataset.util with parameters of type DataSetSchemaReader | |
---|---|
static DataSet |
DataSetUtility.readDataSet(DataSetSchemaReader reader)
Loads a DataSet schema using a schema reader, for all tables and relations declared in the schema. |
static DataSet |
DataSetUtility.readDataSet(DataSetSchemaReader reader,
java.lang.String... tableNames)
Loads a DataSet schema using a schema reader, for the tables listed in the tableNames argument, and their
relations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |