|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sc.seis.fissuresUtil.database.JDBCTable
edu.sc.seis.fissuresUtil.database.JDBCParameterRef
public class JDBCParameterRef
| Field Summary |
|---|
| Fields inherited from class edu.sc.seis.fissuresUtil.database.JDBCTable |
|---|
conn, tableName |
| Constructor Summary | |
|---|---|
JDBCParameterRef(java.sql.Connection conn)
|
|
| Method Summary | |
|---|---|
ParameterRef |
get(int id)
This method returns the ParameterRef given the dbid |
int |
getDBId(ParameterRef parameterRef)
This method returns the dbid given teh ParameterRef Object. |
int |
put(ParameterRef parameterRef)
Inserts the detaisl of ParameterRef into the database |
| Methods inherited from class edu.sc.seis.fissuresUtil.database.JDBCTable |
|---|
getConnection, getTableName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDBCParameterRef(java.sql.Connection conn)
throws java.sql.SQLException
java.sql.SQLException| Method Detail |
|---|
public int put(ParameterRef parameterRef)
throws java.sql.SQLException
parameterref - - ParameterRef
java.sql.SQLException
public int getDBId(ParameterRef parameterRef)
throws java.sql.SQLException,
NotFound
parameterref - - ParameterRef
java.sql.SQLException
NotFound
public ParameterRef get(int id)
throws java.sql.SQLException,
NotFound
id - - the dbid
java.sql.SQLException
NotFound
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||