Method Summary |
|
public void | addPropertyChangeListener(PropertyChangeListener listener) |
public Object | clone() Return a copy of this object. |
public boolean | getAbortOnError() |
public boolean | getAutoCommit() Force a re-build of the GUI when a user makes a table
temporarily editable. |
public String[] | getCatalogPrefixArray() Return array of catalog prefixes to display in the object tree. |
public String | getCatalogPrefixList() Return comma-separated catalog of schema prefixes to display in the
object tree. |
public boolean | getCommitOnClosingConnection() |
public boolean | getContentsLimitRows() |
public int | getContentsNbrRowsToShow() |
public String | getEditableTableOutputClassName() |
public FontInfo | getFontInfo() |
public boolean | getLimitSQLEntryHistorySize() |
public boolean | getLimitSQLResultTabs() |
public boolean | getLoadColumnsInBackground() |
public boolean | getLoadSchemasCatalogs() Return true if schemas and catalogs should be loaded into
the object tree. |
public int | getMainTabPlacement() |
public String | getMetaDataOutputClassName() |
public String | getObjectFilter() |
public int | getObjectTabPlacement() |
public String | getReadOnlySQLResultsOutputClassName() Get the name of the read-only form of the user-selected preference,
which may be TEXT or READ_ONLY_TABLE. |
public String | getReadOnlyTableOutputClassName() Normally we display data using the class selected by the user in the
Session Preferences, but there are occasions in which the application
needs to override the user selection and explicitly use either a read-only
or an editable table. |
public boolean | getRemoveMultiLineComment() |
public int | getSQLEntryHistorySize() |
public int | getSQLExecutionTabPlacement() |
public boolean | getSQLLimitRows() |
public int | getSQLNbrRowsToShow() |
public String | getSQLResultsOutputClassName() Get the type of output display selected by the user in the
Session Properties, which may be text, read-only table, or editable table;
the caller must be able to handle any of those (especially editable). |
public int | getSQLResultsTabPlacement() |
public boolean | getSQLShareHistory() |
public String | getSQLStatementSeparator() Retrieve the string used to separate multiple SQL statements. |
public String[] | getSchemaPrefixArray() Return array of schema prefixes to display in the object tree. |
public String | getSchemaPrefixList() Return comma-separated list of schema prefixes to display in the object
tree. |
public boolean | getShowResultsMetaData() Return true if sql results meta data should be loaded. |
public boolean | getShowRowCount() Return true if row count should be displayed for every table in
object tree. |
public boolean | getShowToolBar() |
public int | getSqlResultTabLimit() |
public String | getStartOfLineComment() Return the string used to represent a Start of Line Comment in SQL. |
public String | getTableContentsOutputClassName() |
public boolean | getWriteSQLErrorsToLog() |
public void | removePropertyChangeListener(PropertyChangeListener listener) |
public void | setAbortOnError(boolean value) |
public void | setAutoCommit(boolean value) |
public synchronized void | setCatalogPrefixList(String data) Set the comma-separated list of catalog prefixes to display in the object tree. |
public synchronized void | setCommitOnClosingConnection(boolean data) |
public void | setContentsLimitRows(boolean value) |
public void | setContentsNbrRowsToShow(int value) |
public void | setFontInfo(FontInfo data) |
public void | setLimitSQLEntryHistorySize(boolean data) |
public void | setLimitSQLResultTabs(boolean data) |
public void | setLoadColumnsInBackground(boolean value) |
public synchronized void | setLoadSchemasCatalogs(boolean data) Set true if schemas and catalogs should be loaded into the
object tree. |
public void | setMainTabPlacement(int value) |
public void | setMetaDataOutputClassName(String value) |
public synchronized void | setObjectFilter(String data) |
public void | setObjectTabPlacement(int value) |
public synchronized void | setRemoveMultiLineComment(boolean data) |
public void | setSQLEntryHistorySize(int data) |
public void | setSQLExecutionTabPlacement(int value) |
public void | setSQLLimitRows(boolean value) |
public void | setSQLNbrRowsToShow(int value) |
public void | setSQLResultsOutputClassName(String value) Set the type of output display to user selection, which may be
text, read-only table, or editable table. |
public void | setSQLResultsTabPlacement(int value) |
public void | setSQLShareHistory(boolean data) Set whether this session shares its SQL History with other sessions. |
public void | setSQLStatementSeparator(String value) Set the string used to separate multiple SQL statements. |
public synchronized void | setSchemaPrefixList(String data) Set the comma-separated list of schema prefixes to display in the object tree. |
public synchronized void | setShowResultsMetaData(boolean data) Set true if sql results meta data should be loaded. |
public synchronized void | setShowRowCount(boolean data) Specify whether row count should be displayed for every table in
object tree. |
public void | setShowToolBar(boolean value) |
public void | setSqlResultTabLimit(int value) |
public synchronized void | setStartOfLineComment(String data) Set the string used to represent a Start of Line Comment in SQL. |
public void | setTableContentsOutputClassName(String value) |
public void | setWriteSQLErrorsToLog(boolean value) |