check_structure


Description:

public bool check_structure () throws Error

Checks for any error in this'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).

Parameters:

this

a SqlStatement pointer

Returns:

TRUE if no error occurred