Uses of Class
org.melati.poem.SizedAtomPoemType

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

Uses of SizedAtomPoemType in org.melati.poem
 

Subclasses of SizedAtomPoemType in org.melati.poem
 class BinaryPoemType
          A Blob Field type.
 class PasswordPoemType
          A password.
 class StringPoemType
          Base of all character sequence types.
 

Methods in org.melati.poem that return SizedAtomPoemType
 SizedAtomPoemType SizedAtomPoemType.withSize(int newSize)
           
 

Uses of SizedAtomPoemType in org.melati.poem.dbms
 

Subclasses of SizedAtomPoemType in org.melati.poem.dbms
static class MSAccess.MSAccessStringPoemType
          Translates a MSSQL String into a Poem StringPoemType.
static class MySQL.BlobPoemType
          Translates a MySQL Blob into a Poem IntegerPoemType.
static class MySQL.MySQLStringPoemType
          Translates a MySQL String into a Poem StringPoemType.
static class Oracle.OracleStringPoemType
          Translates a Oracle String into a Poem StringPoemType.
 

Methods in org.melati.poem.dbms that return SizedAtomPoemType
 SizedAtomPoemType MySQL.MySQLStringPoemType.withSize(int newSize)
          
 



Copyright © 2000-2010 PanEris. All Rights Reserved.