Ouzo\Db\WhereClause\WhereClause::toSql PHP Method

toSql() abstract public method

abstract public toSql ( )
    public abstract function toSql();

Usage Example

コード例 #1
0
ファイル: DialectUtil.php プロジェクト: letsdrink/ouzo
 public static function buildWhereQueryPart(WhereClause $whereClause)
 {
     return $whereClause->toSql();
 }