'Language Reference'
User Functions
Database Functions
Data Manipulation Functions
Table Functions
showtables
createtable
droptable
altertable
describe
table_count
empty_cache
table_exists
last_insert_id
Error Handling Functions
|
These functions were created to work with tables, creating, dropping, renaming, or altering one.
showtables- Returns a list of current txtSQL tables inside a database
createtable- Creates a txtSQL table inside a database
droptable- Drops a txtSQL table from a database
altertable- Alters a txtSQL-table's column information
describe- Returns information on a txtSQL table
table_count- Returns the number of records in a txtSQL table
empty_cache- Deletes any table information saved in the run-time-cache
User-Contributed Comments for: Table Functions |
|
No comments found; |
|