Hitachi

Hitachi Advanced Database Messages


KFAA71737-E

The getObject method cannot be converted to the class "aa....aa". (column index = bb....bb, data type = cc....cc) (J)

The data of the specified column cannot be converted to the class aa....aa of the Java data type specified in the getObject method of the ResultSet class. <SQLSTATE: R2475>

aa....aa:

Java data type class specified as the argument

bb....bb:

Column number

cc....cc:

Data type of the column (SQL data type)

{BINARY|BOOLEAN|CHAR|DATE|DECIMAL|DOUBLE PRECISION|INTEGER|REAL|ROW|SMALLINT|STRING|TIME|TIMESTAMP|TIMESTAMP WITH TIME ZONE|UUID|VARBINARY|VARCHAR}

S:

Terminates processing.

Action:

Specify a Java data type class that corresponds to the data type of the column.