|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaCreationException | |
---|---|
org.jdesktop.dataset.util |
Uses of SchemaCreationException in org.jdesktop.dataset.util |
---|
Methods in org.jdesktop.dataset.util that throw SchemaCreationException | |
---|---|
static DataSet |
DataSetUtility.createDataSetSchema(JDBCDataConnection conn,
java.lang.String... names)
Creates a DataSet that contains a DataTable for each table that has been specified in the given names Set. |
static void |
DataSetUtility.createDataTableSchema(JDBCDataConnection jdbcConn,
DataSet ds,
java.lang.String tableName,
java.lang.String statement)
Creates a new DataTable in the specified DataSet that maps directly to one returned from a custom SELECT query. |
static void |
DataSetUtility.createRelations(JDBCDataConnection jdbcConn,
DataSet ds)
Creates any relations that exist between the tables in the given DataSet using the database metadata that can be retrieved using the given SQL Connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |