Uses of Interface
org.postgresql.core.TypeInfo
-
Packages that use TypeInfo Package Description org.postgresql.core org.postgresql.jdbc -
-
Uses of TypeInfo in org.postgresql.core
Methods in org.postgresql.core that return TypeInfo Modifier and Type Method Description TypeInfoBaseConnection. getTypeInfo() -
Uses of TypeInfo in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement TypeInfo Modifier and Type Class Description classTypeInfoCacheMethods in org.postgresql.jdbc that return TypeInfo Modifier and Type Method Description protected TypeInfoPgConnection. createTypeInfo(BaseConnection conn, int unknownLength)TypeInfoPgConnection. getTypeInfo()
-