Google


PG_ResultSetBridge

bridges between ResultSet object and Postgres RDBMS.

class methods:

methods:

fetchline

returns the recent row number.

next

getData(col)

Postgres module has no idea of fetch/next. so PG_ResultSetBridge holds the big Array.

close