You are here

public function QPDB::appendColumn in QueryPath 6

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

File

QueryPath/Extension/QPDB.php, line 163

Class

QPDB

Code

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