public class RoverFindItemTable extends RoverTable<RoverFindItem>
| Constructor and Description |
|---|
RoverFindItemTable(RoverDatabase database,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
create() |
void |
delete(RoverFindItem oldRecord) |
int |
insert(int id,
RoverFindItem newRecord) |
void |
loadFindItems(Naming<FindItemIndex> findItems) |
RoverFindItem |
recordWithId(int id) |
void |
update(RoverFindItem updatedRecord) |
clear, drop, getDatabase, getDeleter, getInserter, getLastGeneratedId, getTable, getUpdaterpublic RoverFindItemTable(RoverDatabase database, java.lang.String name) throws java.sql.SQLException
java.sql.SQLExceptionpublic void create()
throws java.sql.SQLException
create in class RoverTable<RoverFindItem>java.sql.SQLExceptionpublic void delete(RoverFindItem oldRecord) throws java.sql.SQLException
delete in class RoverTable<RoverFindItem>java.sql.SQLExceptionpublic int insert(int id,
RoverFindItem newRecord)
throws java.sql.SQLException,
java.io.IOException
insert in class RoverTable<RoverFindItem>java.sql.SQLExceptionjava.io.IOExceptionpublic RoverFindItem recordWithId(int id) throws java.sql.SQLException
recordWithId in class RoverTable<RoverFindItem>java.sql.SQLExceptionpublic void update(RoverFindItem updatedRecord) throws java.sql.SQLException, RoverFormatException
update in class RoverTable<RoverFindItem>java.sql.SQLExceptionRoverFormatExceptionpublic void loadFindItems(Naming<FindItemIndex> findItems) throws java.sql.SQLException
java.sql.SQLException