UserToken small fixes
This commit is contained in:
@@ -281,6 +281,7 @@ abstract class SQL {
|
||||
protected abstract function columnName($col);
|
||||
|
||||
// Special Keywords and functions
|
||||
public function now() { return $this->currentTimestamp(); }
|
||||
public abstract function currentTimestamp();
|
||||
|
||||
public function count($col = NULL) {
|
||||
|
||||
Reference in New Issue
Block a user