Uses of Interface
org.melati.poem.dbms.Dbms

Packages that use Dbms
org.melati.poem Persistent Object Engine for Melati. 
org.melati.poem.dbms Melati drivers for assorted JDBC compliant DBMS. 
 

Uses of Dbms in org.melati.poem
 

Methods in org.melati.poem that return Dbms
 Dbms Database.getDbms()
           
 

Methods in org.melati.poem with parameters of type Dbms
protected  String BigDecimalPoemType._sqlDefinition(Dbms dbms)
           
protected  String BinaryPoemType._sqlDefinition(Dbms dbms)
           
protected  String StringPoemType._sqlDefinition(Dbms dbms)
           
protected abstract  String BasePoemType._sqlDefinition(Dbms dbms)
           
protected  String LongPoemType._sqlDefinition(Dbms dbms)
           
protected  String AtomPoemType._sqlDefinition(Dbms dbms)
           
 String SQLType.sqlDefaultValue(Dbms dbms)
          Used to set a not null value when creating a non nullable column.
 String AtomPoemType.sqlDefaultValue(Dbms dbms)
          Used to set a not null value when creating a non nullable column.
 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.
 

Uses of Dbms in org.melati.poem.dbms
 

Classes in org.melati.poem.dbms that implement Dbms
 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.
 

Methods in org.melati.poem.dbms that return Dbms
static Dbms DbmsFactory.getDbms(String dbmsClass)
          Return a Dbms object given its class name as a String.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.