| |
|
| java.lang.Object simpleorm.examples.ReferenceTest
ReferenceTest | public class ReferenceTest (Code) | | This provides a basic test of foreign key references and in
particular identifying foreign keys. The internal data structures
created by these record definitions is illustrated in the following
diagram which may be useful.
|
Method Summary | |
static void | createTables() Helper that just creates the createdb.sql script file for the
database. | public static void | main(String[] argv) |
createTables | static void createTables() throws Exception(Code) | | Helper that just creates the createdb.sql script file for the
database. This can be referenced as part of the build process.
|
|
|
|