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