Procedure
AdaBase.Driver.Base.[DB].query_clear_table (table : String)

The procedure constructs and an appropriate and driver-specific query to clear all the rows from a table in the connected database.


See drop table query for a usage example.


[DB] is "MySQL.MySQL_Driver", "PostgreSQL.PostgreSQL_Driver", or "SQLite.SQLite_Driver"

See Also