* [misc] add createStatement.

This commit is contained in:
qixinzhi
2024-09-04 16:10:43 +08:00
committed by 代婷婷
parent fff84091a8
commit 54f16da9e8
+11
View File
@@ -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.
*