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) February 23, 2025
Generated by manServer 1.08 from f44cce74-2981-4c78-a1d3-8bf6560ebb14 using man macros.