Package org.melati.poem.dbms

Package class diagram package org.melati.poem.dbms
Melati drivers for assorted JDBC compliant DBMS.

See:
          Description

Interface Summary
Dbms A Database Management System.
 

Class Summary
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 Summary
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.
 

Package org.melati.poem.dbms Description

Melati drivers for assorted JDBC compliant DBMS.

For a DBMS to work with Melati it must support Transactions.



Copyright © 2000-2010 PanEris. All Rights Reserved.