[UP]


Manual Reference Pages  - sqlite3_delete_table (3)

NAME

sqlite3_delete_table(3f) - [M_sqlite] Delete a table

CONTENTS

Synopsis
Description
Options

SYNOPSIS

subroutine sqlite3_delete_table(db)

    type(SQLITE_DATABASE) db
    character(len=*) tablename

DESCRIPTION

Delete an existing table by name. Convenience routine that constructs an SQL statement to do the actual job.

Note:

    The table can not be recovered, unless this is part of a transaction

OPTIONS

db Structure for the database
tablename
  Name of the table to be deleted


sqlite3_delete_table (3) March 11, 2021
Generated by manServer 1.08 from 0635c672-87b9-4798-afed-23e4f60fea9c using man macros.