Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.ide.db.panels.sql.tester
Interface TesterComponent


public interface TesterComponent

Defines a component that is used for testing, or running a sql query.

Since:
11.1.1

Method Summary
 java.awt.Component getComponent()
          Gets the actual UI Component for this control which will ultimately display the results of an operation using the query.
 java.lang.String getName()
          Gets the name of the component.
 void testSQL(Database db, java.lang.String sqlQuery)
          Sets the sql query text that the component will show.
 

Method Detail

testSQL

void testSQL(Database db,
             java.lang.String sqlQuery)
Sets the sql query text that the component will show.

Parameters:
sqlQuery - the sql query text

getComponent

java.awt.Component getComponent()
Gets the actual UI Component for this control which will ultimately display the results of an operation using the query.

Returns:
the UI Component for the button.

getName

java.lang.String getName()
Gets the name of the component.

Returns:
a translated string to represent the component.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.