dbGetTables#
Purpose#
Returns the database’s tables, system tables and views.
Format#
- tables = dbGetTables(db_id[, type])#
- Parameters:
db_id (scalar) – database connection index number.
type (string:) –
TablesAll tables visible to the user. This is the default value.
System TablesInternal tables used by the database.
ViewsAll views visible to the user.
AllAll of the above.
- Returns:
tables (Nx1 string array) – Contains the information specified by the type parameter.