Class SPIPreparedStatement

java.lang.Object
org.postgresql.pljava.jdbc.SPIStatement
org.postgresql.pljava.jdbc.SPIPreparedStatement
All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper, SPIReadOnlyControl

public class SPIPreparedStatement extends SPIStatement implements PreparedStatement
Implementation of PreparedStatement for the SPI connection.
Author:
Thomas Hallgren