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

         

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



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

public interface Blob {

InputStream getBinaryStream()

throws SQLException;

byte[] getBytes(long pos, int count)

throws SQLException;

long length() throws SQLException;

long position(byte[] pattern, long start)

throws SQLException;

long position(Blob pattern, long start)

throws SQLException; }



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