|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.refFaultParamDb.dao.db.LogTypeDB_DAO
public class LogTypeDB_DAO
Title: LogTypeDB_DAO.java
Description: Find log type id corresponding to a particular log base
Copyright: Copyright (c) 2002
Company:
| Field Summary | |
|---|---|
static String |
LOG_BASE_10
|
static String |
LOG_BASE_E
|
| Constructor Summary | |
|---|---|
LogTypeDB_DAO(DB_AccessAPI dbAccessAPI)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getLogBase(int logTypeId)
|
int |
getLogTypeId(String logBase)
Get log type id for a particular log base from the table |
void |
setDB_Connection(DB_AccessAPI dbAccessAPI)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LOG_BASE_E
public static final String LOG_BASE_10
| Constructor Detail |
|---|
public LogTypeDB_DAO(DB_AccessAPI dbAccessAPI)
dbConnection - | Method Detail |
|---|
public void setDB_Connection(DB_AccessAPI dbAccessAPI)
public int getLogTypeId(String logBase)
throws QueryException
logBase -
QueryException
public String getLogBase(int logTypeId)
throws QueryException
QueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||