Internal implementation for the exec and query functions.
Execute a one-off SQL command.
Any result set can be accessed via Connection.getNextRow(), but you should really be using the query function for such queries.
true if there was a (possibly empty) result set.
See Implementation
Internal implementation for the exec and query functions.
Execute a one-off SQL command.
Any result set can be accessed via Connection.getNextRow(), but you should really be using the query function for such queries.