* [misc] add createStatement.
This commit is contained in:
@@ -114,6 +114,17 @@ class sqlparser
|
||||
$this->tables = $this->parseTables();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create statement.
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function createStatement()
|
||||
{
|
||||
$this->statement = new PhpMyAdmin\SqlParser\Statements\SelectStatement();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get function.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user