nullif the statement is unknown or if there was no statement. This can be any of the following:
java.sql.PreparedStatement from your JDBC driver when a jOOQ Query is being executed as {@link StatementType#PREPARED_STATEMENT}java.sql.Statement from your JDBC driver wrapped in a java.sql.PreparedStatement when your jOOQ Query is being executed as {@link StatementType#STATIC_STATEMENT}java.sql.CallableStatement when you are executing a jOOQ Routine | |
| |
| |
| |
| |
| |
| |
| |
| |
| |