| Check for a SELECT ... INTO syntax for Informix which actually
creates a table. In that case we will simply pretend it's a
CREATE statement.
In all other casese, the approriate SqlCommand from commanDispatch will be used
This is made public in order to be accessible from a JUnit test
Parameters: sql - the statement to be executed the instance of SqlCommand to be used to run the sql, or null if the given sql is empty or contains comments only |