Interface IClob
.NET interface for TO BE DEFINED FROM USER
public interface IClob
Properties
AsciiStream
InputStream AsciiStream { get; }
Property Value
CharacterStream
Reader CharacterStream { get; }
Property Value
Methods
Free()
void Free()
Exceptions
GetCharacterStream(long, long)
Reader GetCharacterStream(long arg0, long arg1)
Parameters
Returns
Exceptions
GetSubString(long, int)
String GetSubString(long arg0, int arg1)
Parameters
Returns
Exceptions
Length()
long Length()
Returns
Exceptions
Position(String, long)
long Position(String arg0, long arg1)
Parameters
Returns
Exceptions
Position(Clob, long)
long Position(Clob arg0, long arg1)
Parameters
Returns
Exceptions
SetAsciiStream(long)
OutputStream SetAsciiStream(long arg0)
Parameters
Returns
Exceptions
SetCharacterStream(long)
Writer SetCharacterStream(long arg0)
Parameters
Returns
Exceptions
SetString(long, String)
int SetString(long arg0, String arg1)
Parameters
Returns
Exceptions
SetString(long, String, int, int)
int SetString(long arg0, String arg1, int arg2, int arg3)
Parameters
Returns
Exceptions
Truncate(long)
void Truncate(long arg0)