com.intersys.classes
Class SysArrayOfDataTypes

java.lang.Object
  extended bycom.intersys.classes.CacheGeneric
      extended bycom.intersys.classes.CacheRootObject
          extended bycom.intersys.classes.RegisteredObject
              extended bycom.intersys.classes.SerialObject
                  extended bycom.intersys.classes.SysAbstractArray
                      extended bycom.intersys.classes.SysArrayOfDataTypes
All Implemented Interfaces:
ObjectHandle, Serializable

public class SysArrayOfDataTypes
extends com.intersys.classes.SysAbstractArray

See Also:
Serialized Form

Constructor Summary
SysArrayOfDataTypes(com.intersys.cache.CacheObject ref)
           
SysArrayOfDataTypes(Database db)
           
 
Method Summary
static void _buildValueArray(Database db, byte[] serialized, byte[] array)
           
 void _clear()
           
 Integer _count()
           
 Boolean _define(String key)
           
 String _find(String element, String key)
           
 Object _getAt()
           
 Object _getAt(String key)
           
 Object _getNext(StringHolder key)
           
 Object _getPrevious(StringHolder key)
           
 Boolean _isDefined(String key)
           
static String _logicalToOdbc(Database db)
           
static String _logicalToOdbc(Database db, String _val)
           
 String _next()
           
 String _next(String key)
           
static String _odbcToLogical(Database db)
           
static String _odbcToLogical(Database db, String _val)
           
static RegisteredObject _open(Database db, Oid oid)
           
 String _previous()
           
 String _previous(String key)
           
 Object _removeAt(String key)
           
 void _setAt(Object key, Object element)
           
static void checkAllFieldsValid(Database db)
           
static void checkAllMethods(Database db)
           
 CacheClass getCacheClass()
           
static String getCacheClassName()
           
 
Methods inherited from class com.intersys.classes.SerialObject
_getSwizzleObject, _getSwizzleObject, _getSwizzleObject, getOid, open, openOnServer, serialize, serialize
 
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
 
Methods inherited from class com.intersys.classes.CacheGeneric
checkAllFieldsValid, checkFieldsLimited, reset
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SysArrayOfDataTypes

public SysArrayOfDataTypes(com.intersys.cache.CacheObject ref)
                    throws CacheException

SysArrayOfDataTypes

public SysArrayOfDataTypes(Database db)
                    throws CacheException
Method Detail

_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