|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.yale.cs.hadoopdb.benchmark.SelectionTaskDB.RankingsRecord
static class SelectionTaskDB.RankingsRecord
Field Summary | |
---|---|
private int |
pageRank
|
private java.lang.String |
pageURL
|
Constructor Summary | |
---|---|
SelectionTaskDB.RankingsRecord()
|
Method Summary | |
---|---|
int |
getPageRank()
|
java.lang.String |
getPageURL()
|
void |
readFields(java.sql.ResultSet resultSet)
Reads the fields of the object from the ResultSet . |
void |
write(java.sql.PreparedStatement statement)
Sets the fields of the object in the PreparedStatement (not used currently). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int pageRank
private java.lang.String pageURL
Constructor Detail |
---|
SelectionTaskDB.RankingsRecord()
Method Detail |
---|
public int getPageRank()
public java.lang.String getPageURL()
public void readFields(java.sql.ResultSet resultSet) throws java.sql.SQLException
DBWritable
ResultSet
.
readFields
in interface DBWritable
resultSet
- the ResultSet
to get the fields from.
java.sql.SQLException
public void write(java.sql.PreparedStatement statement) throws java.sql.SQLException
DBWritable
PreparedStatement
(not used currently).
write
in interface DBWritable
statement
- the statement that the fields are put into.
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |