cMySql57_Utils::IsIndexHintStart() - rstoetter/libsqlphp GitHub Wiki
Method IsIndexHintStart( )
public static boolean rstoetter\libsqlphp\cMySql57_Utils::IsIndexHintStart(string $clause)
- Namespace : rstoetter\libsqlphp
- Class name: cMySql57_Utils
- This method is defined by rstoetter\libsqlphp\cMySql57_Utils
The method IsIndexHintStart returns true, if $clause belongs to an index hint
Example:
Arguments
- $clause string - <p>the keyword to test</p>
Returns
boolean true, if $clause belongs to an index hint