| |
|
| java.lang.Object com.versant.core.jdbc.conn.StatementWithLastSQL
StatementWithLastSQL | final public class StatementWithLastSQL implements Statement(Code) | | A JDBC Statement wrapped so the last executed SQL can be retrieved. This
is useful to generate good error messages from failures. This is used
in non-performance critical areas e.g. when generating the database
schema.
|
getLastSQL | public String getLastSQL()(Code) | | Get the last SQL executed on this Statement or "" if none.
|
setEscapeProcessing | public void setEscapeProcessing(boolean enable) throws SQLException(Code) | | |
|
|
|