Uses of Class
org.hotrod.runtime.livesql.expressions.JDBCType
-
Packages that use JDBCType Package Description org.hotrod.runtime.livesql.expressions -
-
Uses of JDBCType in org.hotrod.runtime.livesql.expressions
Methods in org.hotrod.runtime.livesql.expressions that return JDBCType Modifier and Type Method Description static JDBCTypeJDBCType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JDBCType[]JDBCType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-