| 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 |
BinaryLengthValidationPoemException
Thrown when an overlong value is asserted to be a valid
raw
BinaryPoemType Field. |
static class |
Column.SettingException
Thrown when any unforseen problem arises setting the value
of a
Column. |
class |
DuplicateColumnNamePoemException
|
class |
DuplicateDeletedColumnPoemException
|
class |
DuplicateTableNamePoemException
|
class |
DuplicateTroidColumnPoemException
Thrown when an attempt to add a second
Troid column is made. |
class |
ExecutingSQLPoemException
Thrown when there is a problem executing an SQL command.
|
class |
NoSuchColumnPoemException
Thrown when a reference to a non-existent
Column is made. |
class |
NoSuchRowPoemException
Thrown when a reference to a non existent row is made.
|
class |
NoSuchTablePoemException
Thrown when a reference to a non existent
Table is made. |
class |
ParsingPoemException
Thrown when there is a problem with the format of the
String
representation of a non-String datatype instance. |
class |
SQLPoemException
Thrown when there is an
SQLException thrown by the dbms. |
class |
StringLengthValidationPoemException
Thrown when a
StringPoemType Field's value
is too long. |
class |
ValidationPoemException
Thrown when a
Field's value does not meet its contract. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionFailurePoemException
Thrown if there is a problem connecting to the underlying database.
|
class |
DuplicateKeySQLPoemException
Thrown when an attempt to insert a value which is already present
in a column with a unique index is made.
|
Copyright © 2000–2021 PanEris. All rights reserved.