Class PgServerThread.Prepared

java.lang.Object
org.h2.server.pg.PgServerThread.Prepared
Enclosing class:
PgServerThread

static class PgServerThread.Prepared extends Object
Represents a PostgreSQL Prepared object.
  • Field Details

    • name

      String name
      The object name.
    • sql

      String sql
      The SQL statement.
    • prep

      The prepared statement.
    • result

      The current result (for suspended portal).
    • paramType

      int[] paramType
      The list of parameter types (if set).
  • Constructor Details

    • Prepared

      Prepared()
  • Method Details

    • close

      void close()
      Closes prepared statement and result, if any.
    • closeResult

      void closeResult()
      Closes the result, if any.