The function
list-tables
returns the list of table names in
database
, which has a default value of *default-database*.
If
owner
is
nil
, only user-owned tables are considered. This is the default.
If
owner
is
:all
, all tables are considered.
If owner is a string, this denotes a username and only tables owned by owner are considered.