Uses of Class
com.ibm.ims.rds.RDSException

Packages that use RDSException
com.ibm.ims.rds Provides classes for IMS Java Remote Data Services. 
 

Uses of RDSException in com.ibm.ims.rds
 

Methods in com.ibm.ims.rds that throw RDSException
 java.math.BigDecimal ClientSegment.getBigDecimal(int index)
          Returns the field indicated by the index as a BigDecimal.
 java.math.BigDecimal ClientSegment.getBigDecimal(int index, int scale)
          Returns the field indicated by the index as a BigDecimal.
 java.math.BigDecimal ClientSegment.getBigDecimal(java.lang.String fieldName)
          Returns the field specified by the parameter as a BigDecimal.
 java.math.BigDecimal ClientSegment.getBigDecimal(java.lang.String fieldName, int scale)
          Returns the field specified by the parameter as a BigDecimal.
 boolean ClientSegment.getBoolean(int index)
          Returns the field indicated by the index as a boolean.
 boolean ClientSegment.getBoolean(java.lang.String fieldName)
          Returns the field specified by the parameter as a boolean.
 byte ClientSegment.getByte(int index)
          Returns the field indicated by the index as a byte.
 byte ClientSegment.getByte(java.lang.String fieldName)
          Returns the field specified by the parameter as a byte.
 byte[] ClientSegment.getBytes(int index)
          Returns the field indicated by the index "as is" (ie; the raw bytes of the field).
 byte[] ClientSegment.getBytes(java.lang.String fieldName)
          Returns the field specified by the parameter "as is" (ie; the raw bytes of the field).
 java.sql.Date ClientSegment.getDate(int index)
          Returns the field indicated by the index as a java.sql.Date object.
 java.sql.Date ClientSegment.getDate(java.lang.String fieldName)
          Returns the field specified by the parameter as a java.sql.Date object.
 double ClientSegment.getDouble(int index)
          Returns the field indicated by the index as a double.
 double ClientSegment.getDouble(java.lang.String fieldName)
          Returns the field specified by the parameter as a double.
 float ClientSegment.getFloat(int index)
          Returns the field indicated by the index as a float.
 float ClientSegment.getFloat(java.lang.String fieldName)
          Returns the field specified by the parameter as a float.
 int ClientSegment.getInt(int index)
          Returns the field indicated by the index as an int.
 int ClientSegment.getInt(java.lang.String fieldName)
          Returns the field specified by the parameter as an int.
 long ClientSegment.getLong(int index)
          Returns the field indicated by the index as a long.
 long ClientSegment.getLong(java.lang.String fieldName)
          Returns the field specified by the parameter as a long.
 short ClientSegment.getShort(int index)
          Returns the field indicated by the index as a short.
 short ClientSegment.getShort(java.lang.String fieldName)
          Returns the field specified by the parameter as a short.
 java.lang.String ClientSegment.getString(int index)
          Returns the field indicated by the index as a String.
 java.lang.String ClientSegment.getString(java.lang.String fieldName)
          Returns the field specified by the parameter as a String.
 java.sql.Time ClientSegment.getTime(int index)
          Returns the field indicated by the index as a java.sql.Time object.
 java.sql.Time ClientSegment.getTime(java.lang.String fieldName)
          Returns the field specified by the parameter as a java.sql.Time object.
 java.sql.Timestamp ClientSegment.getTimestamp(int index)
          Returns the field indicated by the index as a java.sql.Timestamp object.
 java.sql.Timestamp ClientSegment.getTimestamp(java.lang.String fieldName)
          Returns the field specified by the parameter as a java.sql.Timestamp object.
 ClientTypeInfo ClientSegment.getTypeInfo(java.lang.String fieldName)
          Returns the ClientTypeInfo of the field specified by the fieldName parameter.
 



(C) International Business Machines Corporation 2004. All rights reserved.