constant FRX_SQL_TOKEN in Forena Reports 6
Same name and namespace in other branches
- 8 forena.module \FRX_SQL_TOKEN
- 6.2 FrxSyntaxEngine.inc \FRX_SQL_TOKEN
- 7.5 Frx.inc \FRX_SQL_TOKEN
- 7 FrxSyntaxEngine.inc \FRX_SQL_TOKEN
- 7.2 FrxSyntaxEngine.inc \FRX_SQL_TOKEN
- 7.3 Frx.inc \FRX_SQL_TOKEN
- 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
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]|[_])+/');