|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> dataobjects >> [ jdbc overview ] | PREV NEXT | ||||||||
A
- add(DataObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
- Takes a
DataObjectand adds it to the underlying data source - add() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Adds records to all joined tables based upon the values input.
- addBatch(List) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
- Adds an entire batch of
DataObjects to the underlying JDBC data source - addBatch(List, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
- Adds an entire batch of
DataObjects to the underlying JDBC data source - addDataObject(Class, String, String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Add a DB Object to the objects being used for this multidbobj query.
- addDataObject(String, String, String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
- addDataObject(String, String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
- addInParam(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Add a new field to the list of fields that are part of this object's list of input parameters.
- addOrUpdate(JDBCDataObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Determine if a record with these fields exists already - if so, update.
- addOutParam(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Add a new field to the list of fields that are part of this object's list of output parameter.
- addRelation(String, String, String, String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
- Adds a relation to the data we've collected from Digester
- alias - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject
- aliasesInOrder - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Gives the order of the aliases An arrayList of Strings
- allDetails - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Details
- allFieldList - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- List of all the field names for all the data objects.
- allFieldMap - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- List of all fields in a key -> metadata method.
- alreadyInTransaction - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- anyFieldsDistinct - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- If setFieldDistinct has been used to specify distinct/unique fields for the next query.
- anyFieldsToRetrieve - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- If setFieldsToRetrieve has been used to specify fields which will be retrieve by the next query.
- appendCustomWhere - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Flag to indicate whether we append any custom WHERE clause to the one generated, or just use the supplied custom WHERE clause
- appendCustomWhere - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Flag to indicate if the custom WHERE clause should be appended to the generated WHERE clause.
- asBigDecimal() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- asBoolean() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- asDate() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- asDouble() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- asInteger() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- asStream() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- asString() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- attributes - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Attributes of this DB Object
B
- begin() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.DefaultTransaction
- buildDigester() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
- Builds the digester so it is ready to parse rules.
- buildFromClause() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Builds the 'FROM' clause without the 'from' part.
- buildJoin(String, String, String, String, int) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Builds a 'FROM' clause using ANSI 'JOIN' syntax.
- buildOrderByString(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Create the 'ORDER BY' clause in the select statement.
- buildPreparedAddSQL(DataObject, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
- Helper Function to build a prepared statement's SQL for an ADD statement.
- buildPreparedDeleteSQL(DataObject, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
- Helper function to build a prepared delete statement for batch deletes.
- buildPreparedStoreProcedureSQL(DataObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
- Helper Function to build a prepared statement's SQL for running STore Procedure statement.
- buildPreparedUpdateSQL(DataObject, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
- Helper function to build a prepared update statement for batch updates.
- buildSelectFieldsString() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Builds the part of the query that is for describing the fields/names to be selected
- buildStoreProcedureCallableStatement(DBObject, CallableStatement) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
- Build and return a FastStringBuffer ring consisting of an SQL 'where' clause using the current field values as criteria for the search.
- buildStoreProcedureCallableStatement(JDBCDataObject, CallableStatement) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
- Build and return a FastStringBuffer ring consisting of an SQL 'where' clause using the current field values as criteria for the search.
- buildUpdateFieldString() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Builds the update field string portion setting question marks for all the field values to be formatted and parsed later in a Prepared statement
- buildWhereClause(boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Build and return a string consisting of an SQL 'where' clause using the current field values as criteria for the search.
- buildWhereClause(JDBCDataObject, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
- Build and return a string consisting of an SQL 'where' clause using the current field values as criteria for the search.
- buildWhereClauseBuffer(boolean, FastStringBuffer) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Build and return a FastStringBuffer ring consisting of an SQL 'where' clause using the current field values as criteria for the search.
- buildWhereClauseBuffer(JDBCDataObject, boolean, FastStringBuffer) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
- Build and return a FastStringBuffer ring consisting of an SQL 'where' clause using the current field values as criteria for the search.
- buildWhereClauseBuffer(boolean, FastStringBuffer) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Build and return a string consisting of an SQL 'where' clause using the current field values as criteria for the search.
C
- cacheIsChangedComparison() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- call when add() or update() has occurred, and currentValue of data fields should be considered 'original value' for purposes of determining 'isChanged'
- caseSensitiveQuery - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- This flag tells the buildWhereClause method(s) to either be case sensitive (normal queries) or to be case insensitive.
- caseSensitiveQuery - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- This flag tells the buildWhereClause method(s) to either be case sensitive (normal queries) or to be case insensitive.
- checkAllowed(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- See if the current user has permission to perform the permissions
- checkField(String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve a list of valid value object for this particular dbobject
- checkInitialized() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- One liner function that allows you to quickly enforce proper initialization or the system throws an exception.
- checkValue() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- checkZeroUpdate() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Returns the checkzero update as defined by the object's metadata.
- checkZeroUpdate() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieves whether or not checkZeroUpdate is enabled for this data object
- className - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject
- clear() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Clears all currently loaded fields
- close() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- Close the query resources held by the object.
- com.jcorporate.expresso.core.dataobjects.jdbc - package com.jcorporate.expresso.core.dataobjects.jdbc
- The DataObjects package contains a set of interfaces and base classes that give the ability to provide a unified object approach to various data sources.
- commit() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.DefaultTransaction
- configName - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
- configure(Configuration) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
- constructMetadata() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Construction method so that you can create custom derived metadata classes derived from JoinedDataObjectMetaData for custom fields, etc.
- constructNewMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Construction method to allow for specialized metadata with specialized fields other than DBObjectDef.
- consumeOperator(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser
- Validates operator and operand and returns their values.
- containsWildCards(JDBCDataObject, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
- See if this field value contains wild cards (e.g.
- count() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieves the count of any particular join based upon the field values of the data object.
- createAndExecuteSearch(ArrayList) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Refactoring to split the execution of a query statement into the query part and the load part.
- createAndRunStoreProcedure(ArrayList) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Refactoring to split the execution of a query statement into the query part and the load part.
- createNestedDataObjects() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Creates a new copy of blank data objects for use in the main objects
- criteria - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- The dataobject to use to build the SQL search/update statements.
- customWhereClause - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- If we are using a custom where clause for this query, it's stored here.
- customWhereClause - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- If we are using a custom where clause for this query, it's stored here.
D
- DATETIME_FORMAT - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
- DATE_FORMAT - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
- DefaultTransaction - class com.jcorporate.expresso.core.dataobjects.jdbc.DefaultTransaction.
- An implementation of a transaction object.
- DefaultTransaction() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.DefaultTransaction
- dataObjects - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- A list of dataobjects as they were added to the join
- dataObjects - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
- A list of dataobjects
- dataURL - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
- dateConvertFormatMap - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
- It takes quite a bit of horsepower to create a SimpleDateFormat object.
- dbKey - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- dbKey is used to indicate that this object is actually stored in other than the default database.
- definitionName - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject
- definitions - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- A list of definitions
- delete(DataObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
- Takes a
DataObjectand deletes it from the underlying data source. - delete() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Deletes the join.
- deleteAll(DataObject, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
- Takes a
DataObjectand deletes it from the underlying data source. - deleteBatch(List, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
- Updates an entire batch of
DataObjects - deleteBatch(List) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
- Deletes an entire batch of
DataObjects - denotesRange(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser
- Does a given field value denote a range?
- description - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Friendly display name of this join.
- description - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
- Description of the join.
- destroy() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
- digest(Digester, URL) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
- Mergest the data from the given URL into the current object.
- disableLogging() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Disable change logging of all objects of this type
- distinct - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
- set whether the queries are distinct or not.
- distinctFields - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Map of any distinct fields for retrieval.
E
- enableLogging() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Enable logging of changes to this object.
- equals(Object) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Tests whether two joined DataObjects are equal
F
- FieldRangeParser - class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser.
- The responsibilities of this class is to verify range values for fields and throw an exception if there is any 'monkeybusiness' detected in the field.
- FieldRangeParser() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser
- Default constructor.
- fieldExpression - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.FieldList
- fieldExpressionList - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject
- fieldName - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.FieldList
- fieldsToRetrieve - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Fields to retrieve for each DataObject
- finalize() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- Override of base object finalization to make sure that the database resources are closed if for some reason they haven't had this done to them already.
- finalizeUpdate(DBConnection) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- find(DataObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCQuery
- find(DataTransferObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCQuery
- find() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Find the object.
- foreignAlias - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
- foreignAlias - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
- foreignField - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- instance to the foreign field
- foreignField - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
- foreignKey - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
- foreignKeyToPrimaryKeyMap - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Another map, this time in reverse.
- foreignObj - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- Instance to the foreign data object
- formatCustomWhereClause(FastStringBuffer) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Replaces alias names in the customWhereClause with their correct table names
- formatDateTime(DataObject, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
- Given the value of a date/time or date/time field, return the value formatted as appropriate for the current DBMS.
- formatDateTime(DataObject, String, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
- Given the value of a date/time or datetime field, return the value formatted as appropriate for the current DBMS.
- formatDateTimeInternal(DataObject, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
- This class combines the old getFieldDate() with quoteIfNeeded() to format the Date-Time fields appropriately for storage.
- foundConvertFunction - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil.DateReturnFormat
G
- get(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Get the value object associated with the field specifieed.
- getAlias() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject
- getAliasesInOrder() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieves a list of Aliases in order that they were added
- getAllAttributes() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- getAllAttributes() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieves all the attributes for this data object
- getAllAttributes(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve all the attributes so you can iterate through them.
- getAllDetails() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- getAllFieldsMap() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Return the "allFields" Hashtable, which contains all of the DBField objects that make up this DB object.
- getAllKeysMap() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Return the "allKeys" hash, containing the DBField objects that make up the primary key for this db object.
- getAllNested() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve an array of all nested data objects.
- getAllRelations() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve a list of all relations
- getAttribute(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- getAttribute(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve the attribute for this particular dataobject.
- getAttribute(String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve the attribute for the field
- getBLOB(JDBCDataObject, String, DBConnection) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- Returns a single stream for a LOB object.
- getBlob(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- Retrieves a
java.sql.Blobobject given the criteria object set previously. - getBlobStream(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- Retrieve an input stream for a binary object stored in the database.
- getByShortName(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve the JDBCDataObject as defined by the 'short name'
- getCLOB(JDBCDataObject, String, DBConnection) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- Retrieves the CLOB data for the specified DBObject and the specified fieldName
- getCLOBReader(JDBCDataObject, String, DBConnection) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- Retrieves the CLOB data for the specified DBObject and the specified fieldName
- getCacheSize() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieves the cache size for the primary object
- getCharset() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- return the current object's character set
- getClassName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject
- getClob(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- Retrieves a
java.sql.Clobobject given the criteria object set previously. - getClobAsciiStream(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- Retrieve a java.io.InputStream a.k.a.
- getClobStream(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- Retrieve a java.io.Reader a.k.a Unicode stream for a CLOB field.
- getClobString(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- CLOB convenience method.
- getConfigName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
- getConnectionPool() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Retrieve the connection pool associated with this DBObject.
- getCriteria() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
- Protected method to get at the criteria object from any derived classes
- getCustomStringFieldValue(DBConnection, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- This convenience method retrieve through the resultSet.MetaData
the date value of field define as date or time
DBObject - getDataContext() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Returns the name of the currently set DataContext
- getDataField(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Returns the object embedded within the field keyed by the fieldName parameter
- getDataObjects() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- This function is useful for low level work where you want to modify the underlying data objects in a behavior diffent that the default behavior of the JoinedDataObject.
- getDataObjects() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- getDataObjects() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
- Retrieve a list of the dataobjects for this join.
- getDataObjectsInOrder() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieves a list of DataObjects that were used in Order
- getDataURL() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
- getDateField(DataObject, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
- Helper function that helps convert any string values from the database's format
- getDef() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Return the DBObjectRef object that contains the definition of the current DBObject.
- getDefaultValue(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve the default value for the specified
- getDefinitionName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieves the definition name in accordance with the
- getDefinitionName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject
- getDescription() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve the description of the dataobject join
- getDescription(Locale, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve an i18n'ized description as per the locale defined for the 'client'
- getDescription(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Get the unlocalized description for a field name
- getDescription(Locale) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve the table description in a localized way.
- getDescription() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
- getDetailFieldsForeign(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve the foreign key fields
- getDetailFieldsLocal(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve the local key fields.
- getDetailSet() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Returns the detail set for the primary data object
- getDistinct(DBConnectionPool) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Add the DISTINCT keyword to the query if the join is supposed to be distinct.
- getDistinctFieldArrayList() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Get a special
ArrayListobject list of all of the fields in this object that are set to distinct - getExecutor() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Use this function to acquire the Executor interface that is associated with this data object
- getExecutor() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Use this function to acquire the Executor interface that is associated with this data object
- getField(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve the field value as a String
- getFieldExpression() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.FieldList
- getFieldExpressionList() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject
- getFieldFromNestedName(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Often times, field names for the external interface will be different from the of a nested field name in a data object.
- getFieldListArray() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve a list of all the field names
- getFieldMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- getFieldMetaData(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve the Field MetaData for the specified field name
- getFieldMetadata(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve the metadata for the particular field
- getFieldName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.FieldList
- getFields() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- This convenience method iterates through all the
fields belonging to this
DBObjectreturns an array of field names (String). - getFieldsToRetrieve(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Return the List containing the details of fields to retrieve for the DataObject with the given alias
- getFieldsToRetrieveIterator() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Get a special
Iteratorobject list of all of the fields in this object that are set to retrieve - getForeignAlias() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
- Retrieve the foreign alias
- getForeignAlias() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
- getForeignField() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
- Retrieve the foreign field
- getForeignKey() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
- getForeignKeyToPrimaryKeyMap() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- getGlobalMask() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Get the compiled regular expression for this base data object.
- getInstance() - Static method in class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser
- Retrieve an instance of the field range parser.
- getInstance() - Static method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
- getInstance(JoinedDataObject, DataObject, String, DataObject, String) - Static method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- Construct a new JoinedDataField object
- getJDBCMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Retrieve the JDBCObjectMetaData
- getJDBCUtil() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Get the JDBC Util functions
- getJoinMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Type safe return to the metadata for internal use.
- getJoinType() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
- getJoinType() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
- getKey() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve the key used for this join
- getKeyFieldListArray() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieves the key field list array...
- getLength(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Return the length of a field
- getLengthInt(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Return the length of a field as an integer
- getLocalAlias() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
- Retrieve the local alias
- getLocalAlias() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
- getLocalConnection() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Return local DBConnection value author Yves Henri AMAIZO <amy_amaizo@compuserve.com>
- getLocalField() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
- Retrieve the local field
- getLocalKey() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
- getLocale() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve the Locale of the current object
- getLookupField(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- When you get a lookup object, to perform a complete mapping between the two, you need to know what field name in the remote object maps to this field.
- getLookupObject(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Get a field's lookup object - this is the name of another database object that can be used to look up valid values for this object.
- getMappedDataContext() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Returns the name of the physical database that we're talking with.
- getMappedDataContext() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve the mapped data context for this data object
- getMatcher() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser
- Retrieves an instance of a perl5 pattern matcher that is thread local to be thread safe.
- getMaxRecords() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve the maximum number of records.
- getMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Retrieve the database object's metadata
- getMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve the database object's metadata.
- getMyDataObjects() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- getName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Get the name of this object
- getNestedFromFieldName(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieves a nested dataobject based upon the public field name that the DataObject publishes.
- getObjectAndField(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Utility method Retrieve the object name and the field name
- getOffsetRecord() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Gets the number of records that be skipped.
- getOriginalValue() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- Deprecated. 8/04 v.5.5 do not expose this cache
- getOwner() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- getPassword() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
- getPermissions() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- getPermissions() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
- Retrieve the permissions
- getPrecision(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve the precision of a particular field
- getPrimaryAlias() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve the short name of the primary data object.
- getPrimaryDataObject() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve the primary data object
- getPrimaryToForeignKeyMap() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- getQueryInterface() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- Use this function to acquire the DataQueryInterface that is associated with this data object
- getQueryInterface() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve the QueryInterface...
- getRelation(String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve the relation bean for between two aliases
- getRelations() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- getRelations() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
- Retrieves a list of the relations with this bean.
- getRequestingUid() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve the current UID definition name.
- getSQLRelationList() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve a list of precalculated relations for the where clauses.
- getSchema() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieve the schema class name
- getSerialForm(DataFieldMetaData) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
- This function is called whenever the DBField is about to be written to the database.
- getSimpleDateFormat(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
- Get a SimpleDateFormat object that is cached.
- getSqlRelationList() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- getStatus() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.DefaultTransaction
- getStatus() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve the status of the data object
- getTargetDbCatalog() - Method in interface com.jcorporate.expresso.core.dataobjects.jdbc.JDBCObjectMetaData
- Retrieve the database catalogue name associated with this data object
- getTargetDbCatalog() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Return the Schema Name of the current database object.
- getTargetDbSchema() - Method in interface com.jcorporate.expresso.core.dataobjects.jdbc.JDBCObjectMetaData
- Retrieve the database schema name associated with this data object
- getTargetDbSchema() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Return the Schema Name of the current database object.
- getTargetSQLTable(String) - Method in interface com.jcorporate.expresso.core.dataobjects.jdbc.JDBCObjectMetaData
- Retrieve the full table name associated with this data object
- getTargetSQLTable(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Set the target table for this DBObject.
- getTargetTable() - Method in interface com.jcorporate.expresso.core.dataobjects.jdbc.JDBCObjectMetaData
- Return the Table Name of the current database object.
- getType(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Return the type of a field - this method returns the internal Expresso type
- getUserName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
- getValidValuesList(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Retrieve a list of valid value object for this particular dbobject
- getValue() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- Retrieve the value of the object.
H
- hasField(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- This method will return a boolean true if the field is defined in the DBOBject, false otherwise.
- hasIndex() - Method in interface com.jcorporate.expresso.core.dataobjects.jdbc.JDBCObjectMetaData
- Returns true if an Index exists for this array.
- hashCode() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Returns a hash code value for the object.
- haveAllKeysExceptAutoInc(DBObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
I
- INNER_JOIN - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Static variables for join type
- IN_FORMAT_RE - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser
- Regular Expression for the basic format of IN statements.
- inStatementPattern - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser
- Compiled pattern for IN_FORMAT
- init() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Initialize the dataobject.
- initWithBean(JoinedDigesterBean, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Initializes the JoinedDataobject with a digester bean and a definition name This is useful for users creating joins on the fly
- initialize() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
- initializeFromJoinedDigesterBean(JoinedDigesterBean, JoinedDataObjectMetaData) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Initialization step based upon the digester bean either handed in, or loaded from XML data.
- initializeXML(JoinedDataObjectMetaData) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Initialize the metadata based upon XML.
- isAllowed(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
- Check if the function is allowed.
- isAllowsNull(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
- Retrieves whether the value is null
- isChanged() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
- isDistinct() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
- Returns whether the join is distinct or not.
- isExpression - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.FieldList