[ Index ] |
PHP Cross Reference of YOURLS |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * 4 * This file is part of Aura for PHP. 5 * 6 * @license https://opensource.org/licenses/MIT MIT 7 * 8 */ 9 namespace Aura\Sql\Parser; 10 11 /** 12 * 13 * Parsing/rebuilding functionality for the sqlsrv driver. 14 * 15 * @package Aura.Sql 16 * 17 * @todo add $split and $skip for single quote, double quote, and square brackets 18 * 19 */ 20 class SqlsrvParser extends AbstractParser 21 { 22 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Jan 21 05:10:11 2025 | Cross-referenced by PHPXref 0.7.1 |