Uses of Class
org.teiid.translator.jdbc.JDBCPlugin.Event
-
Packages that use JDBCPlugin.Event Package Description org.teiid.translator.jdbc -
-
Uses of JDBCPlugin.Event in org.teiid.translator.jdbc
Methods in org.teiid.translator.jdbc that return JDBCPlugin.Event Modifier and Type Method Description static JDBCPlugin.Event
JDBCPlugin.Event. valueOf(String name)
Returns the enum constant of this type with the specified name.static JDBCPlugin.Event[]
JDBCPlugin.Event. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-