| Interface | Description |
|---|---|
| Dbms |
A Database Management System.
|
| Class | Description |
|---|---|
| AnsiStandard |
An SQL 92 compliant Database Management System.
|
| DbmsFactory |
A factory class to create Dbms objects.
|
| DebugMckoiConnection | |
| FirstSQL |
A Driver for FirstSQL ( NOT WORKING YET!!!).
|
| Hsqldb |
A Driver for HSQLDB (http://www.hsqldb.org/).
|
| HsqldbText |
Use CSV tables as backing store.
|
| Interbase |
A Driver for Interbase.
|
| Mckoi |
A Driver for Mckoidb (http://www.mckoi.com/).
|
| Mimer |
A Driver for Mimer ( NOT WORKING YET!!!).
|
| MSAccess |
A Driver for the Microsoft Access database server.
|
| MSAccess.MSAccessStringPoemType |
Translates a MSSQL String into a Poem
StringPoemType. |
| MySQL |
A Driver for MySQL.
|
| MySQL.BlobPoemType |
Translates a MySQL Blob into a Poem
IntegerPoemType. |
| MySQL.MySQLBooleanPoemType |
Translates a MySQL Boolean into a Poem
BooleanType. |
| MySQL.MySQLStringPoemType |
Translates a MySQL String into a Poem
StringPoemType. |
| Oracle |
A Driver for Oracle (http://www.oracle.com/).
|
| Oracle.OracleBooleanPoemType |
Translates an Oracle Boolean into a Poem
BooleanPoemType. |
| Oracle.OracleStringPoemType |
Translates a Oracle String into a Poem
StringPoemType. |
| Postgresql |
A Driver for Postgresql.
|
| SQLServer |
A Driver for the Microsoft SQL server.
|
| SQLServer.SQLServerBooleanPoemType |
Translates an SQLServer Boolean into a Poem
BooleanPoemType. |
| Exception | Description |
|---|---|
| ConnectionFailurePoemException |
Thrown if there is a problem connecting to the underlying database.
|
| DuplicateKeySQLPoemException |
Thrown when an attempt to insert a value which is already present
in a column with a unique index is made.
|
| UnsupportedTypePoemException |
Thrown when a dbms contains a type not supported by Poem.
|
POEM Drivers for assorted JDBC compliant DBMS.
For a DBMS to work with POEM it must support Transactions.
Copyright © 2000–2021 PanEris. All rights reserved.