Table objects should implement len()
Description
None
Environment
None
Activity
Show:
Kenneth Daily
December 8, 2017, 12:44 AM
validated all three.
Ziming Dong
December 8, 2017, 12:37 AM
Oh for TableQueryResult you do:
results = syn.tableQuery("select * from syn1234", resultsAs="rowset")
Kenneth Daily
December 7, 2017, 11:49 PM
Can confirm for 'RowsetTable' - thanks !
Still unsure about a 'TableQueryResult'.
Ziming Dong
December 7, 2017, 9:21 PM
The easiest way to create a RowsetTable is to use the Table() factory method and give it a rowset:
Bruce Hoff
December 7, 2017, 5:36 PM
Edited
Can you provide more guidance to do validation? Also, if the documentation is lacking we should have a Jira issue to track that.