You are here

public function QPDB::columnBefore in QueryPath 6

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

File

QueryPath/Extension/QPDB.php, line 173

Class

QPDB

Code

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