|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface E4DBSelectFreefields_Intf
Extension to the E4DBSelect_Intf containing support for freefield values.
E4DBSelectFreefields,
T_E4S_FREEFIELD_DEF_Sel,
T_E4S_FREEFIELD_VAL_Sel,
E4DBModifyFreefields_Intf| Method Summary | |
|---|---|
boolean |
getFreeval_Bool(E4DBFreeFieldName fieldname)
Get freedefined value associated with the specified fieldname and the current recordset by the underlaying E4DBSelect_Intf object containing a unique index to identify the
record. |
java.util.Date |
getFreeval_Date(E4DBFreeFieldName fieldname)
Get freedefined value associated with the specified fieldname and the current recordset by the underlaying E4DBSelect_Intf object containing a unique index to identify the
record. |
float |
getFreeval_Float(E4DBFreeFieldName fieldname)
Get freedefined value associated with the specified fieldname and the current recordset by the underlaying E4DBSelect_Intf object containing a unique index to identify the
record. |
long |
getFreeval_Long(E4DBFreeFieldName fieldname)
Get freedefined value associated with the specified fieldname and the current recordset by the underlaying E4DBSelect_Intf object containing a unique index to identify the
record. |
java.lang.String |
getFreeval(E4DBFreeFieldName fieldname)
Get freedefined value associated with the specified fieldname and the current recordset by the underlaying E4DBSelect_Intf object containing a unique index to identify the
record. |
T_E4S_FREEFIELD_DEF_Obj[] |
getFreevalDefinitions()
Get the definitions of the free fields. |
E4DBFreeValue[] |
getFreeValues()
Get the defined fields and values, include empty values. |
boolean |
hasFreeField(E4DBFreeFieldName freefieldname)
Test, if a free-field is included in the definitions. |
| Methods inherited from interface e4s.db.E4DBSelect_Intf |
|---|
canHaveFreeDefinedFields, close, createFIELDSET, executeQuery, get_FIELDSET, get, getApplObj, getBoolean, getColInfo, getConnection, getDate, getFirstPrimaryIndex, getFloat, getLong, getMetaData, getModifyClass, getObjectClass, getReferenceDelete, getReferenceLookup, getString, getTableName, getUsage, getWhere, hasClientDistinctive, isTable, isView, isWhereDefined, makeInstance_Modify, makeInstance, next, reset, resetOrderBy, resetWhere, setConnection, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setOrderBy, setWhere, supportsSorting, toString |
| Method Detail |
|---|
java.lang.String getFreeval(E4DBFreeFieldName fieldname)
throws E4DBException
E4DBSelect_Intf object containing a unique index to identify the
record.
fieldname - the name of the freefield.
E4DBExceptiongetFreeval_Bool(e4s.db.freefield.E4DBFreeFieldName),
getFreeval_Long(e4s.db.freefield.E4DBFreeFieldName),
getFreeval_Float(e4s.db.freefield.E4DBFreeFieldName),
getFreeval_Date(e4s.db.freefield.E4DBFreeFieldName),
e4s.db.freefield.E4DBModifyFreefields_Intf#getFreeval
boolean getFreeval_Bool(E4DBFreeFieldName fieldname)
throws E4DBException
E4DBSelect_Intf object containing a unique index to identify the
record.
fieldname - the name of the freefield.
E4DBExceptiongetFreeval(e4s.db.freefield.E4DBFreeFieldName),
getFreeval_Long(e4s.db.freefield.E4DBFreeFieldName),
getFreeval_Float(e4s.db.freefield.E4DBFreeFieldName),
getFreeval_Date(e4s.db.freefield.E4DBFreeFieldName)
long getFreeval_Long(E4DBFreeFieldName fieldname)
throws E4DBException
E4DBSelect_Intf object containing a unique index to identify the
record.
fieldname - the name of the freefield.
E4DBExceptiongetFreeval_Bool(e4s.db.freefield.E4DBFreeFieldName),
getFreeval(e4s.db.freefield.E4DBFreeFieldName),
getFreeval_Float(e4s.db.freefield.E4DBFreeFieldName),
getFreeval_Date(e4s.db.freefield.E4DBFreeFieldName)
float getFreeval_Float(E4DBFreeFieldName fieldname)
throws E4DBException
E4DBSelect_Intf object containing a unique index to identify the
record.
fieldname - the name of the freefield.
E4DBExceptiongetFreeval_Bool(e4s.db.freefield.E4DBFreeFieldName),
getFreeval_Long(e4s.db.freefield.E4DBFreeFieldName),
getFreeval(e4s.db.freefield.E4DBFreeFieldName),
getFreeval_Date(e4s.db.freefield.E4DBFreeFieldName)
java.util.Date getFreeval_Date(E4DBFreeFieldName fieldname)
throws E4DBException
E4DBSelect_Intf object containing a unique index to identify the
record.
fieldname - the name of the freefield.
E4DBExceptiongetFreeval_Bool(e4s.db.freefield.E4DBFreeFieldName),
getFreeval_Long(e4s.db.freefield.E4DBFreeFieldName),
getFreeval_Float(e4s.db.freefield.E4DBFreeFieldName),
getFreeval(e4s.db.freefield.E4DBFreeFieldName)
boolean hasFreeField(E4DBFreeFieldName freefieldname)
throws E4DBException
freefieldname - the requested field
E4DBExceptiongetFreevalDefinitions()
T_E4S_FREEFIELD_DEF_Obj[] getFreevalDefinitions()
throws E4DBException
E4DBExceptionhasFreeField(e4s.db.freefield.E4DBFreeFieldName)
E4DBFreeValue[] getFreeValues()
throws E4DBException
E4DBException
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||