mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
Re-add missing support for index hints in XML query
This commit is contained in:
parent
2a5d99b2df
commit
a908cd9291
3 changed files with 82 additions and 0 deletions
14
common/framework/parsers/dbquery/indexhint.php
Normal file
14
common/framework/parsers/dbquery/indexhint.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
namespace Rhymix\Framework\Parsers\DBQuery;
|
||||
|
||||
/**
|
||||
* GroupBy class.
|
||||
*/
|
||||
class IndexHint
|
||||
{
|
||||
public $target_db = array();
|
||||
public $hint_type = '';
|
||||
public $index_name = '';
|
||||
public $table_name = '';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue