org.postgresql.pljava.example
Class ComplexTuple
java.lang.Object
org.postgresql.pljava.example.ComplexTuple
- All Implemented Interfaces:
- SQLData
public class ComplexTuple
- extends Object
- implements SQLData
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComplexTuple
public ComplexTuple()
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)