com.intersys.classes
Class SysArrayOfDataTypes
java.lang.Object
com.intersys.classes.CacheGeneric
com.intersys.classes.CacheRootObject
com.intersys.classes.RegisteredObject
com.intersys.classes.SerialObject
com.intersys.classes.SysAbstractArray
com.intersys.classes.SysArrayOfDataTypes
- All Implemented Interfaces:
- ObjectHandle, Serializable
- public class SysArrayOfDataTypes
- extends com.intersys.classes.SysAbstractArray
- See Also:
- Serialized Form
Methods inherited from class com.intersys.classes.RegisteredObject |
_className, _className, _constructClone, _constructClone, _constructClone, _isA, _isModified, _normalizeObject, _packageName, _validateObject, _validateObject, constructClone, constructClone, getZRef |
Methods inherited from class com.intersys.classes.CacheRootObject |
_close, castTo, equals, getDatabase, getField, getOref, getProxy, getString, hashCode, release, releaseInternal, toString |
SysArrayOfDataTypes
public SysArrayOfDataTypes(com.intersys.cache.CacheObject ref)
throws CacheException
SysArrayOfDataTypes
public SysArrayOfDataTypes(Database db)
throws CacheException
_open
public static RegisteredObject _open(Database db,
Oid oid)
throws CacheException
- Throws:
CacheException
getCacheClassName
public static String getCacheClassName()
getCacheClass
public CacheClass getCacheClass()
throws CacheException
- Throws:
CacheException
checkAllFieldsValid
public static void checkAllFieldsValid(Database db)
throws CacheException
- Throws:
CacheException
checkAllMethods
public static void checkAllMethods(Database db)
throws CacheException
- Throws:
CacheException
_buildValueArray
public static void _buildValueArray(Database db,
byte[] serialized,
byte[] array)
throws CacheException
- Throws:
CacheException
_logicalToOdbc
public static String _logicalToOdbc(Database db)
throws CacheException
- Throws:
CacheException
_logicalToOdbc
public static String _logicalToOdbc(Database db,
String _val)
throws CacheException
- Throws:
CacheException
_odbcToLogical
public static String _odbcToLogical(Database db)
throws CacheException
- Throws:
CacheException
_odbcToLogical
public static String _odbcToLogical(Database db,
String _val)
throws CacheException
- Throws:
CacheException
_clear
public void _clear()
throws CacheException
- Throws:
CacheException
_count
public Integer _count()
throws CacheException
- Throws:
CacheException
_define
public Boolean _define(String key)
throws CacheException
- Throws:
CacheException
_find
public String _find(String element,
String key)
throws CacheException
- Throws:
CacheException
_getAt
public Object _getAt()
throws CacheException
- Throws:
CacheException
_getAt
public Object _getAt(String key)
throws CacheException
- Throws:
CacheException
_getNext
public Object _getNext(StringHolder key)
throws CacheException
- Throws:
CacheException
_getPrevious
public Object _getPrevious(StringHolder key)
throws CacheException
- Throws:
CacheException
_isDefined
public Boolean _isDefined(String key)
throws CacheException
- Throws:
CacheException
_next
public String _next()
throws CacheException
- Throws:
CacheException
_next
public String _next(String key)
throws CacheException
- Throws:
CacheException
_previous
public String _previous()
throws CacheException
- Throws:
CacheException
_previous
public String _previous(String key)
throws CacheException
- Throws:
CacheException
_removeAt
public Object _removeAt(String key)
throws CacheException
- Throws:
CacheException
_setAt
public void _setAt(Object key,
Object element)
throws CacheException
- Throws:
CacheException