Class PgResultSet.PrimaryKey

  • Enclosing class:
    PgResultSet

    private class PgResultSet.PrimaryKey
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int index  
      (package private) java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      PrimaryKey​(int index, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.Object getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • index

        int index
      • name

        java.lang.String name
    • Constructor Detail

      • PrimaryKey

        PrimaryKey​(int index,
                   java.lang.String name)
    • Method Detail

      • getValue

        java.lang.Object getValue()
                           throws java.sql.SQLException
        Throws:
        java.sql.SQLException