SqlStatement.checkStructure

Checks for any error in stmt's structure to make sure the statement is valid (for example a SELECT statement must at least return a column, a DELETE statement must specify which table is targeted).

class SqlStatement
bool
checkStructure
()

Return Value

Type: bool

TRUE if no error occurred

Throws