| javax.swing.JPanel net.sourceforge.squirrel_sql.client.session.properties.EditWhereColsPanel
EditWhereColsPanel | public class EditWhereColsPanel extends JPanel (Code) | | This panel allows the user to select specific columns from a specific table for use in
the WHERE clause when editing a cell in a table. This is useful if the table has a large number
of columns and the WHERE clause generated using all the columns exceeds the DBMS limit.
|
Inner Class :interface EditWhereColsPanelI18N | |
Method Summary | |
public String | getHint() Get the hint text associated with the panel. | public String | getTitle() Get the title of the panel. | public boolean | ok() Put the current data into the EditWhereCols table. | public void | reset() Reset the panel to the contents at the time we started editing
(as set in initialize). |
EditWhereColsPanel | public EditWhereColsPanel(ISession session, ITableInfo ti, SortedSet<String> columnList, String unambiguousTableName) throws IllegalArgumentException(Code) | | Create a new instance of a WhereClausePanel.
Parameters: columnList - A list of column names for the database table. Parameters: tableName - The name of the database table that the filterinformation will apply to. Parameters: unambiguousTableName - The name of the table including the URL to the specific DBMS throws: IllegalArgumentException - The exception thrown if invalid arguments are passed. |
getHint | public String getHint()(Code) | | Get the hint text associated with the panel.
A String value containing the hint text associated with the panel. |
getTitle | public String getTitle()(Code) | | Get the title of the panel.
Return a string containing the title of the panl. |
ok | public boolean ok()(Code) | | Put the current data into the EditWhereCols table.
|
reset | public void reset()(Code) | | Reset the panel to the contents at the time we started editing
(as set in initialize).
|
|
|