SPT RWT Application API
A B C D E F G H I J K L M N O P Q R S T U V W X

C

cache - Static variable in class com.sptci.rwt.ConnectionFactory
A map used to maintain DataSource references to avoid having to look it up each time.
cardinality - Variable in class com.sptci.rwt.IndexMetaData
The cardinality for the index.
catalogue - Variable in class com.sptci.rwt.ObjectMetaData
A reference to the parent catalogue to which this object belongs.
catalogue - Variable in class com.sptci.rwt.SchemaMetaData
The CatalogueMetaData that represents the catalog in which the schema exists.
CatalogueAnalyser - Class in com.sptci.rwt
An analyser for analysing catalogues in a database.
CatalogueAnalyser(ConnectionManager) - Constructor for class com.sptci.rwt.CatalogueAnalyser
Create a new instance of the class using the specified connection manager.
CatalogueMetaData - Class in com.sptci.rwt
A value object that represents database catalogues.
CatalogueMetaData() - Constructor for class com.sptci.rwt.CatalogueMetaData
 
CatalogueNode - Class in com.sptci.rwt.webui.tree
A TreeNode that represents a catalogue in the active database connection.
CatalogueNode(CatalogueMetaData) - Constructor for class com.sptci.rwt.webui.tree.CatalogueNode
Create a new tree node using the specified metadata object.
catalogues - Variable in class com.sptci.rwt.DBMSMetaData
Collection of catalogues available in the database.
CatalogueView - Class in com.sptci.rwt.webui.model
A view component used to display the information contained in CatalogueMetaData.
CatalogueView(CatalogueMetaData) - Constructor for class com.sptci.rwt.webui.model.CatalogueView
Create a new instance of the view using the specified model object.
categories - Variable in class com.sptci.rwt.Queries
A map used to quickly look up Query instances by their Category.name.
Category - Class in com.sptci.rwt
A simple data object used to represent a category under which named queries are stored.
Category() - Constructor for class com.sptci.rwt.Category
Default constructor.
Category(String) - Constructor for class com.sptci.rwt.Category
Create a new instance using the specified name.
category - Variable in class com.sptci.rwt.webui.DeleteSavedQueryListener
The category under which the query is saved.
category - Variable in class com.sptci.rwt.webui.SaveQueryComponent
The component used to display available categories.
categoryName - Static variable in class com.sptci.rwt.QueriesTest
 
characterLength - Variable in class com.sptci.rwt.LimitsMetaData
The maximum number of characters this database allows for a character literal.
checkConnection() - Method in class com.sptci.rwt.webui.ExecutorListener
Display an error messages notifying user of lack of a ConnectionManager for the session.
checkOption - Variable in class com.sptci.rwt.ViewMetaData
The check_option column in the information_schema.views view.
checkString(String, ConnectionDialogue, Collection<String>) - Method in class com.sptci.rwt.webui.ConnectListener
Check the field represented by the specified name.
checkTableColumns(TableMetaData) - Method in class com.sptci.rwt.KeyAnalyser
Check the specified table meta data object and ensure that the TableTypeMetaData.columns is initialised.
checkView(ConnectionDialogue) - Method in class com.sptci.rwt.webui.ConnectListener
Check the ConnectionDialogue to ensure that all the required information has been entered to fetch a connection.
checkView(ExecutorView) - Method in class com.sptci.rwt.webui.ExportListener
Check the QueryExecutorView to ensure that a valid excel workbook can be generated.
close(Connection) - Static method in class com.sptci.rwt.ConnectionFactory
Close the specified connection.
close(Connection) - Method in class com.sptci.rwt.ConnectionManager
Close the specified connection.
Column - Class in com.sptci.rwt
A simple value object that represents a column in a result set row.
Column() - Constructor for class com.sptci.rwt.Column
 
column - Variable in class com.sptci.rwt.webui.ConnectionDialogue
The container used to display all the components.
ColumnAnalyser - Class in com.sptci.rwt
An analyser for analysing column type objects in the database.
ColumnAnalyser(ConnectionManager) - Constructor for class com.sptci.rwt.ColumnAnalyser
Create a new instance of the class using the specified connection manager.
ColumnAnalyserTest - Class in com.sptci.rwt
Unit test for the ColumnAnalyser object.
ColumnAnalyserTest() - Constructor for class com.sptci.rwt.ColumnAnalyserTest
 
columnMappings - Variable in class com.sptci.rwt.ForeignKeyMetaData
The columns that comprise this foreign key and the referenced columns.
ColumnMetaData - Class in com.sptci.rwt
A value object that represents metadata for columns.
ColumnMetaData() - Constructor for class com.sptci.rwt.ColumnMetaData
 
columnNameLength - Variable in class com.sptci.rwt.LimitsMetaData
The maximum number of characters this database allows for a column name.
ColumnNode - Class in com.sptci.rwt.webui.tree
A TreeNode that represents a column in the active database connection.
ColumnNode(ColumnMetaData) - Constructor for class com.sptci.rwt.webui.tree.ColumnNode
Create a new tree node using the specified metadata object.
columns - Variable in class com.sptci.rwt.KeyMetaData
The name of the column(s) on which the key is defined.
columns - Variable in class com.sptci.rwt.Row
The collection of Column instances contained in this row.
columns - Variable in class com.sptci.rwt.TableTypeMetaData
The collection of columns that belong to this table.
columnsInGroupBy - Variable in class com.sptci.rwt.LimitsMetaData
The maximum number of columns this database allows in a GROUP BY clause.
columnsInIndex - Variable in class com.sptci.rwt.LimitsMetaData
The maximum number of columns this database allows in an index.
columnsInOrderBy - Variable in class com.sptci.rwt.LimitsMetaData
The maximum number of columns this database allows in an ORDER BY clause.
columnsInSelect - Variable in class com.sptci.rwt.LimitsMetaData
The maximum number of columns this database allows in a SELECT list.
columnsInTable - Variable in class com.sptci.rwt.LimitsMetaData
The maximum number of columns this database allows in a table.
ColumnsNode - Class in com.sptci.rwt.webui.tree
A TreeNode that represents all columns in a table.
ColumnsNode(TableTypeMetaData) - Constructor for class com.sptci.rwt.webui.tree.ColumnsNode
Create a new tree node using the specified metadata object.
ColumnsView - Class in com.sptci.rwt.webui.model
A dummy view component since no pertinent data is available for the ColumnsNode.
ColumnsView(String) - Constructor for class com.sptci.rwt.webui.model.ColumnsView
Create a new instance of the view using the specified model object.
ColumnView - Class in com.sptci.rwt.webui.model
A view component used to display the information contained in ColumnMetaData.
ColumnView(ColumnMetaData) - Constructor for class com.sptci.rwt.webui.model.ColumnView
Create a new instance of the view using the specified model object.
com.sptci.rwt - package com.sptci.rwt
A database abstraction API for analysing and interacting with relational databases using JDBC.
com.sptci.rwt.webui - package com.sptci.rwt.webui
The primary package for the Echo2/EPNG based web UI built around the com.sptci.rwt database abstraction API.
com.sptci.rwt.webui.model - package com.sptci.rwt.webui.model
Contains custom classes to display details of the MetaData classes in the detail area.
com.sptci.rwt.webui.style - package com.sptci.rwt.webui.style
Style classes for the application.
com.sptci.rwt.webui.tree - package com.sptci.rwt.webui.tree
Contains custom classes to represent the MetaData sub-classes in a Tree.
comment - Variable in class com.sptci.rwt.ObjectMetaData
The comments associated with the table.
compareTo(KeyValue<String, String>) - Method in class com.sptci.rwt.Query
Compares this object with the specified object for order.
connect(String, String, Connections) - Method in class com.sptci.rwt.ConnectionsTest
Open a connection and close it to test.
connectFromParameters(Connections) - Method in class com.sptci.rwt.ConnectionsTest
Open a connection using ConnectionParameters and close it.
CONNECTION_MANAGER - Static variable in class com.sptci.rwt.webui.MainController
The property name used to identify the connection manager for the session.
ConnectionData - Class in com.sptci.rwt
A simple bean used to represent different types of database engines that the application can connect to.
ConnectionData() - Constructor for class com.sptci.rwt.ConnectionData
Default constructor.
ConnectionDialogue - Class in com.sptci.rwt.webui
The dialogue used to initiate a new JDBC Connection.
ConnectionDialogue(MainController) - Constructor for class com.sptci.rwt.webui.ConnectionDialogue
Create a new instance blank of the view.
ConnectionDialogue.CancelListener - Class in com.sptci.rwt.webui
The ActionListener that cancels (closes) this connection dialogue.
ConnectionDialogue.CancelListener() - Constructor for class com.sptci.rwt.webui.ConnectionDialogue.CancelListener
 
ConnectionDialogue.DatabaseTypeListener - Class in com.sptci.rwt.webui
The ActionListener that updates ConnectionDialogue.port depending upon the selections made in ConnectionDialogue.databaseType.
ConnectionDialogue.DatabaseTypeListener() - Constructor for class com.sptci.rwt.webui.ConnectionDialogue.DatabaseTypeListener
 
ConnectionDialogueListener - Class in com.sptci.rwt.webui
The listener for trigger a new connection to a database through a configured Connection.
ConnectionDialogueListener(MainController) - Constructor for class com.sptci.rwt.webui.ConnectionDialogueListener
Create a new instance using the specified controller.
ConnectionException - Exception in com.sptci.rwt
A custom exception that is used to wrap any exceptions raised when fetching Connections.
ConnectionException() - Constructor for exception com.sptci.rwt.ConnectionException
Default constructor.
ConnectionException(String) - Constructor for exception com.sptci.rwt.ConnectionException
Create a new exception with the specified message.
ConnectionException(Throwable) - Constructor for exception com.sptci.rwt.ConnectionException
Create a new exception with the instance of Throwable that caused the problem.
ConnectionException(String, Throwable) - Constructor for exception com.sptci.rwt.ConnectionException
Create a new exception with the specified message and instance of Throwable caused the problem.
ConnectionFactory - Class in com.sptci.rwt
A factory used to obtain database connections.
ConnectionFactory() - Constructor for class com.sptci.rwt.ConnectionFactory
 
ConnectionManager - Class in com.sptci.rwt
A manager used to globally maintain a single means of connecting to a database.
ConnectionManager() - Constructor for class com.sptci.rwt.ConnectionManager
Default constructor.
ConnectionManager(String) - Constructor for class com.sptci.rwt.ConnectionManager
Create a new instance of the class configured to use the specifiedj ConnectionManager.dataSource.
ConnectionManager(ConnectionParameters) - Constructor for class com.sptci.rwt.ConnectionManager
Create a new instance of the class configured to use the specified ConnectionManager.parameters.
connectionManager - Variable in class com.sptci.rwt.webui.ExecutorView
The connection manager to use to interact with the database.
connectionName - Static variable in class com.sptci.rwt.ConnectionsTest
 
ConnectionParameters - Class in com.sptci.rwt
A simple value object used to represent the data required to initiate a connection to a database.
ConnectionParameters(String, String, String, int, String, String, String, String) - Constructor for class com.sptci.rwt.ConnectionParameters
Designated constructor.
Connections - Class in com.sptci.rwt
A serializable wrapper used to represent saved JDBC connections for the application.
Connections() - Constructor for class com.sptci.rwt.Connections
Default constructor.
connections - Static variable in class com.sptci.rwt.ConnectionsTest
 
connections - Variable in class com.sptci.rwt.LimitsMetaData
The maximum number of concurrent connections to this database that are possible.
connections - Variable in class com.sptci.rwt.webui.MainController
The object that represents saved connections.
ConnectionsTest - Class in com.sptci.rwt
Unit test for the Connections object.
ConnectionsTest() - Constructor for class com.sptci.rwt.ConnectionsTest
 
ConnectListener - Class in com.sptci.rwt.webui
The dialogue used to initiate a new JDBC Connection.
ConnectListener(MainController) - Constructor for class com.sptci.rwt.webui.ConnectListener
Create a new instance of the listener using the specified controller.
ConstraintsNode - Class in com.sptci.rwt.webui.tree
A TreeNode that contains nodes that represent the various types of constraints defined on tables.
ConstraintsNode(TableMetaData) - Constructor for class com.sptci.rwt.webui.tree.ConstraintsNode
Create a new tree node using the specified metadata object.
ConstraintsView - Class in com.sptci.rwt.webui.model
A dummy view component since no pertinent data is available for the ConstraintsNode.
ConstraintsView(String) - Constructor for class com.sptci.rwt.webui.model.ConstraintsView
Create a new instance of the view using the specified model object.
ContainerNode<S extends MetaData> - Class in com.sptci.rwt.webui.tree
An abstract TreeNode that represents MetaData objects.
ContainerNode(S) - Constructor for class com.sptci.rwt.webui.tree.ContainerNode
Create a new tree node using the specified metadata object.
content - Variable in class com.sptci.rwt.Column
The object that represents the contents of the column.
controller - Variable in class com.sptci.rwt.webui.ConnectionDialogue
The main controller for the application.
controller - Variable in class com.sptci.rwt.webui.ExecutorView
Parent Controller.
controller - Variable in class com.sptci.rwt.webui.HistoryView
Parent Controller.
CONTROLLER - Static variable in class com.sptci.rwt.webui.MainController
The property name used to identify the instance of this class stored for the session.
controller - Variable in class com.sptci.rwt.webui.MainView
The controller for this view component.
controller - Variable in class com.sptci.rwt.webui.ManageSavedConnectionsView
The controller used to interact with the application.
controller - Variable in class com.sptci.rwt.webui.ManageSavedQueriesView
The controller used to interact with the application.
controller - Variable in class com.sptci.rwt.webui.MenuComponent
The main application controller to use for this component.
controller - Variable in class com.sptci.rwt.webui.MetaDataTree
The controller for interacting with the application.
controller - Variable in class com.sptci.rwt.webui.SaveConnectionComponent
The controller to use to interact with the rest of the application.
controller - Variable in class com.sptci.rwt.webui.SaveQueryComponent
The controller to use to interact with the rest of the application.
controller - Variable in class com.sptci.rwt.webui.tree.SelectionListener
The controller used to interact with the rest of the application.
createBatchQueryExecutor() - Method in class com.sptci.rwt.webui.MenuComponent
Create the menu item that is used to launch the BatchQueryExecutorView component.
createButtons() - Method in class com.sptci.rwt.webui.ConnectionDialogue
Create the component used to display the control butons for the dialogue.
createCategory(Category) - Method in class com.sptci.rwt.webui.ManageSavedQueriesView
Create the component that displays the saved queries in a specified database category.
createCategory() - Method in class com.sptci.rwt.webui.SaveQueryComponent
Initialise the SaveQueryComponent.category component with data from the Queries data object.
createChildren() - Method in class com.sptci.rwt.webui.tree.AbstractNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.CatalogueNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.ColumnsNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.ConstraintsNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.DBMSNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.ForeignKeysNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.IndicesNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.LeafNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.PrimaryKeysNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.ProceduresNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.SchemaNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.SchemasNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.SequencesNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.TableNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.TablesNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.TriggersNode
Create the child nodes for this node.
createChildren(TableMetaData) - Method in class com.sptci.rwt.webui.tree.TriggersNode
Create the child nodes for this node.
createChildren(RootMetaData) - Method in class com.sptci.rwt.webui.tree.TriggersNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.ViewNode
Create the child nodes for this node.
createChildren() - Method in class com.sptci.rwt.webui.tree.ViewsNode
Create the child nodes for this node.
createCollectionLabels(String, KeyMetaData, Component) - Method in class com.sptci.rwt.webui.model.KeyView
Create standard Label components that represent the name of the specified field and the value in the specified model.
createColumnDetails() - Method in class com.sptci.rwt.webui.model.KeyView
Create the component used to display the details of the columns that are included in the foreign key.
createColumnMappings() - Method in class com.sptci.rwt.webui.model.ForeignKeyView
Create the component used to display the mapping of the table column(s) to the referenced table column(s).
createConnection() - Method in class com.sptci.rwt.webui.MenuComponent
Create the menu item used to display the connection dialogue.
createConnections() - Method in class com.sptci.rwt.webui.MenuComponent
Create the menu used to display all the saved JDBC Connections for the application user.
createConnectionsMenu() - Method in class com.sptci.rwt.webui.MenuComponent
Create the menu that displays the connection options.
createControls() - Method in class com.sptci.rwt.webui.BatchQueryExecutorView
Over-ridden to display controls relevant to this class.
createControls() - Method in class com.sptci.rwt.webui.ExecutorView
Create the layout component to use to display the ExecutorView.maxResults component and the other controls used to execute the statement.
createControls() - Method in class com.sptci.rwt.webui.QueryExecutorView
Create the layout component to use to display the ExecutorView.maxResults component and the other controls used to execute the statement.
createDatabaseType() - Method in class com.sptci.rwt.webui.ConnectionDialogue
Initialise the ConnectionDialogue.databaseType field with the localised values.
createDatabaseType(DatabaseType) - Method in class com.sptci.rwt.webui.ManageSavedConnectionsView
Create the component that displays the saved connections in a specified database type.
createDataSources() - Method in class com.sptci.rwt.webui.MenuComponent
Create the menu used to display all available DataSources configured for the application.
createDefinition() - Method in class com.sptci.rwt.webui.model.ViewView
Create the component used to display the SQL statement that was executed to create the view.
createDetails() - Method in class com.sptci.rwt.webui.model.CatalogueView
Create the component used to display the default limits enforced by the database engine.
createDetails() - Method in class com.sptci.rwt.webui.model.ColumnView
Create the component used to display basic information about the Column driver.
createDetails() - Method in class com.sptci.rwt.webui.model.DBMSView
Create the component used to display basic information about the database engine.
createDetails() - Method in class com.sptci.rwt.webui.model.ForeignKeyView
Create the component used to display the details of the foreign key.
createDetails() - Method in class com.sptci.rwt.webui.model.IndexView
Create the component used to display the details of the index.
createDetails() - Method in class com.sptci.rwt.webui.model.JDBCView
Create the component used to display basic information about the JDBC driver.
createDetails() - Method in class com.sptci.rwt.webui.model.LimitsView
Create the component used to display the default limits enforced by the database engine.
createDetails() - Method in class com.sptci.rwt.webui.model.PrimaryKeyView
Create the component used to display the default limits enforced by the database engine.
createDetails() - Method in class com.sptci.rwt.webui.model.ProcedureView
Create the component used to display the details of the index.
createDetails() - Method in class com.sptci.rwt.webui.model.SchemaView
Create the component used to display the default limits enforced by the database engine.
createDetails() - Method in class com.sptci.rwt.webui.model.SequenceView
Create the component used to display the default limits enforced by the database engine.
createDetails() - Method in class com.sptci.rwt.webui.model.TableView
Create the component used to display the details for the table.
createDetails() - Method in class com.sptci.rwt.webui.model.TriggerView
Create the component used to display the details of the index.
createDetails() - Method in class com.sptci.rwt.webui.model.ViewView
Create the component used to display the default limits enforced by the database engine.
createDialogue() - Method in class com.sptci.rwt.webui.SavedConnectionListener
Create the ConnectionDialogue and initialise its components with the values in the saved connection.
createExecute() - Method in class com.sptci.rwt.webui.ExecutorView
Create the Button used to trigger execution of the user entered SQL statement.
createExport() - Method in class com.sptci.rwt.webui.ExecutorView
Create the Button used to trigger export of the results of the query to Excel.
createHeader(Row, HSSFWorkbook, HSSFSheet, short) - Method in class com.sptci.rwt.ExcelGenerator
Create the header row for the excel sheet using the Column.name field.
createHistory() - Method in class com.sptci.rwt.webui.ExecutorView
Create the Button used to display the history of statements executed in the current view.
createJDBCView() - Method in class com.sptci.rwt.webui.model.DBMSView
Create the component that is used to display the information pertaining to the JDBC driver in use.
createLabels(String, MetaData, Component) - Method in class com.sptci.rwt.webui.model.AbstractView
Create standard Label components that represent the name of the specified field and the value in the specified model.
createLabels(String, MetaData, Component) - Method in class com.sptci.rwt.webui.model.CatalogueView
Create standard Label components that represent the name of the specified field and the value in the specified model.
createLabels(String, MetaData, Component) - Method in class com.sptci.rwt.webui.model.PrimaryKeyView
Create standard Label components that represent the name of the specified field and the value in the specified model.
createLabels(String, MetaData, Component) - Method in class com.sptci.rwt.webui.model.SchemaView
Create standard Label components that represent the name of the specified field and the value in the specified model.
createLabels(String, MetaData, Component) - Method in class com.sptci.rwt.webui.model.TableView
Create standard Label components that represent the name of the specified field and the value in the specified model.
createLabels(String, MetaData, Component) - Method in class com.sptci.rwt.webui.model.ViewView
Create standard Label components that represent the name of the specified field and the value in the specified model.
createLeft() - Method in class com.sptci.rwt.webui.MainView
Create the left navigation area.
createLimitsView() - Method in class com.sptci.rwt.webui.model.DBMSView
Create the component that is used to display the information pertaining to the limits enforced by the database engine.
createLiveTextField(String, Component) - Method in class com.sptci.rwt.webui.ExecutorView
Create a numeric text field with the specified name.
createMaxColumnLength(Component) - Method in class com.sptci.rwt.webui.ExecutorView
Initialise the ExecutorView.maxColumnLength component.
createMaxResults(Component) - Method in class com.sptci.rwt.webui.ExecutorView
Initialise the ExecutorView.maxResults component.
createMetaData(ResultSet, Collection<TriggerMetaData>, MetaData...) - Method in class com.sptci.rwt.AbstractTriggerAnalyser
Create a new metadata object out of the data in the specified result set.
createMetaData(ResultSet, Collection<TriggerMetaData>, MetaData...) - Method in class com.sptci.rwt.OracleTriggerAnalyser
Create a new metadata object out of the data in the specified result set.
createMetaData(ResultSet, Collection<TriggerMetaData>, MetaData...) - Method in class com.sptci.rwt.StandardTriggerAnalyser
Create a new metadata object out of the data in the specified result set.
createName() - Method in class com.sptci.rwt.webui.SaveConnectionComponent
Initialise the SaveConnectionComponent.name component and its associated Label.
createName() - Method in class com.sptci.rwt.webui.SaveQueryComponent
Initialise the SaveQueryComponent.name component and its associated Label.
createNavigation(RowsTableModel, Component) - Method in class com.sptci.rwt.webui.BatchQueryExecutorView
Create a TableNavigation for the specified RowTable if necessary.
createNavigation() - Method in class com.sptci.rwt.webui.model.TableTypeDataView
Create a TableNavigation for the specified SortableRowTable if necessary.
createNavigation(RowTable) - Method in class com.sptci.rwt.webui.QueryExecutorView
Create a TableNavigation for the specified RowTable if necessary.
createNumberOfRows(Component) - Method in class com.sptci.rwt.webui.model.TableView
Create the component used to display the total number of rows in the table.
createNumberOfRows(Component) - Method in class com.sptci.rwt.webui.model.ViewView
Create the component used to display the total number of rows in the table.
createPort() - Method in class com.sptci.rwt.webui.ConnectionDialogue
Initialise the ConnectionDialogue.port field with the localised values.
createQueries() - Method in class com.sptci.rwt.webui.MenuComponent
Create the menu that displays query windows and saved queries.
createQuery(String, HSSFWorkbook, HSSFSheet, short, short) - Method in class com.sptci.rwt.ExcelGenerator
Create the cells used to display the SQL statement that was executed to generate the results.
createQuery() - Method in class com.sptci.rwt.webui.ExecutorView
Initialise the ExecutorView.query component.
createQueryExecutor() - Method in class com.sptci.rwt.webui.MenuComponent
Create the menu item that is used to launch the QueryExecutorView component.
createReferences() - Method in class com.sptci.rwt.webui.model.TableView
Create the component used to display the foreign key references to this table.
createRight() - Method in class com.sptci.rwt.webui.MainView
Create the right area that holds the main content.
createRow(Row, HSSFWorkbook, HSSFSheet, short) - Method in class com.sptci.rwt.ExcelGenerator
Create a header row for the excel sheet using the Column.name field.
createSave() - Method in class com.sptci.rwt.webui.ConnectionDialogue
Create the PopUp component used to display the component used to capture user input on the name to assign to save the JDBC connection parameters represented by this component.
createSave() - Method in class com.sptci.rwt.webui.ExecutorView
Create the PopUp component used to display the component used to capture user input on the category and name to assign to a saved SQL statement.
createSavedQueries() - Method in class com.sptci.rwt.webui.MenuComponent
Create the menu used to display all the saved queries for the user and application.
createSavedQueries(Category) - Method in class com.sptci.rwt.webui.MenuComponent
Create the necessary menu's to display the saved queries under the specified category.
createSource(String) - Method in class com.sptci.rwt.webui.model.ProcedureView
Create the component used to display the SQL statement that is executed by the trigger.
createStatement(Connection) - Method in class com.sptci.rwt.AbstractQueryExecutor
Create a Statement for the specified SQL statement(s) and return it.
createStatement(Connection, MetaData...) - Method in class com.sptci.rwt.AbstractTriggerAnalyser
Create a PreparedStatement based on the parameters passed in.
createStatement(Connection, MetaData...) - Method in class com.sptci.rwt.OracleTriggerAnalyser
Create a PreparedStatement based on the parameters passed in.
createStatement(Connection, MetaData...) - Method in class com.sptci.rwt.StandardTriggerAnalyser
Create a PreparedStatement based on the parameters passed in.
createStatementDetails() - Method in class com.sptci.rwt.webui.model.TriggerView
Create the component used to display the SQL statement that is executed by the trigger.
createTable() - Method in class com.sptci.rwt.CreateTestObjects
Create a test table to ensure that there is at least one table for testing analysers.
CreateTestObjects - Class in com.sptci.rwt
Unit test setup class for creating test database objects to use in the unit test suite.
CreateTestObjects() - Constructor for class com.sptci.rwt.CreateTestObjects
 
createTitle() - Method in class com.sptci.rwt.webui.model.TableTypeDataView
Create a title for the component.
createTop() - Method in class com.sptci.rwt.webui.MainView
Create the component that displays header and menu.
createTree() - Method in class com.sptci.rwt.webui.MainView
Create the component that displays the database metadata objects in a tree.
createUpload() - Method in class com.sptci.rwt.webui.BatchQueryExecutorView
Create the component used to upload SQL script files.
cursorNameLength - Variable in class com.sptci.rwt.LimitsMetaData
The maximum number of characters that this database allows in a cursor name.
cyclePolicy - Variable in class com.sptci.rwt.SequenceMetaData
The cycle policy for the sequence after hitting maximum value

SPT RWT Application API
A B C D E F G H I J K L M N O P Q R S T U V W X