Class SPIStatement

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

public class SPIStatement extends Object implements Statement, SPIReadOnlyControl
Implementation of Statement for the SPI connection.
Author:
Thomas Hallgren