Class PgServerThread.Portal

  • Enclosing class:
    PgServerThread

    static class PgServerThread.Portal
    extends java.lang.Object
    Represents a PostgreSQL Portal object.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String name
      The portal name.
      (package private) PgServerThread.Prepared prep
      The prepared object.
      (package private) int[] resultColumnFormat
      The format used in the result set columns (if set).
    • Constructor Summary

      Constructors 
      Constructor Description
      Portal()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        java.lang.String name
        The portal name.
      • resultColumnFormat

        int[] resultColumnFormat
        The format used in the result set columns (if set).
    • Constructor Detail

      • Portal

        Portal()