Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

For an overview, please see the ODB tutorial on the Tutorials page.


number
count( odb )

Returns the number of columns contained in the ODB.

 
vector or list values( odb, string )

Returns the given column specified by its name. If the column type is number, a vector is returned; if it is string, then a list of strings is returned. If the column cannot be found, nil is returned.