|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.refFaultParamDb.dao.db.ExactTimeDB_DAO
public class ExactTimeDB_DAO
Title: ExactTimeDB_DAO.java
Description: This class allows to put/get exact time from database
Copyright: Copyright (c) 2002
Company:
| Constructor Summary | |
|---|---|
ExactTimeDB_DAO()
|
|
ExactTimeDB_DAO(DB_AccessAPI dbAccessAPI)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addExactTime(int timeInstanceId,
ExactTime exactTime)
|
ExactTime |
getExactTime(int timeInstanceId)
Get the exact time based on time instance id |
boolean |
removeTime(int timeInstanceId)
Remove the time instance based on id |
void |
setDB_Connection(DB_AccessAPI dbAccessAPI)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExactTimeDB_DAO(DB_AccessAPI dbAccessAPI)
dbConnection - public ExactTimeDB_DAO()
| Method Detail |
|---|
public void setDB_Connection(DB_AccessAPI dbAccessAPI)
public void addExactTime(int timeInstanceId,
ExactTime exactTime)
throws InsertException
timeInstanceId - exactTime -
InsertException
public ExactTime getExactTime(int timeInstanceId)
throws QueryException
timeInstanceId -
QueryException
public boolean removeTime(int timeInstanceId)
throws UpdateException
estimateInstanceId -
UpdateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||