dev rstoetter cSmartSqlStatement cSmartSqlStatement::ScanTableFactor() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method ScanTableFactor( ) - of API Reference dev
private string rstoetter\cSmartSqlStatement\cSmartSqlStatement::ScanTableFactor()
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by the class rstoetter\cSmartSqlStatement\cSmartSqlStatement
The method ScanTableFactor( ) scans the actual query string and returns the next table factor which is in the buffer
table_factor: tbl_name [PARTITION (partition_names)] [[AS] alias] [index_hint_list] | table_subquery [AS] alias | ( table_references )
Example:
Returns
string the table factor or an empty string