C Library Functions  - 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


Nemo Release 3.1 sqlite3_delete_table (3) August 28, 2026
Generated by manServer 1.08 from 1d1ae2ef-b645-43b7-829a-f1f9f94d74cf using man macros.