Class PostgreSQLServerPreparedStatement

java.lang.Object
org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.PostgreSQLServerPreparedStatement
All Implemented Interfaces:
ServerPreparedStatement

public final class PostgreSQLServerPreparedStatement extends Object implements ServerPreparedStatement
Prepared statement for PostgreSQL.
  • Constructor Details

    • PostgreSQLServerPreparedStatement

      public PostgreSQLServerPreparedStatement()
  • Method Details

    • describeParameters

      public PostgreSQLParameterDescriptionPacket describeParameters()
      Describe parameters of the prepared statement.
      Returns:
      packet of parameter descriptions
    • describeRows

      public Optional<PostgreSQLPacket> describeRows()
      Describe rows of the prepared statement.
      Returns:
      packet of row description