dev rstoetter cSmartSqlStatement cSmartSqlStatement::ScanTableReference() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method ScanTableReference( ) - of API Reference dev
private string rstoetter\cSmartSqlStatement\cSmartSqlStatement::ScanTableReference(boolean $check_join)
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by the class rstoetter\cSmartSqlStatement\cSmartSqlStatement
The method ScanTableReference( ) scans the actual query string and returns the next table reference which is in the buffer
table_reference: table_factor | join_table
Example:
Arguments
- $check_join boolean - <p>if true, then ScanTableReference( ) tries to resolve joins, too. It defaults to true.</p>
Returns
string the table reference or an empty string