JML

java.sql
Interface Clob


public interface Clob


Method Summary
 InputStream getAsciiStream()
           
 Reader getCharacterStream()
           
 String getSubString(long, int)
           
 long length()
           
 long position(String, long)
           
 long position(Clob, long)
           
 OutputStream setAsciiStream(long)
           
 Writer setCharacterStream(long)
           
 int setString(long, String)
           
 int setString(long, String, int, int)
           
 void truncate(long)
           
 

Method Detail

length

public long length()
                     throws SQLException
Throws:
SQLException

truncate

public void truncate(long)
                       throws SQLException
Throws:
SQLException

getAsciiStream

public InputStream getAsciiStream()
                                    throws SQLException
Throws:
SQLException

setAsciiStream

public OutputStream setAsciiStream(long)
                                     throws SQLException
Throws:
SQLException

getCharacterStream

public Reader getCharacterStream()
                                   throws SQLException
Throws:
SQLException

setCharacterStream

public Writer setCharacterStream(long)
                                   throws SQLException
Throws:
SQLException

getSubString

public String getSubString(long,
                           int)
                             throws SQLException
Throws:
SQLException

setString

public int setString(long,
                     String)
                       throws SQLException
Throws:
SQLException

setString

public int setString(long,
                     String,
                     int,
                     int)
                       throws SQLException
Throws:
SQLException

position

public long position(String,
                     long)
                       throws SQLException
Throws:
SQLException

position

public long position(Clob,
                     long)
                       throws SQLException
Throws:
SQLException

JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.