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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescribe parameters of the prepared statement.Describe rows of the prepared statement.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.proxy.backend.session.ServerPreparedStatement
getSql, getSqlStatementContext
-
Constructor Details
-
PostgreSQLServerPreparedStatement
public PostgreSQLServerPreparedStatement()
-
-
Method Details
-
describeParameters
Describe parameters of the prepared statement.- Returns:
- packet of parameter descriptions
-
describeRows
Describe rows of the prepared statement.- Returns:
- packet of row description
-