public class PlsqlAttrVal
extends java.lang.Object
implements oracle.sql.ORAData, oracle.sql.ORADataFactory
| Constructor and Description |
|---|
PlsqlAttrVal() |
PlsqlAttrVal(byte[] attrVal, java.lang.String schemaName) |
PlsqlAttrVal(java.lang.String attrVal, java.lang.String schemaName) |
| Modifier and Type | Method and Description |
|---|---|
oracle.sql.ORAData |
create(oracle.sql.Datum d, int sqlType) |
byte[] |
getAttrBValue() |
java.lang.String |
getAttrValue() |
static oracle.sql.ORADataFactory |
getFactory() |
int |
getValueLen() |
void |
setAttrBValue(byte[] bval) |
void |
setAttrValue(java.lang.String val) |
oracle.sql.Datum |
toDatum(java.sql.Connection c) |
java.lang.String |
toString() |
public PlsqlAttrVal()
public PlsqlAttrVal(java.lang.String attrVal,
java.lang.String schemaName)
public PlsqlAttrVal(byte[] attrVal,
java.lang.String schemaName)
public static oracle.sql.ORADataFactory getFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c)
throws java.sql.SQLException
toDatum in interface oracle.sql.ORADatajava.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d,
int sqlType)
throws java.sql.SQLException
create in interface oracle.sql.ORADataFactoryjava.sql.SQLExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getAttrValue()
public void setAttrValue(java.lang.String val)
public byte[] getAttrBValue()
public void setAttrBValue(byte[] bval)
public int getValueLen()