[ library(mysql) | ]

sql_desc(++Table)

Display the schema of the given relation
Table
Atom

Description

Display the schema of the given relation. The output is similar to the result of the SQL command DESCRIBE. This will always succeed as long asn the database is connected, no database error occurs, and the relation Table exists.

See Also