Database Functions Back | Forward | Home

'Language Reference'

User Functions

Database Functions
  • showdbs

  • createdb

  • dropdb

  • renamedb

  • isLocked

  • lockdb

  • unlockdb

  • selectdb

  • db_exists


  • Data Manipulation Functions

    Table Functions

    Error Handling Functions

    << Last Section ( version ) Database Functions Next Section ( showdbs ) >>

    These functions are grouped in this category because they specifically are designed to work with a database. These functions can be very useful, as some may save you some typing and time, and thus should be looked at. Just click a function to see how one works with more detail.

  • showdbs - Returns a list with all the databases
  • createdb - Creates a new database
  • dropdb - Drops an existing database
  • renamedb - Renames an existing database
  • isLocked - Checks to see if a database is locked or not
  • lockdb - Locks an existing, and not already locked database
  • unlockdb - UNlocks an existing, and locked database
  • selectdb - Selects a database

    User-Contributed Comments for:
    Database Functions
    No comments found;