org.eclipse.emf.oda.ecore.impl
Class ResultSet.Clob
java.lang.Object
org.eclipse.emf.oda.ecore.impl.ResultSet.Clob
- All Implemented Interfaces:
- org.eclipse.datatools.connectivity.oda.IClob
- Enclosing class:
- ResultSet
protected static class ResultSet.Clob
- extends java.lang.Object
- implements org.eclipse.datatools.connectivity.oda.IClob
An implementation of IClob for strings.
Field Summary |
protected java.lang.String |
data
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
protected final java.lang.String data
ResultSet.Clob
protected ResultSet.Clob(java.lang.String data)
getCharacterStream
public java.io.Reader getCharacterStream()
throws org.eclipse.datatools.connectivity.oda.OdaException
- Specified by:
getCharacterStream
in interface org.eclipse.datatools.connectivity.oda.IClob
- Throws:
org.eclipse.datatools.connectivity.oda.OdaException
getSubString
public java.lang.String getSubString(long position,
int length)
throws org.eclipse.datatools.connectivity.oda.OdaException
- Specified by:
getSubString
in interface org.eclipse.datatools.connectivity.oda.IClob
- Throws:
org.eclipse.datatools.connectivity.oda.OdaException
length
public long length()
throws org.eclipse.datatools.connectivity.oda.OdaException
- Specified by:
length
in interface org.eclipse.datatools.connectivity.oda.IClob
- Throws:
org.eclipse.datatools.connectivity.oda.OdaException