For an overview, please see the ODB tutorial on the Tutorials page.
numberÂ
columns( odb )
Returns a list of the names of the columns in the given ODB variable. If there are no columns, then nil is returned.
number
count( odb )
Returns the number of rows contained in the ODB.
...