public class OracleResultColumn extends ResultColumn
name, val| Constructor and Description |
|---|
OracleResultColumn(String name,
Object val)
Creates a new instance of
OracleResultColumn. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
toBlob()
Converts this result (in the form of blob) to the specified object type.
|
Boolean |
toBoolean() |
getName, isNull, processObject, toDouble, toFloat, toInt, toLong, toObject, toStringpublic OracleResultColumn(String name, Object val)
OracleResultColumn.name - The column name.val - The value.public Boolean toBoolean()
toBoolean in class ResultColumnpublic <T> T toBlob()
throws DatabaseEngineRuntimeException
ResultColumntoBlob in class ResultColumnT - The type to convert.DatabaseEngineRuntimeException - If the value is not a blob or if
something goes wrong when reading the object.Copyright © 2014 Feedzai. All Rights Reserved.