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

         

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



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

public interface Array { Object getArray() throws SQLException;

Object getArray(Map map) throws SQLException;

Object getArray(long index, int count)

throws SQLException;

Object getArray(long index, int count, Map map)

throws SQLException;

int getBaseType() throws SQLException;

String getBaseTypeName() throws SQLException;

ResultSet getResultSet() throws SQLException;

ResultSet getResultSet(Map map) throws SQLException;

ResultSet getResultSet(long index, int count)

throws SQLException;

ResultSet getResultSet(long index, int count, Map map) throws SQLException

}



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