JDBCResult-class function

Class "JDBCResult"

Class "JDBCResult"

Representation of a DBI result set returned from a JDBC connection. class

Generators

Objects can be created by call to dbSendQuery.

Slots

  • jr:: Java reference to the JDBC result set
  • md:: Java reference to the JDBC result set meta data
  • env:: Environment holding cached objects (currently the result helper object used by fetch())
  • stat:: Java reference to the JDBC statement which generated this result

Extends

Class "DBIResult-class", directly. Class "DBIObject-class", by class "DBIResult", distance 2.

Methods

No methods defined with class "JDBCResult" in the signature.

See Also

JDBC, dbSendQuery