Object Translator
A C D E F G I L M N O P R S T V

A

addAndClause(String) - Method in class com.informix.ormapper.OPredicate
Adds an AND clause to the predicate.
addForeignKeyColumn(String) - Method in class com.informix.ormapper.OCollection
 
addObject(OBase) - Method in class com.informix.ormapper.OCollection
 
addOrClause(String) - Method in class com.informix.ormapper.OPredicate
Adds an OR clause to the predicate.
addUserObject(OBase) - Method in class com.informix.ormapper.OCollection
 

C

ChangeDetectedException - exception com.informix.ormapper.ChangeDetectedException.
This is the sub Object Translator exception that will be thrown when data has been changed in the database since it was last retrieved.
ChangeDetectedException() - Constructor for class com.informix.ormapper.ChangeDetectedException
 
ChangeDetectedException(OResourceBundle) - Constructor for class com.informix.ormapper.ChangeDetectedException
 
ChangeDetectedException(OResourceBundle, Throwable) - Constructor for class com.informix.ormapper.ChangeDetectedException
 
ChangeDetectedException(SQLException) - Constructor for class com.informix.ormapper.ChangeDetectedException
 
ChangeDetectedException(String) - Constructor for class com.informix.ormapper.ChangeDetectedException
 
ChangeDetectedException(String, Throwable) - Constructor for class com.informix.ormapper.ChangeDetectedException
 
ChangeDetectedException(Throwable) - Constructor for class com.informix.ormapper.ChangeDetectedException
 
close() - Method in class com.informix.ormapper.OConnection
Releases the connection's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.informix.ormapper.OResultSet
 
closeQuery() - Method in class com.informix.ormapper.OBase
 
closeRoutine() - Method in class com.informix.ormapper.OBase
 
commit() - Method in class com.informix.ormapper.OConnection
Makes all changes since the previous commit/rollback permanent and releases any database locks currently held by the connection.
connection - Variable in class com.informix.ormapper.OBase
 
connection - Variable in class com.informix.ormapper.OResultSet
 
Create(String, OBaseOID, OConnection) - Static method in class com.informix.ormapper.OFactory
 

D

DatabaseException - exception com.informix.ormapper.DatabaseException.
This is the main Object Translator exception for all database- and connection-related errors.
DatabaseException() - Constructor for class com.informix.ormapper.DatabaseException
 
DatabaseException(SQLException) - Constructor for class com.informix.ormapper.DatabaseException
 
DatabaseException(String) - Constructor for class com.informix.ormapper.DatabaseException
 
DatabaseException(String, Throwable) - Constructor for class com.informix.ormapper.DatabaseException
 
DatabaseException(Throwable) - Constructor for class com.informix.ormapper.DatabaseException
 
delete(String) - Method in class com.informix.ormapper.OBase
 
destroy() - Method in class com.informix.ormapper.OBase
 
destroy() - Method in class com.informix.ormapper.OCollection
 
destroyAll() - Method in class com.informix.ormapper.OCollection
Delete all records for this collection based on the SQL DELETE statement and its predicate.
DETECT_CHANGEDROW - Static variable in class com.informix.ormapper.OConnection
Indicates using changed row indicator for optimistic concurrency change detection.
DETECT_NONE - Static variable in class com.informix.ormapper.OConnection
Indicates no change detection for optimistic concurrency.
DETECT_QUERIED - Static variable in class com.informix.ormapper.OConnection
Indicates using all queried attributes for optimistic concurrency change detection.
DETECT_UPDATED - Static variable in class com.informix.ormapper.OConnection
Indicates using all updated attributes for optimistic concurrency change detection.

E

equals(Object) - Method in class com.informix.ormapper.OBase
 
executeRoutine() - Method in class com.informix.ormapper.OBase
 

F

Find(String, OBaseOID) - Static method in class com.informix.ormapper.OFactory
 
Find(String, OBaseOID, OConnection) - Static method in class com.informix.ormapper.OFactory
 
findObject(OBase) - Method in class com.informix.ormapper.OCollection
 
fKeyColumns - Variable in class com.informix.ormapper.OCollection
 
fKeyValues - Variable in class com.informix.ormapper.OCollection
 
fObject() - Method in class com.informix.ormapper.OCollection
 

G

getAsciiStream() - Method in class com.informix.ormapper.OClob
Retrieves the CLOB data as a stream.
getAutoCommit() - Method in class com.informix.ormapper.OConnection
Gets the current auto-commit state.
getBaseOID() - Method in class com.informix.ormapper.OBase
 
getBinaryStream() - Method in class com.informix.ormapper.OBlob
Retrieves the BLOB data as a stream.
getBlob() - Method in class com.informix.ormapper.OBlob
Retrieves the java.sql.Blob object reference set in a setBlob() call or a constructor.
getCaching() - Method in class com.informix.ormapper.OCollection
Checks if caching is used by this collection.
getClob() - Method in class com.informix.ormapper.OClob
Gets the java.sql.Clob object reference set in a setClob() call or a constructor.
getConnection() - Method in class com.informix.ormapper.OBase
 
getConnection() - Method in class com.informix.ormapper.OCollection
 
getCurrentObject() - Method in class com.informix.ormapper.OResultSet
 
getDeleteSQL() - Method in class com.informix.ormapper.OCollection
 
getDetectType() - Method in class com.informix.ormapper.OConnection
Gets the optimistic concurrency detect type for the connection.
getDetectType() - Method in class com.informix.ormapper.OBase
Gets the optimistic concurrency detect type for the object.
getInternalErrorCode() - Method in class com.informix.ormapper.OBase
 
getJdbcConnection() - Method in class com.informix.ormapper.OConnection
Returns the JDBC connection object.
getLocale() - Method in class com.informix.ormapper.OConnection
Gets the current locale for the Object Translator runtime.
getLockType() - Method in class com.informix.ormapper.OConnection
Gets the concurrency locking type of this connection.
getLogging() - Method in class com.informix.ormapper.OBase
 
getParameter(int) - Method in class com.informix.ormapper.OBase
 
getPredicate() - Method in class com.informix.ormapper.OBase
 
getPredicate() - Method in class com.informix.ormapper.OCollection
 
getResultSet() - Method in class com.informix.ormapper.OBase
 
getSelectSQL() - Method in class com.informix.ormapper.OCollection
 
getSerial() - Method in class com.informix.ormapper.OBase
 
getSerial8() - Method in class com.informix.ormapper.OBase
 
getSortSQL() - Method in class com.informix.ormapper.OCollection
 
getStatement() - Method in class com.informix.ormapper.OBase
 
getTypeMap() - Method in class com.informix.ormapper.OConnection
Gets the custom type map for this connection.
getValueAsBigDecimal(int) - Method in class com.informix.ormapper.OBase
 
getValueAsBoolean(int) - Method in class com.informix.ormapper.OBase
 
getValueAsByte(int) - Method in class com.informix.ormapper.OBase
 
getValueAsDate(int) - Method in class com.informix.ormapper.OBase
 
getValueAsDouble(int) - Method in class com.informix.ormapper.OBase
 
getValueAsFloat(int) - Method in class com.informix.ormapper.OBase
 
getValueAsInteger(int) - Method in class com.informix.ormapper.OBase
 
getValueAsLong(int) - Method in class com.informix.ormapper.OBase
 
getValueAsObject(int) - Method in class com.informix.ormapper.OBase
 
getValueAsOBlob(int) - Method in class com.informix.ormapper.OBase
 
getValueAsOClob(int) - Method in class com.informix.ormapper.OBase
 
getValueAsShort(int) - Method in class com.informix.ormapper.OBase
 
getValueAsString(int) - Method in class com.informix.ormapper.OBase
 
getValueAsTime(int) - Method in class com.informix.ormapper.OBase
 
getValueAsTimestamp(int) - Method in class com.informix.ormapper.OBase
 

I

isClosed() - Method in class com.informix.ormapper.OConnection
Tests to see if the connection is closed.
isReadOnly() - Method in class com.informix.ormapper.OConnection
Tests to see if the connection is in read-only mode.

L

length() - Method in class com.informix.ormapper.OBlob
Returns the number of bytes in the BLOB data designated by this BLOB object.
length() - Method in class com.informix.ormapper.OClob
Returns the number of bytes in the CLOB data designated by this CLOB object.
load(String) - Method in class com.informix.ormapper.OBlob
Loads the BLOB data from a file.
load(String) - Method in class com.informix.ormapper.OClob
Loads the CLOB data from a file.
lObject() - Method in class com.informix.ormapper.OCollection
 

M

main(String[]) - Static method in class com.informix.ormapper.Version
The executable main method that prints the version information.
moveFirst() - Method in class com.informix.ormapper.OResultSet
 
moveLast() - Method in class com.informix.ormapper.OResultSet
 
moveNext() - Method in class com.informix.ormapper.OResultSet
 
movePrevious() - Method in class com.informix.ormapper.OResultSet
 

N

nObject() - Method in class com.informix.ormapper.OCollection
 
NoConnectionException - exception com.informix.ormapper.NoConnectionException.
This is the sub Object Translator exception that will be thrown when no connection has been set for an object.
NoConnectionException() - Constructor for class com.informix.ormapper.NoConnectionException
 
NoConnectionException(OResourceBundle) - Constructor for class com.informix.ormapper.NoConnectionException
 
NoConnectionException(OResourceBundle, Throwable) - Constructor for class com.informix.ormapper.NoConnectionException
 
NoConnectionException(SQLException) - Constructor for class com.informix.ormapper.NoConnectionException
 
NoConnectionException(String) - Constructor for class com.informix.ormapper.NoConnectionException
 
NoConnectionException(String, Throwable) - Constructor for class com.informix.ormapper.NoConnectionException
 
NoConnectionException(Throwable) - Constructor for class com.informix.ormapper.NoConnectionException
 
NoDriverException - exception com.informix.ormapper.NoDriverException.
This is the sub Object Translator exception that will be thrown when no suitable JDBC driver can be loaded for a particular URL.
NoDriverException() - Constructor for class com.informix.ormapper.NoDriverException
 
NoDriverException(OResourceBundle) - Constructor for class com.informix.ormapper.NoDriverException
 
NoDriverException(OResourceBundle, Throwable) - Constructor for class com.informix.ormapper.NoDriverException
 
NoDriverException(SQLException) - Constructor for class com.informix.ormapper.NoDriverException
 
NoDriverException(String) - Constructor for class com.informix.ormapper.NoDriverException
 
NoDriverException(String, Throwable) - Constructor for class com.informix.ormapper.NoDriverException
 
NoDriverException(Throwable) - Constructor for class com.informix.ormapper.NoDriverException
 
NoResultSetException - exception com.informix.ormapper.NoResultSetException.
This is the sub Object Translator exception that will be thrown when there is no result set or the result set returned is empty.
NoResultSetException() - Constructor for class com.informix.ormapper.NoResultSetException
 
NoResultSetException(OResourceBundle) - Constructor for class com.informix.ormapper.NoResultSetException
 
NoResultSetException(OResourceBundle, Throwable) - Constructor for class com.informix.ormapper.NoResultSetException
 
NoResultSetException(SQLException) - Constructor for class com.informix.ormapper.NoResultSetException
 
NoResultSetException(String) - Constructor for class com.informix.ormapper.NoResultSetException
 
NoResultSetException(String, Throwable) - Constructor for class com.informix.ormapper.NoResultSetException
 
NoResultSetException(Throwable) - Constructor for class com.informix.ormapper.NoResultSetException
 
NoStatementException - exception com.informix.ormapper.NoStatementException.
This is the sub Object Translator exception that will be thrown when no SQL statement has been created prior to saving an object.
NoStatementException() - Constructor for class com.informix.ormapper.NoStatementException
 
NoStatementException(OResourceBundle) - Constructor for class com.informix.ormapper.NoStatementException
 
NoStatementException(OResourceBundle, Throwable) - Constructor for class com.informix.ormapper.NoStatementException
 
NoStatementException(SQLException) - Constructor for class com.informix.ormapper.NoStatementException
 
NoStatementException(String) - Constructor for class com.informix.ormapper.NoStatementException
 
NoStatementException(String, Throwable) - Constructor for class com.informix.ormapper.NoStatementException
 
NoStatementException(Throwable) - Constructor for class com.informix.ormapper.NoStatementException
 

O

OBase - class com.informix.ormapper.OBase.
This is the persistence superclass for all Object Translator-generated main classes.
OBase() - Constructor for class com.informix.ormapper.OBase
 
OBaseOID - class com.informix.ormapper.OBaseOID.
This is the persistence superclass for all Object Translator-generated OID (object ID) classes.
OBaseOID() - Constructor for class com.informix.ormapper.OBaseOID
 
OBlob - class com.informix.ormapper.OBlob.
External: This is the utility class for manipulating a BLOB (binary large object) data type.
OBlob() - Constructor for class com.informix.ormapper.OBlob
Constructs an empty BLOB object.
OBlob(Blob) - Constructor for class com.informix.ormapper.OBlob
Constructs a BLOB object from an existing java.sql.Blob object.
OClob - class com.informix.ormapper.OClob.
External: This is the utility class for manipulating a CLOB (character large object) data type.
OClob() - Constructor for class com.informix.ormapper.OClob
Constructs an empty CLOB object.
OClob(Clob) - Constructor for class com.informix.ormapper.OClob
Constructs a CLOB object from an existing java.sql.Clob object.
OCollection - class com.informix.ormapper.OCollection.
This is the persistence superclass for all Object Translator-generated collection classes.
OCollection() - Constructor for class com.informix.ormapper.OCollection
 
OConnection - class com.informix.ormapper.OConnection.
External: This class represents a database connection.
OConnection(Connection) - Constructor for class com.informix.ormapper.OConnection
Constructs a connection object by reusing an existing JDBC connection.
OConnection(String, String) - Constructor for class com.informix.ormapper.OConnection
Constructs a connection object, loads the given driver, and establishes a connection to the given database URL.
OConnection(String, String, String, String) - Constructor for class com.informix.ormapper.OConnection
Constructs a connection object from a database URL, a driver name, a user name and a password.
OFactory - class com.informix.ormapper.OFactory.
External: An object factory and cache manager for creating Object Translator objects.
open(OConnection, String) - Method in class com.informix.ormapper.OResultSet
 
OPredicate - class com.informix.ormapper.OPredicate.
External: This class provides helper methods to construct predicate strings for collection objects.
OPredicate() - Constructor for class com.informix.ormapper.OPredicate
 
OPTIMISTIC - Static variable in class com.informix.ormapper.OConnection
Indicates optimistic concurrency locking.
OResultSet - class com.informix.ormapper.OResultSet.
This is the Object Translator result set wrapper class.

P

PESSIMISTIC - Static variable in class com.informix.ormapper.OConnection
Indicates pessimistic concurrency locking.
pObject() - Method in class com.informix.ormapper.OCollection
 
prepareSave(String) - Method in class com.informix.ormapper.OBase
 
printStackTrace() - Method in class com.informix.ormapper.DatabaseException
 
printStackTrace(PrintStream) - Method in class com.informix.ormapper.DatabaseException
 
printStackTrace(PrintWriter) - Method in class com.informix.ormapper.DatabaseException
 

R

registerOutParameter(int, int) - Method in class com.informix.ormapper.OBase
 
Remove(OBase) - Static method in class com.informix.ormapper.OFactory
 
removeObject(OBase) - Method in class com.informix.ormapper.OCollection
 
restore() - Method in class com.informix.ormapper.OCollection
 
resultset - Variable in class com.informix.ormapper.OCollection
 
retrieve(String) - Method in class com.informix.ormapper.OBase
 
rollback() - Method in class com.informix.ormapper.OConnection
Drops all changes made since the previous commit/rollback and releases any database locks currently held by the connection.

S

save() - Method in class com.informix.ormapper.OBase
 
setAsciiStream(InputStream, long) - Method in class com.informix.ormapper.OClob
Sets the CLOB data as an input stream.
setAutoCommit(boolean) - Method in class com.informix.ormapper.OConnection
Sets this connection's auto-commit mode.
setBaseClass(OBase) - Method in class com.informix.ormapper.OBase
 
setBinaryStream(InputStream, long) - Method in class com.informix.ormapper.OBlob
Sets the BLOB data as an input stream.
setBlob(Blob) - Method in class com.informix.ormapper.OBlob
Sets the BLOB data from an existing java.sql.Blob object.
setCaching(boolean) - Method in class com.informix.ormapper.OCollection
Turns on or off the use of caching in this collection object.
setChangedRowIndicator(int, boolean) - Method in class com.informix.ormapper.OBase
 
setClob(Clob) - Method in class com.informix.ormapper.OClob
Sets the CLOB data from an existing java.sql.Clob object.
setConnection(OConnection) - Method in class com.informix.ormapper.OBase
 
setConnection(OConnection) - Method in class com.informix.ormapper.OCollection
 
setDeleteSQL(String) - Method in class com.informix.ormapper.OCollection
 
setDetectSQL(String) - Method in class com.informix.ormapper.OBase
 
setDetectType(int) - Method in class com.informix.ormapper.OConnection
Sets the optimistic concurrency detect type for the connection.
setDetectType(int) - Method in class com.informix.ormapper.OBase
Sets the optimistic concurrency detect type for the object.
setForeignKeyColumns(Vector) - Method in class com.informix.ormapper.OCollection
 
setForeignKeyValues(Object[]) - Method in class com.informix.ormapper.OCollection
 
setLocale(Locale) - Method in class com.informix.ormapper.OConnection
Sets the current locale for the Object Translator runtime.
setLockType(int) - Method in class com.informix.ormapper.OConnection
Sets the concurrency locking for this connection to OPTIMISTIC, or PESSIMISTIC.
setLogging(boolean) - Method in class com.informix.ormapper.OBase
Sets the logging option.
setOID(OBaseOID) - Method in class com.informix.ormapper.OBase
 
setOpaqueAsString(int) - Method in class com.informix.ormapper.OBase
 
setParameter(int, Object) - Method in class com.informix.ormapper.OBase
 
setPredicate(String) - Method in class com.informix.ormapper.OBase
 
setPredicate(String) - Method in class com.informix.ormapper.OCollection
 
setReadOnly(boolean) - Method in class com.informix.ormapper.OConnection
Sets this connection to read-only mode as a hint to enable database optimizations.
Note: This method cannot be called while in the middle of a transaction.
setResultSet(ResultSet) - Method in class com.informix.ormapper.OBase
 
setRoutineSQL(String) - Method in class com.informix.ormapper.OBase
 
setSelectSQL(String) - Method in class com.informix.ormapper.OCollection
 
setSortSQL(String) - Method in class com.informix.ormapper.OCollection
 
setStatement(Statement) - Method in class com.informix.ormapper.OBase
 
setTypeMap(Map) - Method in class com.informix.ormapper.OConnection
Sets a custom type map for this connection.
setValue(int, int, Object) - Method in class com.informix.ormapper.OBase
 
setValueAsBigDecimal(int, int, BigDecimal) - Method in class com.informix.ormapper.OBase
 
setValueAsBoolean(int, int, Boolean) - Method in class com.informix.ormapper.OBase
 
setValueAsByte(int, int, Byte) - Method in class com.informix.ormapper.OBase
 
setValueAsDate(int, int, Date) - Method in class com.informix.ormapper.OBase
 
setValueAsDouble(int, int, Double) - Method in class com.informix.ormapper.OBase
 
setValueAsFloat(int, int, Float) - Method in class com.informix.ormapper.OBase
 
setValueAsInteger(int, int, Integer) - Method in class com.informix.ormapper.OBase
 
setValueAsLong(int, int, Long) - Method in class com.informix.ormapper.OBase
 
setValueAsObject(int, int, Object) - Method in class com.informix.ormapper.OBase
 
setValueAsOBlob(int, int, OBlob) - Method in class com.informix.ormapper.OBase
 
setValueAsOClob(int, int, OClob) - Method in class com.informix.ormapper.OBase
 
setValueAsShort(int, int, Short) - Method in class com.informix.ormapper.OBase
 
setValueAsString(int, int, String) - Method in class com.informix.ormapper.OBase
 
setValueAsTime(int, int, Time) - Method in class com.informix.ormapper.OBase
 
setValueAsTimestamp(int, int, Timestamp) - Method in class com.informix.ormapper.OBase
 
size() - Method in class com.informix.ormapper.OCollection
Retrieves the sum of the current sizes of the cache for this collection & the user added Objects.
store() - Method in class com.informix.ormapper.OBase
 
store() - Method in class com.informix.ormapper.OCollection
 

T

toString() - Method in class com.informix.ormapper.OPredicate
Converts the predicate to a string.

V

Version - class com.informix.ormapper.Version.
External: This class prints Object Translator version information and tests a JDBC connection.

A C D E F G I L M N O P R S T V
Object Translator

Copyright © 1999-2000 Informix Software, Inc.