gyro/core/model/drivers/mysql/sqlbuilder/dbsqlbuilder.update.mysql.cls.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * Update queries for MySQL 00004 * 00005 * @author Gerd Riesselmann 00006 * @ingroup Model 00007 */ 00008 class DBSqlBuilderUpdateMysql extends DBSqlBuilderUpdate { 00009 }