org.postgresql.core.types
Interface PGType

All Known Implementing Classes:
PGBigDecimal, PGBoolean, PGByte, PGDouble, PGFloat, PGInteger, PGLong, PGNumber, PGShort, PGString, PGUnknown

public interface PGType

Author:
davec TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 java.lang.String toString()
           
 

Method Detail

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object