public class DuckTypeResultSet extends Object
Constructor and Description |
---|
DuckTypeResultSet(DuckTypePreparedStatement mockPreparedStatement) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
BigDecimal |
getBigDecimal(int columnIndex,
int scale) |
boolean |
getBoolean(int columnIndex) |
byte |
getByte(int columnIndex) |
byte[] |
getBytes(int columnIndex) |
Date |
getDate(int columnIndex) |
double |
getDouble(int columnIndex) |
float |
getFloat(int columnIndex) |
int |
getInt(int columnIndex) |
long |
getLong(int columnIndex) |
Object |
getObject(int columnIndex) |
short |
getShort(int columnIndex) |
String |
getString(int columnIndex) |
Time |
getTime(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex) |
boolean |
next() |
boolean |
wasNull() |
public DuckTypeResultSet(DuckTypePreparedStatement mockPreparedStatement)
public boolean next() throws SQLException
SQLException
public void close() throws SQLException
SQLException
public boolean wasNull() throws SQLException
SQLException
public String getString(int columnIndex) throws SQLException
SQLException
public boolean getBoolean(int columnIndex) throws SQLException
SQLException
public byte getByte(int columnIndex) throws SQLException
SQLException
public short getShort(int columnIndex) throws SQLException
SQLException
public int getInt(int columnIndex) throws SQLException
SQLException
public long getLong(int columnIndex) throws SQLException
SQLException
public float getFloat(int columnIndex) throws SQLException
SQLException
public double getDouble(int columnIndex) throws SQLException
SQLException
public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException
SQLException
public byte[] getBytes(int columnIndex) throws SQLException
SQLException
public Date getDate(int columnIndex) throws SQLException
SQLException
public Time getTime(int columnIndex) throws SQLException
SQLException
public Timestamp getTimestamp(int columnIndex) throws SQLException
SQLException
public Object getObject(int columnIndex) throws SQLException
SQLException
Copyright © 2002-2022 Atlassian. All Rights Reserved.