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, getTableName
public JDBCParameterRef(java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLException
public int put(edu.iris.Fissures.IfParameterMgr.ParameterRef parameterRef) throws java.sql.SQLException
parameterref
- - ParameterRefjava.sql.SQLException
public int getDBId(edu.iris.Fissures.IfParameterMgr.ParameterRef parameterRef) throws java.sql.SQLException, NotFound
parameterref
- - ParameterRefjava.sql.SQLException
NotFound