Retrieve table names from Kx Systems, Inc. kdb+ databases
t = tables(k)
k |
The Kx Systems®, Inc. kdb+ connection object created with the |
t = tables(k)
returns the list of tables for
the Kx Systems, Inc. kdb+ connection.
Retrieve table information for the Kx Systems, Inc. kdb+ database using the connection k
:
t = tables(k) t = 'intraday' 'seclist' 'trade'