org.postgresql.pljava.example
Class ComplexTuple

java.lang.Object
  extended by org.postgresql.pljava.example.ComplexTuple
All Implemented Interfaces:
SQLData

public class ComplexTuple
extends Object
implements SQLData


Constructor Summary
ComplexTuple()
           
 
Method Summary
 String getSQLTypeName()
           
static ComplexTuple logAndReturn(ComplexTuple cpl)
           
 void readSQL(SQLInput stream, String typeName)
           
 void writeSQL(SQLOutput stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexTuple

public ComplexTuple()
Method Detail

getSQLTypeName

public String getSQLTypeName()
Specified by:
getSQLTypeName in interface SQLData

readSQL

public void readSQL(SQLInput stream,
                    String typeName)
             throws SQLException
Specified by:
readSQL in interface SQLData
Throws:
SQLException

writeSQL

public void writeSQL(SQLOutput stream)
              throws SQLException
Specified by:
writeSQL in interface SQLData
Throws:
SQLException

logAndReturn

public static ComplexTuple logAndReturn(ComplexTuple cpl)