Interface TypeManager
public interface TypeManager
-
Method Summary
Modifier and TypeMethodDescriptionfromSqlType(String type) Gets a type given it's SQL representationdefault TypegetParameterizedType(String baseTypeName, List<TypeSignatureParameter> typeParameters) Gets the type with the specified base type and the given parameters.Gets the type with the give (opaque) idgetType(TypeSignature signature) Gets the type with the specified signature.Gets the cache for type operators.
-
Method Details
-
getType
Gets the type with the specified signature.- Throws:
TypeNotFoundException- if not found
-
fromSqlType
-
getType
-
getParameterizedType
Gets the type with the specified base type and the given parameters.- Throws:
TypeNotFoundException- if not found
-
getTypeOperators
TypeOperators getTypeOperators()Gets the cache for type operators.
-