public class ResultRow extends Object implements AutoCloseable
Transaction
で取得した ResultSet
の行を表すクラスです。Constructor and Description |
---|
ResultRow() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
closeAll() |
boolean |
getBoolean(String columnLabel) |
Date |
getDate(String columnLabel) |
double |
getDouble(String columnLabel) |
float |
getFloat(String columnLabel) |
int |
getInt(String columnLabel) |
long |
getLong(String columnLabel) |
Object |
getObject(String columnLabel) |
String |
getString(String columnLabel) |
Time |
getTime(String columnLabel) |
Timestamp |
getTimestamp(String columnLabel) |
public void close()
close
in interface AutoCloseable
public void closeAll()
public int getInt(String columnLabel)
public long getLong(String columnLabel)
public float getFloat(String columnLabel)
public double getDouble(String columnLabel)
public boolean getBoolean(String columnLabel)
Copyright © 2023. All rights reserved.