Справочник по Python

         

Сводка методов класса



Сводка методов класса

public interface Clob {

InputStream getAsciiStream()

throws SQLException;

Reader getCharacterStream()

throws SQLException;

String getSubStringdong pos, int count)

throws SQLException;

long length()

throws SQLException;

long position(String pattern, long start)

throws SQLException;

long position(Clob pattern, long start)

throws SQLException; }



Содержание раздела