|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.db.panels.sql.tester.TesterComponent
public abstract class TesterComponent
Defines a component that is used for testing, or running a sql query.
| Constructor Summary | |
|---|---|
TesterComponent() |
|
| Method Summary | |
|---|---|
void |
close()Close any open Statements or ResultSets. |
abstract java.awt.Component |
getComponent()Gets the actual UI Component for this control which will ultimately display the results of an operation using the query. |
abstract java.lang.String |
getName()Gets the name of the component. |
abstract void |
testSQL(Database db, java.lang.String sqlQuery)Sets the sql query text that the component will show. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TesterComponent()
| Method Detail |
|---|
public abstract void testSQL(Database db,
java.lang.String sqlQuery)
db - the Database to test the query against. This can be null.sqlQuery - the sql query textpublic abstract java.awt.Component getComponent()
public abstract java.lang.String getName()
public void close()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||