|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.provision.detector.jdbc.request.JDBCRequest
public class JDBCRequest
JDBCRequest class.
| Field Summary | |
|---|---|
static JDBCRequest |
Null
Constant Null |
| Constructor Summary | |
|---|---|
JDBCRequest()
Constructor for JDBCRequest. |
|
| Method Summary | |
|---|---|
String |
getSchema()
getSchema |
String |
getStoredProcedure()
getStoredProcedure |
JDBCResponse |
send(Connection conn)
send |
void |
setSchema(String schema)
setSchema |
void |
setStoredProcedure(String storedProcedure)
setStoredProcedure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final JDBCRequest Null
Null
| Constructor Detail |
|---|
public JDBCRequest()
Constructor for JDBCRequest.
| Method Detail |
|---|
public JDBCResponse send(Connection conn)
throws SQLException
send
conn - a Connection object.
JDBCResponse object.
SQLException - if any.public void setStoredProcedure(String storedProcedure)
setStoredProcedure
storedProcedure - a String object.public String getStoredProcedure()
getStoredProcedure
String object.public void setSchema(String schema)
setSchema
schema - a String object.public String getSchema()
getSchema
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||