My Project
MySQLDatabaseWrapper Class Reference
Inheritance diagram for MySQLDatabaseWrapper:
InterfaceDatabaseWrapper

Public Member Functions

 __construct ()
 
 delete ($table, $where, $limit)
 
 update ($table, $data, $where, $limit=false)
 
 fetch ($table, $columns, $where=false, $limit=false)
 
 insert ($table, $data)
 
 run ($query, $bind=[])
 
 getLastInsertID ()
 
 rowCount ()
 
 getLastError ()
 
 isValidColumn ($table, $column)
 
- Public Member Functions inherited from InterfaceDatabaseWrapper
 run ($query)
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Member Function Documentation

◆ delete()

delete (   $table,
  $where,
  $limit 
)

◆ fetch()

fetch (   $table,
  $columns,
  $where = false,
  $limit = false 
)

◆ getLastError()

getLastError ( )

◆ getLastInsertID()

getLastInsertID ( )

◆ insert()

insert (   $table,
  $data 
)

◆ isValidColumn()

isValidColumn (   $table,
  $column 
)

◆ rowCount()

rowCount ( )

◆ run()

run (   $query,
  $bind = [] 
)

◆ update()

update (   $table,
  $data,
  $where,
  $limit = false 
)

The documentation for this class was generated from the following file: