Serialized Form


Package com.orindasoft.pub

Class com.orindasoft.pub.CSAttemptToGetNullException extends CSException implements Serializable

Serialized Fields

theColumnId

int theColumnId
Which column we were looking at when this happened.

Class com.orindasoft.pub.CSColumnException extends CSException implements Serializable

Serialized Fields

tableName

java.lang.String tableName
Table name


columnName

java.lang.String columnName
Column name


exceptionType

int exceptionType
What kind of CSColumnException this is - one of NULL_NOT_ALLOWED_HERE, COLUMN_LENGTH_EXCEEDED or DECIMAL_PLACES_EXCEEDED


theValue

java.lang.Object theValue
The value in question


allowsNulls

boolean allowsNulls
Whether null is allowed


length

int length
How long a String is or how many digits a number has to the left of the decimal point.


decimalPlaces

int decimalPlaces
How many digits a number has to the right of the decimal point. Note that in Oracle this can be a negative number. For example: NUMBER(4,0) is 4 digits, no decimal places e.g. 2004 NUMBER(6,2) is 4 digits, a decimal point and then 2 digits e.g. 7665.43 NUMBER(7,-3) is 4 digits and then 3 zeros e.g. 9,456,000


theApplicationComment

java.lang.String theApplicationComment
An optional comment

Class com.orindasoft.pub.CSDBException extends CSException implements Serializable

Serialized Fields

theSqlCode

int theSqlCode
The oracle Error code


theSqlStatement

java.lang.String theSqlStatement
The Sql statement that caused this exception


theApplicationComment

java.lang.String theApplicationComment
An optional comment

Class com.orindasoft.pub.CSDBInvalidDatatypeCastException extends CSException implements Serializable

Serialized Fields

theCastedDatatype

java.lang.String theCastedDatatype
The data type we were trying to convert from


theCasteeDatatype

java.lang.String theCasteeDatatype
The data type we were trying to convert to

Class com.orindasoft.pub.CSDBNullObjectException extends CSDBException implements Serializable

Class com.orindasoft.pub.CSException extends java.lang.Exception implements Serializable

Class com.orindasoft.pub.CSInvalidColumnIdException extends CSException implements Serializable

Serialized Fields

invalidColumnId

int invalidColumnId

Class com.orindasoft.pub.CSInvalidDataTypeException extends CSException implements Serializable

Serialized Fields

theCasterDatatype

java.lang.String theCasterDatatype
Data type we we trying to convert from


theCasteeDatatype

java.lang.String theCasteeDatatype
Data type we we trying to convert to

Class com.orindasoft.pub.CSIOException extends CSException implements Serializable

Class com.orindasoft.pub.CSNoDataInRowSetException extends CSException implements Serializable

Class com.orindasoft.pub.CSNoNanosAllowedException extends CSException implements Serializable

Class com.orindasoft.pub.CSNumberFormatException extends CSException implements Serializable

Class com.orindasoft.pub.CSUnsupportedDatatypeException extends CSException implements Serializable

Serialized Fields

theUnsupportedDatatype

java.lang.String theUnsupportedDatatype
The name of the datatype that is not supported.



Copyright © Orinda Software Ltd 2012Logo