org.usf.inspect.jdbc.JDBCAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of inspect-core Show documentation
Show all versions of inspect-core Show documentation
INtegrated System Performance Evaluation and Communication Tracking core libray
package org.usf.inspect.jdbc;
/**
*
* @author u$f
*
*/
public enum JDBCAction {
CONNECTION, DISCONNECTION,
METADATA, DATABASE, SCHEMA, STATEMENT,
BATCH, EXECUTE, MORE, FETCH, //+WARN
SAVEPOINT, COMMIT, ROLLBACK, //TCL
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy