public class JDBCParameterRef extends JDBCTable
Constructor and Description |
---|
JDBCParameterRef(java.sql.Connection conn) |
Modifier and Type | Method and Description |
---|---|
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
|
getConnection, getTableName
public JDBCParameterRef(java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLException
public int put(ParameterRef parameterRef) throws java.sql.SQLException
parameterref
- - ParameterRefjava.sql.SQLException
public int getDBId(ParameterRef parameterRef) throws java.sql.SQLException, NotFound
parameterref
- - ParameterRefjava.sql.SQLException
NotFound
public ParameterRef get(int id) throws java.sql.SQLException, NotFound
id
- - the dbidjava.sql.SQLException
NotFound