pljava 1.0.0

org.postgresql.pljava.jdbc
Class SPIPreparedStatement.ParamEntry

java.lang.Object
  extended byorg.postgresql.pljava.jdbc.SPIPreparedStatement.ParamEntry
Enclosing class:
SPIPreparedStatement

public static class SPIPreparedStatement.ParamEntry
extends java.lang.Object


Constructor Summary
(package private) SPIPreparedStatement.ParamEntry(int columnIndex, int sqlType, java.lang.Object value)
           
 
Method Summary
(package private)  int getIndex()
           
(package private)  int getSqlType()
           
(package private)  Oid getTypeId()
           
(package private)  java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPIPreparedStatement.ParamEntry

SPIPreparedStatement.ParamEntry(int columnIndex,
                                int sqlType,
                                java.lang.Object value)
Method Detail

getIndex

int getIndex()

getSqlType

int getSqlType()

getTypeId

Oid getTypeId()

getValue

java.lang.Object getValue()

pljava 1.0.0