public class JDBCParameterRef extends JDBCTable
| Constructor and Description |
|---|
JDBCParameterRef(java.sql.Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
edu.iris.Fissures.IfParameterMgr.ParameterRef |
get(int id)
This method returns the ParameterRef given the dbid
|
int |
getDBId(edu.iris.Fissures.IfParameterMgr.ParameterRef parameterRef)
This method returns the dbid given teh ParameterRef Object.
|
int |
put(edu.iris.Fissures.IfParameterMgr.ParameterRef parameterRef)
Inserts the detaisl of ParameterRef into the database
|
getConnection, getTableNamepublic JDBCParameterRef(java.sql.Connection conn)
throws java.sql.SQLException
java.sql.SQLExceptionpublic int put(edu.iris.Fissures.IfParameterMgr.ParameterRef parameterRef)
throws java.sql.SQLException
parameterref - - ParameterRefjava.sql.SQLExceptionpublic int getDBId(edu.iris.Fissures.IfParameterMgr.ParameterRef parameterRef)
throws java.sql.SQLException,
NotFound
parameterref - - ParameterRefjava.sql.SQLExceptionNotFound