| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| org.melati.poem.dbms |
POEM Drivers for assorted JDBC compliant DBMS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryPoemType
A Blob
Field type. |
class |
PasswordPoemType
A password.
|
class |
StringKeyPoemType |
class |
StringKeyReferencePoemType
A data type that is a reference to a
Persistent object via a
String key to a unique, non-nullable index. |
class |
StringPoemType
Base of all character sequence types.
|
| Modifier and Type | Method and Description |
|---|---|
SizedAtomPoemType<T> |
SizedAtomPoemType.withSize(int newSize) |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
SizedAtomPoemType<String> |
MySQL.MySQLStringPoemType.withSize(int newSize) |
Copyright © 2000–2021 PanEris. All rights reserved.