cSmartSqlStatement::ScanTableFactor() - rstoetter/csmartsqlstatement-php GitHub Wiki

Method ScanTableFactor( )

 private   string rstoetter\cSmartSqlStatement\cSmartSqlStatement::ScanTableFactor()

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