Ingres Version: All OS: All Q: How do you trace the SQL statements in JDBC (similar to printqry)?
The JDBC driver is not an ESQL based program, and does not provide the same support that ESQL applications have through LIBQ. The standard JDBC Driver Manager provides tracing via the setLogStream() and new setLogWriter() methods. This will trace every driver entry point and return value, including those with SQL query text.
Related Questions
- Ingres Version: All OS: All Q: In order to check if statements are OpenSQL standard, is it possible to use the -wopen flag with an OpenROAD application ?
- Ingres Version: All OS: All Q: Why doesn the JDBC driver recognize the setting of II_DATE-FORMAT?
- Ingres Version: All OS: All Q: How do you trace the SQL statements in JDBC (similar to printqry)?