Database tables()
syntax: |
database.tables() |
return: |
number - number of tables in the database.
|
description: |
This method returns the number of tables stored in the database.
|
see: |
#link <sedbc>, Database table(), Database tableName()
|
example: |
// get the number of tables in 'db' tableCount = db.tables(); |