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 SQLInput
SQLException
public boolean readBoolean() throws SQLException
readBoolean
in interface SQLInput
SQLException
public byte readByte() throws SQLException
readByte
in interface SQLInput
SQLException
public short readShort() throws SQLException
readShort
in interface SQLInput
SQLException
public int readInt() throws SQLException
readInt
in interface SQLInput
SQLException
public long readLong() throws SQLException
readLong
in interface SQLInput
SQLException
public float readFloat() throws SQLException
readFloat
in interface SQLInput
SQLException
public double readDouble() throws SQLException
readDouble
in interface SQLInput
SQLException
public BigDecimal readBigDecimal() throws SQLException
readBigDecimal
in interface SQLInput
SQLException
public byte[] readBytes() throws SQLException
readBytes
in interface SQLInput
SQLException
public Date readDate() throws SQLException
readDate
in interface SQLInput
SQLException
public Time readTime() throws SQLException
readTime
in interface SQLInput
SQLException
public Timestamp readTimestamp() throws SQLException
readTimestamp
in interface SQLInput
SQLException
public Reader readCharacterStream() throws SQLException
readCharacterStream
in interface SQLInput
SQLException
public InputStream readAsciiStream() throws SQLException
readAsciiStream
in interface SQLInput
SQLException
public InputStream readBinaryStream() throws SQLException
readBinaryStream
in interface SQLInput
SQLException
public Object readObject() throws SQLException
readObject
in interface SQLInput
SQLException
public Ref readRef() throws SQLException
readRef
in interface SQLInput
SQLException
public Blob readBlob() throws SQLException
readBlob
in interface SQLInput
SQLException
public Clob readClob() throws SQLException
readClob
in interface SQLInput
SQLException
public Array readArray() throws SQLException
readArray
in interface SQLInput
SQLException
public URL readURL() throws SQLException
readURL
in interface SQLInput
SQLException
public SQLXML readSQLXML() throws SQLException
readSQLXML
in interface SQLInput
SQLException
public RowId readRowId() throws SQLException
readRowId
in interface SQLInput
SQLException
public boolean wasNull() throws SQLException
wasNull
in interface SQLInput
SQLException
public NClob readNClob() throws SQLException
readNClob
in interface SQLInput
SQLException
public String readNString() throws SQLException
readNString
in interface SQLInput
SQLException
Copyright © 2013–2017 impossibl.com. All rights reserved.