* @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ namespace phpOMS\DataStorage\Database\Query\Grammar; class SqliteGrammar extends Grammar { /** * System identifier. * * @var string * @since 1.0.0 */ public $systemIdentifier = '`'; }