Package org.zalando.typemapper.core.db
Class DbTypeRegister
java.lang.Object
org.zalando.typemapper.core.db.DbTypeRegister
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DbTypegetDbType(long id, Connection connection) static DbTypegetDbType(String name, Connection connection) static DbTypeRegistergetRegistry(Connection connection) getSearchPath(Connection connection) static StringgetTypeIdentifier(String typeSchema, String typeName) getTypes()static voidreInitRegister(Connection connection)
-
Constructor Details
-
DbTypeRegister
- Throws:
SQLException
-
-
Method Details
-
getSearchPath
- Throws:
SQLException
-
getSearchPath
-
getTypes
-
getTypeIdentifier
-
getDbType
- Throws:
SQLException
-
getDbType
- Throws:
SQLException
-
getRegistry
- Throws:
SQLException
-
reInitRegister
- Throws:
SQLException
-