| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| org.melati.poem.dbms |
POEM Drivers for assorted JDBC compliant DBMS.
|
| Modifier and Type | Method and Description |
|---|---|
Dbms |
Database.getDbms() |
| Modifier and Type | Method and Description |
|---|---|
String |
SQLType.sqlDefaultValue(Dbms dbms)
Used to set a not null value when
creating a non nullable column.
|
String |
AtomPoemType.sqlDefaultValue(Dbms dbms) |
String |
SQLType.sqlDefinition(Dbms dbms)
SQL type definition with nullability.
|
String |
BasePoemType.sqlDefinition(Dbms dbms)
See http://dev.mysql.com/doc/refman/5.0/en/timestamp.html
The MySQL default for nullability of timestamps is not null, so need to
make all fields explicitly nullable.
|
String |
SQLType.sqlTypeDefinition(Dbms dbms)
SQL type definition without nullability.
|
String |
BasePoemType.sqlTypeDefinition(Dbms dbms)
SQL type definition without nullability.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnsiStandard
An SQL 92 compliant Database Management System.
|
class |
FirstSQL
A Driver for FirstSQL ( NOT WORKING YET!!!).
|
class |
Hsqldb
A Driver for HSQLDB (http://www.hsqldb.org/).
|
class |
HsqldbText
Use CSV tables as backing store.
|
class |
Interbase
A Driver for Interbase.
|
class |
Mckoi
A Driver for Mckoidb (http://www.mckoi.com/).
|
class |
Mimer
A Driver for Mimer ( NOT WORKING YET!!!).
|
class |
MSAccess
A Driver for the Microsoft Access database server.
|
class |
MySQL
A Driver for MySQL.
|
class |
Oracle
A Driver for Oracle (http://www.oracle.com/).
|
class |
Postgresql
A Driver for Postgresql.
|
class |
SQLServer
A Driver for the Microsoft SQL server.
|
| Modifier and Type | Method and Description |
|---|---|
static Dbms |
DbmsFactory.getDbms(String dbmsClass)
Return a Dbms object given its class name as a String.
|
Copyright © 2000–2021 PanEris. All rights reserved.