Package oracle.pgx.common.types
Interface Type
-
- All Known Implementing Classes:
AuthorizationType,CollectionType,EntityType,IdType,PropertyType,QueryArgumentType,ReturnType
public interface TypeInterface for all types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>getTypeClass()Gets the type class.java.lang.StringtoKey()Returns the key of this type as string.
-