java > java.sql > java.sql.clob >

Interface: java.sql.Clob
    java.sql.Clob


public interface Clob


FIELDS:

CONSTRUCTORS:

METHODS:
void free()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

InputStream getAsciiStream()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

Reader getCharacterStream()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

Reader getCharacterStream(long pos, long length)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

String getSubString(long pos, int length)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

long length()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

long position(String searchstr, long start)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

long position(Clob searchstr, long start)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

OutputStream setAsciiStream(long pos)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

Writer setCharacterStream(long pos)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

int setString(long pos, String str)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

int setString(long pos, String str, int offset, int len)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void truncate(long len)
Throws: SQLException
Throws: SQLFeatureNotSupportedException


INHERITED METHODS:

SUBINTERFACES:
NClob,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net