%SYS
SQLResultSet Class Reference

Implementation of SQL support. More...

Inheritance diagram for SQLResultSet:
Collaboration diagram for SQLResultSet:

Public Member Functions

_.Library.Boolean __contains__ ()
 We can't do a contains ...
 
 __iter__ ()
 Grab an iterator.
 
_.Library.Integer __len__ ()
 We don't know the length/size of a result set ...
 
_.SYS.Python dataframe ()
 Convert resultset to a Pandas dataframe.
 

Public Attributes

 IterationStarted
 Indicate if we're already started iteration. More...
 
 ResultSet
 Wrapped ResultSet. More...
 

Private Member Functions

_.Library.Status OnNew (_.SQL.StatementResult rs)
 Implementation of SQL support. More...
 

Detailed Description

Implementation of SQL support.

Member Function Documentation

◆ OnNew()

_.Library.Status OnNew ( _.SQL.StatementResult  rs)
private

Implementation of SQL support.

Implement OnNew handler

Member Data Documentation

◆ IterationStarted

IterationStarted

Indicate if we're already started iteration.

 

◆ ResultSet

ResultSet

Wrapped ResultSet.