Uses of Class
org.openforis.collect.relational.sql.RDBJdbcType
-
Packages that use RDBJdbcType Package Description org.openforis.collect.relational.model org.openforis.collect.relational.sql -
-
Uses of RDBJdbcType in org.openforis.collect.relational.model
Methods in org.openforis.collect.relational.model that return RDBJdbcType Modifier and Type Method Description RDBJdbcTypeColumn. getType() -
Uses of RDBJdbcType in org.openforis.collect.relational.sql
Methods in org.openforis.collect.relational.sql that return RDBJdbcType Modifier and Type Method Description static RDBJdbcTypeRDBJdbcType. fromCompositeAttributeDefinition(AttributeDefinition defn)static RDBJdbcTypeRDBJdbcType. fromType(Class<?> type)static RDBJdbcTypeRDBJdbcType. valueOf(String name)Returns the enum constant of this type with the specified name.static RDBJdbcType[]RDBJdbcType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-