Package | Description |
---|---|
com.viaoa.ds.jdbc |
The OADataSourceJDBC package is used to access persistent data using JDBC.
|
com.viaoa.ds.jdbc.delegate |
OADataSourceJDBC delegate classes for implementing access to SQL Relational databases.
|
com.viaoa.ds.jdbc.query |
OADataSourceJDBC classes used for converting OA Object Queries to SQL, and returning JDBC resultsets for ORM.
|
com.viaoa.object |
Observable data model Object, that is the superclass for all OAModel classes.
|
Modifier and Type | Field and Description |
---|---|
protected Database |
OADataSourceJDBC.database |
Modifier and Type | Method and Description |
---|---|
Database |
OADataSourceJDBC.getDatabase()
Returns database mapping object.
|
Constructor and Description |
---|
OADataSourceJDBC(Database database,
DBMetaData dbmd)
Create new OADataSourceJDBC using a Database mapping object.
|
Modifier and Type | Method and Description |
---|---|
static int |
Delegate.getPropertyMaxLength(Database database,
Class c,
String propertyName) |
Constructor and Description |
---|
QueryConverter(Database database,
DBMetaData dbmd) |
Modifier and Type | Method and Description |
---|---|
boolean |
OAAnnotationVerifier.compare(Database db1,
Database db2) |
static void |
OAAnnotationDelegate.update(Database database,
Class[] classes) |
boolean |
OAAnnotationVerifier.verify(Class clazz,
Database database)
Verify class annotations with Database
|
void |
OAAnnotationVerifier.verifyLinks(Database database)
Make sure that the links in the Tables are also in the class annotations.
|
Copyright © 1999–2019 ViaOA. All rights reserved.