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

G

generate(String, List<Rows>) - Method in class com.sptci.rwt.ExcelGenerator
Create a new workbook that holds the data in Rows.
getAdditionalAttributes(ProcedureMetaData) - Method in class com.sptci.rwt.AbstractProcedureAnalyser
Fetch additional meta data available from the information schema to the object.
getAdditionalAttributes(ViewMetaData) - Method in class com.sptci.rwt.AbstractViewAnalyser
Fetch additional meta data about the specified view from the information_schema.
getAdditionalAttributes(ProcedureMetaData) - Method in class com.sptci.rwt.OracleProcedureAnalyser
Fetch additional meta data available from the information schema to the object.
getAdditionalAttributes(ViewMetaData) - Method in class com.sptci.rwt.OracleViewAnalyser
Fetch additional meta data about the specified view from the information_schema.
getAdditionalAttributes(ProcedureMetaData) - Method in class com.sptci.rwt.ProcedureAnalyser
Fetch additional meta data available from the information schema to the object.
getAdditionalAttributes(ProcedureMetaData) - Method in class com.sptci.rwt.StandardProcedureAnalyser
Fetch additional meta data available from the information schema to the object.
getAdditionalAttributes(ViewMetaData) - Method in class com.sptci.rwt.StandardViewAnalyser
Fetch additional meta data about the specified view from the information_schema.
getAdditionalAttributes(ViewMetaData) - Method in class com.sptci.rwt.ViewAnalyser
Fetch additional meta data about the specified view from the information_schema.
getAnalyser() - Method in class com.sptci.rwt.ViewAnalyser
Return the appropriate implementation class depending upon the database engine being analysed.
getBody() - Method in class com.sptci.rwt.ProcedureMetaData
Returns ProcedureMetaData.body.
getCardinality() - Method in class com.sptci.rwt.IndexMetaData
Returns IndexMetaData.cardinality.
getCatalogue() - Method in class com.sptci.rwt.Analyser.CatalogueSchema
Return the name of the catalogue.
getCatalogue(String) - Method in class com.sptci.rwt.DBMSMetaData
Return the catalogue identified by the name specified.
getCatalogue() - Method in class com.sptci.rwt.ObjectMetaData
Returns ObjectMetaData.catalogue.
getCatalogue() - Method in class com.sptci.rwt.SchemaMetaData
Returns SchemaMetaData.catalogue.
getCatalogues() - Method in class com.sptci.rwt.DBMSMetaData
Returns DBMSMetaData.catalogues.
getCategories() - Method in class com.sptci.rwt.Queries
Returns the names of the categories under which queries have been saved.
getCategories() - Method in class com.sptci.rwt.webui.MainController
Returns Queries.getCategories().
getCategory(String) - Method in class com.sptci.rwt.Queries
Returns the category identified by the name specified.
getCategory() - Method in class com.sptci.rwt.webui.SaveQueryComponent
Return the value entered/selected in SaveQueryComponent.category field.
getCharacterLength() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.characterLength.
getCheckOption() - Method in class com.sptci.rwt.ViewMetaData
Returns ViewMetaData.checkOption.
getChildCount() - Method in class com.sptci.rwt.webui.tree.AbstractNode
Return the number of child nodes under this node.
getClobValue(Clob, int) - Method in class com.sptci.rwt.AbstractQueryExecutor
Return the value that is to be displayed for a Clob type.
getColumn(String) - Method in class com.sptci.rwt.TableTypeMetaData
Return the metadata for the column with the specified name.
getColumnMappings() - Method in class com.sptci.rwt.ForeignKeyMetaData
Returns KeyMetaData.columns.
getColumnName(int) - Method in class com.sptci.rwt.webui.RowTableModel
Return the column name to display at the specified index.
getColumnNameLength() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.columnNameLength.
getColumns() - Method in class com.sptci.rwt.KeyMetaData
Returns KeyMetaData.columns.
getColumns() - Method in class com.sptci.rwt.Row
Returns Row.columns.
getColumns() - Method in class com.sptci.rwt.TableTypeMetaData
Returns TableTypeMetaData.columns.
getColumnsInGroupBy() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.columnsInGroupBy.
getColumnsInIndex() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.columnsInIndex.
getColumnsInOrderBy() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.columnsInOrderBy.
getColumnsInSelect() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.columnsInSelect.
getColumnsInTable() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.columnsInTable.
getComment() - Method in class com.sptci.rwt.ObjectMetaData
Returns ObjectMetaData.comment.
getConnection(String, String) - Method in class com.sptci.rwt.Connections
Return a Connection for the specified database type and saved with the specified unique name.
getConnectionData(String) - Method in class com.sptci.rwt.DatabaseType
Return the connection data uniquely identified by the specified name.
getConnectionData() - Method in class com.sptci.rwt.DatabaseType
Return a collection of all the saved connection data objects.
getConnectionManager() - Method in class com.sptci.rwt.webui.ExecutorView
Returns ExecutorView.connectionManager.
getConnectionManager() - Method in class com.sptci.rwt.webui.MainController
Get the connection manager in use by the session.
getConnectionParameters(String, String) - Method in class com.sptci.rwt.Connections
Return a value object that represents all the connection information for the specified database type and saved with the specified unique name.
getConnections() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.connections.
getConnections() - Method in class com.sptci.rwt.webui.MainController
Returns MainController.connections.
getContent() - Method in class com.sptci.rwt.Column
Returns Column.content.
getContentDisposition() - Method in class com.sptci.rwt.webui.ExcelDownloadProvider
Return the content-disposition for the excel workbook.
getContentType() - Method in class com.sptci.rwt.webui.ExcelDownloadProvider
Return the content-type for the excel workbook.
getController() - Static method in class com.sptci.rwt.webui.MainController
Return the instance stored for the session.
getController() - Method in class com.sptci.rwt.webui.MainView
Returns MainView.controller.
getCursorNameLength() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.cursorNameLength.
getCyclePolicy() - Method in class com.sptci.rwt.SequenceMetaData
Returns SequenceMetaData.cyclePolicy.
getDatabase() - Method in class com.sptci.rwt.ConnectionData
Returns ConnectionData.database.
getDatabase() - Method in class com.sptci.rwt.webui.ConnectionDialogue
Return the name of the database (instance) to connect to.
getDatabaseType(String) - Method in class com.sptci.rwt.Connections
Returns the DatabaseType identified by the DatabaseType.name parameter specified.
getDatabaseType() - Method in class com.sptci.rwt.webui.ConnectionDialogue
Return the database engine that was selected.
getDatabaseTypeNames() - Method in class com.sptci.rwt.Connections
Returns the collection of DatabaseType.name values stored as key in Connections.databases.
getDatabaseTypes() - Method in class com.sptci.rwt.Connections
Returns Connections.databases.
getDataSource() - Method in class com.sptci.rwt.ConnectionManager
Returns ConnectionManager.dataSource.
getDataSources() - Method in class com.sptci.rwt.webui.MainController
Retrieve all the available datasources configured under the java:/comp/env context.
getDataType() - Method in class com.sptci.rwt.ProcedureMetaData
Returns ProcedureMetaData.dataType.
getDataType() - Method in class com.sptci.rwt.SequenceMetaData
Returns SequenceMetaData.dataType.
getDbmsMetaData() - Method in class com.sptci.rwt.RootMetaData
Returns RootMetaData.dbmsMetaData.
getDBMSMetaData() - Method in class com.sptci.rwt.webui.MainController
Retrieve the metadata about the database pointed to by the current active ConnectionManager.
getDefaultTransaction() - Method in class com.sptci.rwt.DBMSMetaData
Returns DBMSMetaData.defaultTransaction.
getDefaultValue() - Method in class com.sptci.rwt.ColumnMetaData
Returns ColumnMetaData.defaultValue.
getDeferrability() - Method in class com.sptci.rwt.ForeignKeyMetaData
Returns ForeignKeyMetaData.deferrability.
getDefinition() - Method in class com.sptci.rwt.ProcedureMetaData
Returns ProcedureMetaData.definition.
getDefinition() - Method in class com.sptci.rwt.ViewMetaData
Returns ViewMetaData.definition.
getDeleteRule() - Method in class com.sptci.rwt.ForeignKeyMetaData
Returns ForeignKeyMetaData.deleteRule.
getDriver() - Method in class com.sptci.rwt.DatabaseType
Returns DatabaseType.driver.
getEvent(String) - Method in class com.sptci.rwt.OracleTriggerAnalyser
Map the event_manipulation field value to an appropriate TriggerMetaData.Event type.
getEvent(String) - Method in class com.sptci.rwt.StandardTriggerAnalyser
Map the event_manipulation field value to an appropriate TriggerMetaData.Event type.
getEvent() - Method in class com.sptci.rwt.TriggerMetaData
Returns TriggerMetaData.event.
getExportedKeys(TableMetaData) - Method in class com.sptci.rwt.TableAnalyser
Retrieve the meta data about the foreign key references to this table.
getFileName() - Method in class com.sptci.rwt.webui.ExcelDownloadProvider
Return the file name for the workbook.
getForeignKeys() - Method in class com.sptci.rwt.TableMetaData
Returns TableMetaData.foreignKeys.
getHistory() - Method in class com.sptci.rwt.webui.ExecutorView
Returns ExecutorView.history.
getHost() - Method in class com.sptci.rwt.ConnectionData
Returns ConnectionData.host.
getHost() - Method in class com.sptci.rwt.webui.ConnectionDialogue
Return the hostname of the database server as entered in the view.
getIncrement() - Method in class com.sptci.rwt.SequenceMetaData
Returns SequenceMetaData.increment.
getIndexLength() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.indexLength.
getIndices() - Method in class com.sptci.rwt.TableMetaData
Returns TableMetaData.indices.
getInsertable() - Method in class com.sptci.rwt.ViewMetaData
Returns ViewMetaData.insertable.
getInstance(String) - Static method in class com.sptci.rwt.Connections
Create a new instance of the class for the specified user.
getInstance(String) - Static method in class com.sptci.rwt.Queries
Create a new instance of the class for the specified user.
getJdbcMetaData() - Method in class com.sptci.rwt.DBMSMetaData
Returns DBMSMetaData.jdbcMetaData.
getKeySequence() - Method in class com.sptci.rwt.KeyMetaData
Returns KeyMetaData.keySequence.
getLimitsMetaData() - Method in class com.sptci.rwt.DBMSMetaData
Returns DBMSMetaData.limitsMetaData.
getListenerName() - Method in class com.sptci.rwt.webui.ExecutorView
Get the fully qualified class name of the action listener used to execute the user entered statement.
getManager() - Method in class com.sptci.rwt.webui.RowTableModel
Returns RowTableModel.manager.
getMaxColumnLength() - Method in class com.sptci.rwt.webui.ExecutorView
Return the value entered in ExecutorView.maxColumnLength.
getMaxColumnLength() - Method in class com.sptci.rwt.webui.RowTableModel
Returns RowTableModel.maxColumnLength.
getMaximum() - Method in class com.sptci.rwt.SequenceMetaData
Returns SequenceMetaData.maximum.
getMaxResults() - Method in class com.sptci.rwt.webui.ExecutorView
Return the value entered in ExecutorView.maxResults.
getMaxRows() - Method in class com.sptci.rwt.webui.RowTableModel
Returns RowTableModel.maxRows.
getMenuComponent() - Method in class com.sptci.rwt.webui.MainView
Returns MainView.menuComponent.
getMetaData() - Method in class com.sptci.rwt.webui.model.ForeignKeyView
Method to return the model object for this view.
getMetaData() - Method in class com.sptci.rwt.webui.model.IndexView
Method to return the model object for this view.
getMetaData() - Method in class com.sptci.rwt.webui.model.KeyView
Abstract method to return the model object for this view.
getMinimum() - Method in class com.sptci.rwt.SequenceMetaData
Returns SequenceMetaData.minimum.
getModel() - Method in class com.sptci.rwt.webui.RowTable
Return the data model backing this table.
getModel() - Method in class com.sptci.rwt.webui.SortableRowTable
Return the data model backing this table.
getName() - Method in class com.sptci.rwt.Category
Returns Category.name.
getName() - Method in class com.sptci.rwt.Column
Returns Column.name.
getName() - Method in class com.sptci.rwt.DatabaseType
Returns DatabaseType.name.
getName() - Method in class com.sptci.rwt.MetaData
Returns MetaData.name.
getName() - Method in class com.sptci.rwt.webui.SaveConnectionComponent
Return the value entered in SaveConnectionComponent.name field.
getName() - Method in class com.sptci.rwt.webui.SaveQueryComponent
Return the value entered in SaveQueryComponent.name field.
getNames(MetaData) - Method in class com.sptci.rwt.Analyser
Return a value object that represents the names of the catalogue and/or schema specified.
getNames() - Method in class com.sptci.rwt.Category
Returns the unique names that have been used to save queries.
getNames() - Method in class com.sptci.rwt.DatabaseType
Return a collection of all the names used to store connections.
getNullable() - Method in class com.sptci.rwt.ColumnMetaData
Returns ColumnMetaData.nullable.
getNumberOfRows(TableTypeMetaData) - Method in class com.sptci.rwt.TableTypeAnalyser
Return the total number of rows in the specified table.
getNumberOfRows() - Method in class com.sptci.rwt.TableTypeMetaData
Returns TableTypeMetaData.numberOfRows.
getOrientation(String) - Method in class com.sptci.rwt.OracleTriggerAnalyser
Map the action_orientation field value to an appropriate TriggerMetaData.Orientation type.
getOrientation(String) - Method in class com.sptci.rwt.StandardTriggerAnalyser
Map the action_orientation field value to an appropriate TriggerMetaData.Orientation type.
getOrientation() - Method in class com.sptci.rwt.TriggerMetaData
Returns TriggerMetaData.orientation.
getPages() - Method in class com.sptci.rwt.IndexMetaData
Returns IndexMetaData.pages.
getParameters() - Method in class com.sptci.rwt.ConnectionManager
Returns ConnectionManager.parameters.
getParameters() - Method in class com.sptci.rwt.CreateTestObjects
Fetch the connection parameters from the build properties file
getParameters(ConnectionDialogue) - Method in class com.sptci.rwt.webui.MainController
Create a connection parameters bean using the values in the ConnectionDialogue.
getParentView(Component) - Method in class com.sptci.rwt.webui.MainController
Convenience method that invokes Application.getParentView(nextapp.echo2.app.Component)
getPassword() - Method in class com.sptci.rwt.ConnectionData
Returns ConnectionData.password.
getPassword() - Method in class com.sptci.rwt.webui.ConnectionDialogue
Return the password to use to login to the database server.
getPort() - Method in class com.sptci.rwt.ConnectionData
Returns ConnectionData.port.
getPort() - Method in class com.sptci.rwt.webui.ConnectionDialogue
Return the port on which the database server listens for connections.
getPrimaryKey() - Method in class com.sptci.rwt.TableMetaData
Returns TableMetaData.primaryKey.
getProcedureNameLength() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.procedureNameLength.
getProcedures() - Method in class com.sptci.rwt.RootMetaData
Returns RootMetaData.procedures.
getQueries() - Method in class com.sptci.rwt.Category
Returns a collection of Query objects that are stored under this category.
getQueries() - Method in class com.sptci.rwt.webui.MainController
Returns MainController.queries.
getQuery(String) - Method in class com.sptci.rwt.Category
Return the query associated with the specified name.
getQuery(String, String) - Method in class com.sptci.rwt.Queries
Return a Query for the specified category and saved with the specified unique name.
getQuery() - Method in class com.sptci.rwt.webui.ExecutorView
Return the SQL statement that was entered into ExecutorView.query.
getQuery() - Method in class com.sptci.rwt.webui.RowTableModel
Returns RowTableModel.query.
getQuery() - Method in class com.sptci.rwt.webui.SortableRowTableModel
Returns RowTableModel.query.
getReferencedSchema() - Method in class com.sptci.rwt.ForeignKeyMetaData
Returns ForeignKeyMetaData.referencedSchema.
getReferencedTable() - Method in class com.sptci.rwt.ForeignKeyMetaData
Returns ForeignKeyMetaData.referencedTable.
getRoot() - Method in class com.sptci.rwt.ObjectMetaData
Returns ObjectMetaData.root.
getRoot() - Method in class com.sptci.rwt.TriggerMetaData
Returns TriggerMetaData.root.
getRows() - Method in class com.sptci.rwt.Rows
Returns Rows.rows.
getRowSize() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.rowSize.
getSavedConnections() - Method in class com.sptci.rwt.webui.MainController
Retrieve all the saved database connections configured by the user.
getSchema() - Method in class com.sptci.rwt.Analyser.CatalogueSchema
Return the name of the schema.
getSchemaNameLength() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.schemaNameLength.
getSchemas() - Method in class com.sptci.rwt.CatalogueMetaData
Returns CatalogueMetaData.schemas.
getSchemas() - Method in class com.sptci.rwt.DBMSMetaData
Returns DBMSMetaData.schemas.
getSequences() - Method in class com.sptci.rwt.RootMetaData
Returns RootMetaData.sequences.
getSize() - Method in class com.sptci.rwt.ColumnMetaData
Returns ColumnMetaData.size.
getSize() - Method in class com.sptci.rwt.webui.ExcelDownloadProvider
Returns the size in bytes of the workbook.
getSortSequence() - Method in class com.sptci.rwt.IndexMetaData
Returns IndexMetaData.sortSequence.
getStatement() - Method in class com.sptci.rwt.TriggerMetaData
Returns TriggerMetaData.statement.
getStatementLength() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.statementLength.
getStatements() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.statements.
getTable() - Method in class com.sptci.rwt.ColumnMetaData
Returns ColumnMetaData.table.
getTable() - Method in class com.sptci.rwt.KeyMetaData
Returns KeyMetaData.table.
getTable() - Method in class com.sptci.rwt.TriggerMetaData
Returns TriggerMetaData.table.
getTableCatalogue() - Method in class com.sptci.rwt.TriggerMetaData
Returns TriggerMetaData.tableCatalogue.
getTableMetaData() - Method in class com.sptci.rwt.TriggerMetaData
Returns TriggerMetaData.tableMetaData.
getTableNameLength() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.tableNameLength.
getTables() - Method in class com.sptci.rwt.RootMetaData
Returns RootMetaData.tables.
getTableSchema() - Method in class com.sptci.rwt.TriggerMetaData
Returns TriggerMetaData.tableSchema.
getTablesInSelect() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.tablesInSelect.
getTiming(String) - Method in class com.sptci.rwt.OracleTriggerAnalyser
Map the condition_timing field value to an appropriate TriggerMetaData.Timing type.
getTiming(String) - Method in class com.sptci.rwt.StandardTriggerAnalyser
Map the condition_timing field value to an appropriate TriggerMetaData.Timing type.
getTiming() - Method in class com.sptci.rwt.TriggerMetaData
Returns TriggerMetaData.timing.
getTitle() - Method in class com.sptci.rwt.ConnectionManager
Return a name indicating the current connection source.
getTotalRows(String) - Method in class com.sptci.rwt.QueryExecutor
Return the total number of rows that can be retrieved by executing the specified SQL statement.
getTotalRows() - Method in class com.sptci.rwt.Rows
Returns Rows.totalRows.
getTotalRows() - Method in class com.sptci.rwt.webui.RowTableModel
Returns DefaultPageableTableModel.totalRows.
getTriggers() - Method in class com.sptci.rwt.RootMetaData
Returns RootMetaData.triggers.
getTriggers() - Method in class com.sptci.rwt.TableMetaData
Returns TableMetaData.triggers.
getType() - Method in class com.sptci.rwt.Column
Returns Column.type.
getType() - Method in class com.sptci.rwt.ColumnMetaData
Returns ColumnMetaData.type.
getType() - Method in class com.sptci.rwt.IndexMetaData
Returns IndexMetaData.type.
getTypeName() - Method in class com.sptci.rwt.ColumnMetaData
Returns ColumnMetaData.typeName.
getUnique() - Method in class com.sptci.rwt.IndexMetaData
Returns IndexMetaData.unique.
getUpdatable() - Method in class com.sptci.rwt.ViewMetaData
Returns ViewMetaData.updatable.
getUpdateRule() - Method in class com.sptci.rwt.ForeignKeyMetaData
Returns ForeignKeyMetaData.updateRule.
getUrl() - Method in class com.sptci.rwt.ConnectionParameters
Return the proper JDBC connection url after replacing place holders in ConnectionParameters.urlPattern.
getUrlPattern() - Method in class com.sptci.rwt.DatabaseType
Returns DatabaseType.urlPattern.
getUserDefinedType() - Method in class com.sptci.rwt.ProcedureMetaData
Returns ProcedureMetaData.userDefinedType.
getUserName() - Method in class com.sptci.rwt.ConnectionData
Returns ConnectionData.userName.
getUserName() - Method in class com.sptci.rwt.webui.ConnectionDialogue
Return the user name to logon to the database server as.
getUserNameLength() - Method in class com.sptci.rwt.LimitsMetaData
Returns LimitsMetaData.userNameLength.
getValueAt(int, int) - Method in class com.sptci.rwt.webui.RowTableModel
Return the value to display at the coordinates specified.
getVersion() - Method in class com.sptci.rwt.DBMSMetaData
Returns DBMSMetaData.version.
getVersion() - Method in class com.sptci.rwt.JDBCMetaData
Returns JDBCMetaData.version.
getViews(RootMetaData, Collection<ViewMetaData>) - Method in class com.sptci.rwt.AbstractViewAnalyser
Fetch the views directly from information_schema if no information is available through DatabaseMetaData.
getViews(RootMetaData, Collection<ViewMetaData>) - Method in class com.sptci.rwt.OracleViewAnalyser
Fetch the views from the data diectionary.
getViews() - Method in class com.sptci.rwt.RootMetaData
Returns RootMetaData.views.
getViews(RootMetaData, Collection<ViewMetaData>) - Method in class com.sptci.rwt.StandardViewAnalyser
Fetch the views directly from information_schema if no information is available through DatabaseMetaData.
GridTitleLabel - Class in com.sptci.rwt.webui.style
The style class for Label components that are used to display title labels for meta data fields.
GridTitleLabel() - Constructor for class com.sptci.rwt.webui.style.GridTitleLabel
 

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