Implementation of SQL support. More...


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... | |
Implementation of SQL support.
|
private |
Implementation of SQL support.
Implement OnNew handler
| IterationStarted |
Indicate if we're already started iteration.
| ResultSet |
Wrapped ResultSet.