Interface PostgresTypeIdentifier

All Known Implementing Classes:
PostgresqlObjectId, PostgresTypes.PostgresType

public interface PostgresTypeIdentifier
Represents a Postgres type identifier identified by OID.
Since:
0.9
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Postgres type identifier.
  • Method Details

    • getObjectId

      int getObjectId()
      Postgres type identifier.
      Returns:
      the Postgres type OID.