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