org.postgresql.pljava.internal
Class TupleTableSlot

java.lang.Object
  extended by org.postgresql.pljava.internal.NativeStruct
      extended by org.postgresql.pljava.internal.TupleTableSlot

public class TupleTableSlot
extends NativeStruct

The TupleTableSlot correspons to the internal PostgreSQL TupleTableSlot.


Constructor Summary
TupleTableSlot()
           
 
Method Summary
 Tuple getTuple()
           
 TupleDesc getTupleDesc()
           
 
Methods inherited from class org.postgresql.pljava.internal.NativeStruct
getNative, invalidate, isValid, releasePointer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleTableSlot

public TupleTableSlot()
Method Detail

getTuple

public Tuple getTuple()
               throws java.sql.SQLException
Throws:
java.sql.SQLException

getTupleDesc

public TupleDesc getTupleDesc()
                       throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright (c) 2003, 2004 TADA AB - Taby Sweden. Distributed under the terms shown in COPYRIGHT