You are here

constant FRX_SQL_TOKEN in Forena Reports 7

Same name and namespace in other branches
  1. 8 forena.module \FRX_SQL_TOKEN
  2. 6.2 FrxSyntaxEngine.inc \FRX_SQL_TOKEN
  3. 6 FrxSyntaxEngine.inc \FRX_SQL_TOKEN
  4. 7.5 Frx.inc \FRX_SQL_TOKEN
  5. 7.2 FrxSyntaxEngine.inc \FRX_SQL_TOKEN
  6. 7.3 Frx.inc \FRX_SQL_TOKEN
  7. 7.4 Frx.inc \FRX_SQL_TOKEN
6 uses of FRX_SQL_TOKEN
FrxDrupal::__construct in plugins/FrxDrupal.inc
Object constructor
FrxMSSQL::__construct in plugins/FrxMSSQL.inc
Object constructor
FrxOracle::call in plugins/FrxOracle.inc
FrxOracle::__construct in plugins/FrxOracle.inc
Object constructor
FrxPDO::__construct in plugins/FrxPDO.inc
Object constructor

... See full list

File

./FrxSyntaxEngine.inc, line 11
FrXSytnaxEngine defines how regular expression procesing/token substitution takes place. It includes support for passing in a formatter oobject that will escape strings properly before substituting them.

Code

define('FRX_SQL_TOKEN', '/:([a-z]|[0-9]|{A-Z]|[_])+/');