Uses of Interface
org.postgresql.core.TypeInfo
Packages that use TypeInfo
-
Uses of TypeInfo in org.postgresql.core
Methods in org.postgresql.core that return TypeInfo -
Uses of TypeInfo in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement TypeInfoFields in org.postgresql.jdbc declared as TypeInfoMethods in org.postgresql.jdbc that return TypeInfoModifier and TypeMethodDescriptionprotected TypeInfo
PgConnection.createTypeInfo
(BaseConnection conn, int unknownLength) PgConnection.getTypeInfo()
Methods in org.postgresql.jdbc with parameters of type TypeInfoModifier and TypeMethodDescriptionPgConnection.getBinaryDisabledOids
(Properties info, TypeInfo typeInfo) Gets all oids for which binary transfer should be disabled.PgConnection.getBinaryEnabledOids
(Properties info, TypeInfo typeInfo) Gets all oids for which binary transfer can be enabled.