Class PGRowId

  • All Implemented Interfaces:
    java.sql.RowId

    public class PGRowId
    extends java.lang.Object
    implements java.sql.RowId
    RowId implementation that wraps the postgres ctid column
    • Constructor Summary

      Constructors 
      Constructor Description
      PGRowId​(Tid tid)  
    • Constructor Detail

      • PGRowId

        public PGRowId​(Tid tid)
    • Method Detail

      • getTid

        public Tid getTid()
      • getBytes

        public byte[] getBytes()
        Specified by:
        getBytes in interface java.sql.RowId
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.sql.RowId
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface java.sql.RowId
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface java.sql.RowId
        Overrides:
        toString in class java.lang.Object