Serialized Form
|
Package com.orindasoft.pub |
theColumnId
int theColumnId
- Which column we were looking at when this happened.
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
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
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
invalidColumnId
int invalidColumnId
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
theUnsupportedDatatype
java.lang.String theUnsupportedDatatype
- The name of the datatype that is not supported.
Copyright © Orinda Software Ltd 2012