Uses of Class
org.apache.metamodel.jdbc.JdbcUtils.JdbcActionType
-
Packages that use JdbcUtils.JdbcActionType Package Description org.apache.metamodel.jdbc Module package for JDBC compliant databases -
-
Uses of JdbcUtils.JdbcActionType in org.apache.metamodel.jdbc
Methods in org.apache.metamodel.jdbc that return JdbcUtils.JdbcActionType Modifier and Type Method Description static JdbcUtils.JdbcActionTypeJdbcUtils.JdbcActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static JdbcUtils.JdbcActionType[]JdbcUtils.JdbcActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.metamodel.jdbc with parameters of type JdbcUtils.JdbcActionType Modifier and Type Method Description static org.apache.metamodel.MetaModelExceptionJdbcUtils. wrapException(SQLException e, String actionDescription, JdbcUtils.JdbcActionType actionType)
-