Class dbinsert

Description

DB Insert class A special case of the dbtablemod class.

Located in /query-defs.php (line 997)

sqlquery
   |
   --dbquery
      |
      --dbtablemod
         |
         --dbinsert
Method Summary
 dbinsert dbinsert (string $table)
Variables
Methods
Constructor dbinsert (line 1004)

Constructor Create a new DB Insert object. This is for inserting a record into the database.

dbinsert dbinsert (string $table)
  • string $table: Table to insert into

Inherited Methods

Inherited From dbtablemod

 dbtablemod::dbtablemod()
 dbtablemod::next_sequencevalue()

Inherited From dbquery

 dbquery::dbquery()
 dbquery::execute()
 dbquery::set_sql()
 dbquery::tidyup()

Inherited From sqlquery

 sqlquery::sqlquery()
 sqlquery::build()
 sqlquery::clear()
 sqlquery::fieldlist()
 sqlquery::from()
 sqlquery::groupby()
 sqlquery::into()
 sqlquery::limit()
 sqlquery::offset()
 sqlquery::orderby()
 sqlquery::rebuild()
 sqlquery::set()
 sqlquery::tables()
 sqlquery::where()

Documentation generated by phpDocumentor 1.3.0RC3