Class Tid


  • public class Tid
    extends Object
    Postgres physical location id
    • Constructor Detail

      • Tid

        public Tid​(int block,
                   short offset)
    • Method Detail

      • getBlock

        public int getBlock()
      • setBlock

        public void setBlock​(int block)
      • getOffset

        public short getOffset()
      • setOffset

        public void setOffset​(short offset)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object