[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) October 17, 2020
Generated by manServer 1.08 from 36a1e62a-dab8-48da-aaa5-c9a0bcc99ee8 using man macros.