Package com.impossibl.postgres.jdbc
Class PGSQLOutput
- java.lang.Object
- 
- com.impossibl.postgres.jdbc.PGSQLOutput
 
- 
- All Implemented Interfaces:
- java.sql.SQLOutput
 
 public class PGSQLOutput extends java.lang.Object implements java.sql.SQLOutput
- 
- 
Constructor SummaryConstructors Constructor Description PGSQLOutput(Context context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Type[]getAttributeTypes()java.lang.Object[]getAttributeValues()voidwriteArray(java.sql.Array x)voidwriteAsciiStream(java.io.InputStream x)voidwriteBigDecimal(java.math.BigDecimal x)voidwriteBinaryStream(java.io.InputStream x)voidwriteBlob(java.sql.Blob x)voidwriteBoolean(boolean x)voidwriteByte(byte x)voidwriteBytes(byte[] x)voidwriteCharacterStream(java.io.Reader x)voidwriteClob(java.sql.Clob x)voidwriteDate(java.sql.Date x)voidwriteDouble(double x)voidwriteFloat(float x)voidwriteInt(int x)voidwriteLong(long x)voidwriteNClob(java.sql.NClob x)voidwriteNString(java.lang.String x)voidwriteObject(java.lang.Object x, java.sql.SQLType targetSqlType)voidwriteObject(java.sql.SQLData x)voidwriteRef(java.sql.Ref x)voidwriteRowId(java.sql.RowId x)voidwriteShort(short x)voidwriteSQLXML(java.sql.SQLXML x)voidwriteString(java.lang.String x)voidwriteStruct(java.sql.Struct x)voidwriteTime(java.sql.Time x)voidwriteTimestamp(java.sql.Timestamp x)voidwriteURL(java.net.URL x)
 
- 
- 
- 
Constructor Detail- 
PGSQLOutputpublic PGSQLOutput(Context context) 
 
- 
 - 
Method Detail- 
getAttributeTypespublic Type[] getAttributeTypes() 
 - 
getAttributeValuespublic java.lang.Object[] getAttributeValues() 
 - 
writeStringpublic void writeString(java.lang.String x) throws java.sql.SQLException- Specified by:
- writeStringin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeBooleanpublic void writeBoolean(boolean x) throws java.sql.SQLException- Specified by:
- writeBooleanin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeBytepublic void writeByte(byte x) throws java.sql.SQLException- Specified by:
- writeBytein interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeShortpublic void writeShort(short x) throws java.sql.SQLException- Specified by:
- writeShortin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeIntpublic void writeInt(int x) throws java.sql.SQLException- Specified by:
- writeIntin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeLongpublic void writeLong(long x) throws java.sql.SQLException- Specified by:
- writeLongin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeFloatpublic void writeFloat(float x) throws java.sql.SQLException- Specified by:
- writeFloatin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeDoublepublic void writeDouble(double x) throws java.sql.SQLException- Specified by:
- writeDoublein interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeBigDecimalpublic void writeBigDecimal(java.math.BigDecimal x) throws java.sql.SQLException- Specified by:
- writeBigDecimalin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeBytespublic void writeBytes(byte[] x) throws java.sql.SQLException- Specified by:
- writeBytesin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeDatepublic void writeDate(java.sql.Date x) throws java.sql.SQLException- Specified by:
- writeDatein interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeTimepublic void writeTime(java.sql.Time x) throws java.sql.SQLException- Specified by:
- writeTimein interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeTimestamppublic void writeTimestamp(java.sql.Timestamp x) throws java.sql.SQLException- Specified by:
- writeTimestampin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeCharacterStreampublic void writeCharacterStream(java.io.Reader x) throws java.sql.SQLException- Specified by:
- writeCharacterStreamin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeAsciiStreampublic void writeAsciiStream(java.io.InputStream x) throws java.sql.SQLException- Specified by:
- writeAsciiStreamin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeBinaryStreampublic void writeBinaryStream(java.io.InputStream x) throws java.sql.SQLException- Specified by:
- writeBinaryStreamin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeArraypublic void writeArray(java.sql.Array x) throws java.sql.SQLException- Specified by:
- writeArrayin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeURLpublic void writeURL(java.net.URL x) throws java.sql.SQLException- Specified by:
- writeURLin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeObjectpublic void writeObject(java.sql.SQLData x) throws java.sql.SQLException- Specified by:
- writeObjectin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeObjectpublic void writeObject(java.lang.Object x, java.sql.SQLType targetSqlType) throws java.sql.SQLException- Specified by:
- writeObjectin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeBlobpublic void writeBlob(java.sql.Blob x) throws java.sql.SQLException- Specified by:
- writeBlobin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeClobpublic void writeClob(java.sql.Clob x) throws java.sql.SQLException- Specified by:
- writeClobin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeStructpublic void writeStruct(java.sql.Struct x) throws java.sql.SQLException- Specified by:
- writeStructin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeSQLXMLpublic void writeSQLXML(java.sql.SQLXML x) throws java.sql.SQLException- Specified by:
- writeSQLXMLin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeRowIdpublic void writeRowId(java.sql.RowId x) throws java.sql.SQLException- Specified by:
- writeRowIdin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeRefpublic void writeRef(java.sql.Ref x) throws java.sql.SQLException- Specified by:
- writeRefin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeNStringpublic void writeNString(java.lang.String x) throws java.sql.SQLException- Specified by:
- writeNStringin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 - 
writeNClobpublic void writeNClob(java.sql.NClob x) throws java.sql.SQLException- Specified by:
- writeNClobin interface- java.sql.SQLOutput
- Throws:
- java.sql.SQLException
 
 
- 
 
-