public class PGSQLInputImpl extends Object implements PGSQLInput
| Constructor and Description | 
|---|
| PGSQLInputImpl(PGConnectionImpl connection,
              CompositeType type,
              Map<String,Class<?>> typeMap,
              Object[] attributeValues) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object[] | getAttributeValues() | 
| Array | readArray() | 
| InputStream | readAsciiStream() | 
| BigDecimal | readBigDecimal() | 
| InputStream | readBinaryStream() | 
| Blob | readBlob() | 
| boolean | readBoolean() | 
| byte | readByte() | 
| byte[] | readBytes() | 
| Reader | readCharacterStream() | 
| Clob | readClob() | 
| Date | readDate() | 
| double | readDouble() | 
| float | readFloat() | 
| int | readInt() | 
| long | readLong() | 
| NClob | readNClob() | 
| String | readNString() | 
| Object | readObject() | 
| Ref | readRef() | 
| RowId | readRowId() | 
| short | readShort() | 
| SQLXML | readSQLXML() | 
| String | readString() | 
| Time | readTime() | 
| Timestamp | readTimestamp() | 
| URL | readURL() | 
| boolean | wasNull() | 
public PGSQLInputImpl(PGConnectionImpl connection, CompositeType type, Map<String,Class<?>> typeMap, Object[] attributeValues)
public Object[] getAttributeValues()
public String readString() throws SQLException
readString in interface SQLInputSQLExceptionpublic boolean readBoolean()
                    throws SQLException
readBoolean in interface SQLInputSQLExceptionpublic byte readByte()
              throws SQLException
readByte in interface SQLInputSQLExceptionpublic short readShort()
                throws SQLException
readShort in interface SQLInputSQLExceptionpublic int readInt()
            throws SQLException
readInt in interface SQLInputSQLExceptionpublic long readLong()
              throws SQLException
readLong in interface SQLInputSQLExceptionpublic float readFloat()
                throws SQLException
readFloat in interface SQLInputSQLExceptionpublic double readDouble()
                  throws SQLException
readDouble in interface SQLInputSQLExceptionpublic BigDecimal readBigDecimal() throws SQLException
readBigDecimal in interface SQLInputSQLExceptionpublic byte[] readBytes()
                 throws SQLException
readBytes in interface SQLInputSQLExceptionpublic Date readDate() throws SQLException
readDate in interface SQLInputSQLExceptionpublic Time readTime() throws SQLException
readTime in interface SQLInputSQLExceptionpublic Timestamp readTimestamp() throws SQLException
readTimestamp in interface SQLInputSQLExceptionpublic Reader readCharacterStream() throws SQLException
readCharacterStream in interface SQLInputSQLExceptionpublic InputStream readAsciiStream() throws SQLException
readAsciiStream in interface SQLInputSQLExceptionpublic InputStream readBinaryStream() throws SQLException
readBinaryStream in interface SQLInputSQLExceptionpublic Object readObject() throws SQLException
readObject in interface SQLInputSQLExceptionpublic Ref readRef() throws SQLException
readRef in interface SQLInputSQLExceptionpublic Blob readBlob() throws SQLException
readBlob in interface SQLInputSQLExceptionpublic Clob readClob() throws SQLException
readClob in interface SQLInputSQLExceptionpublic Array readArray() throws SQLException
readArray in interface SQLInputSQLExceptionpublic URL readURL() throws SQLException
readURL in interface SQLInputSQLExceptionpublic SQLXML readSQLXML() throws SQLException
readSQLXML in interface SQLInputSQLExceptionpublic RowId readRowId() throws SQLException
readRowId in interface SQLInputSQLExceptionpublic boolean wasNull()
                throws SQLException
wasNull in interface SQLInputSQLExceptionpublic NClob readNClob() throws SQLException
readNClob in interface SQLInputSQLExceptionpublic String readNString() throws SQLException
readNString in interface SQLInputSQLExceptionCopyright © 2013–2017 impossibl.com. All rights reserved.