You are here

public function QPDB::prependColumn in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/Extension/QPDB.php \QPDB::prependColumn()
  2. 7.2 QueryPath/Extension/QPDB.php \QPDB::prependColumn()

File

QueryPath/Extension/QPDB.php, line 168

Class

QPDB

Code

public function prependColumn($columnName, $wrap = NULL) {
  return $this
    ->addData($columnName, 'prepend', $wrap);
}