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, getTableNamepublic JDBCParameterRef(java.sql.Connection conn)
throws java.sql.SQLException
java.sql.SQLExceptionpublic int put(ParameterRef parameterRef) throws java.sql.SQLException
parameterref - - ParameterRefjava.sql.SQLExceptionpublic int getDBId(ParameterRef parameterRef) throws java.sql.SQLException, NotFound
parameterref - - ParameterRefjava.sql.SQLExceptionNotFoundpublic ParameterRef get(int id) throws java.sql.SQLException, NotFound
id - - the dbidjava.sql.SQLExceptionNotFound