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

T

tabbedPane - Variable in class com.sptci.rwt.webui.BatchQueryExecutorView
The tabbed pane used to display the results of query execution.
table - Variable in class com.sptci.rwt.ColumnMetaData
A reference to the table/view in which this column belongs.
table - Variable in class com.sptci.rwt.KeyMetaData
A reference to the table in which this key belongs.
table - Variable in class com.sptci.rwt.TriggerMetaData
The table on which the trigger operates.
TableAnalyser - Class in com.sptci.rwt
An analyser for analysing table type objects in the database.
TableAnalyser(ConnectionManager) - Constructor for class com.sptci.rwt.TableAnalyser
Create a new instance of the class using the specified connection manager.
TableAnalyserTest - Class in com.sptci.rwt
Unit test for the TableAnalyser object.
TableAnalyserTest() - Constructor for class com.sptci.rwt.TableAnalyserTest
 
tableCatalogue - Variable in class com.sptci.rwt.TriggerMetaData
The catalogue to which the table on which the tigger operates belongs.
TableMetaData - Class in com.sptci.rwt
A value object that represents metadata for tables.
TableMetaData() - Constructor for class com.sptci.rwt.TableMetaData
 
tableMetaData - Variable in class com.sptci.rwt.TriggerMetaData
A reference to the table on which this trigger executes.
tableName - Static variable in class com.sptci.rwt.CreateTestObjects
 
tableNameLength - Variable in class com.sptci.rwt.LimitsMetaData
The maximum number of characters this database allows in a table name.
TableNode - Class in com.sptci.rwt.webui.tree
A TreeNode that represents a table in the active database connection.
TableNode(TableMetaData) - Constructor for class com.sptci.rwt.webui.tree.TableNode
Create a new tree node using the specified metadata object.
tables - Variable in class com.sptci.rwt.RootMetaData
The collection of TableMetaData objects that represent all the tables available in this schema.
tableSchema - Variable in class com.sptci.rwt.TriggerMetaData
The schema to which the table on which the tigger operates belongs.
tablesInSelect - Variable in class com.sptci.rwt.LimitsMetaData
The maximum number of tables this database allows in a SELECT statement.
TablesNode - Class in com.sptci.rwt.webui.tree
A TreeNode that represents all the tables in schema in the active database connection.
TablesNode(RootMetaData) - Constructor for class com.sptci.rwt.webui.tree.TablesNode
Create a new tree node representing all the available tables in the specified schema.
TablesView - Class in com.sptci.rwt.webui.model
A dummy view component since no pertinent data is available for the TablesNode.
TablesView(String) - Constructor for class com.sptci.rwt.webui.model.TablesView
Create a new instance of the view using the specified model object.
TableTypeAnalyser - Class in com.sptci.rwt
An analyser for analysing table type objects in the database.
TableTypeAnalyser(ConnectionManager) - Constructor for class com.sptci.rwt.TableTypeAnalyser
Create a new instance of the class using the specified connection manager.
TableTypeDataListener - Class in com.sptci.rwt.webui.model
The ActionListener for displaying the data contained in a table.
TableTypeDataListener(MainController, TableTypeMetaData) - Constructor for class com.sptci.rwt.webui.model.TableTypeDataListener
Create a new instance using the specified controller.
TableTypeDataView - Class in com.sptci.rwt.webui.model
A view Component for displaying the data contained in a table.
TableTypeDataView(TableTypeMetaData) - Constructor for class com.sptci.rwt.webui.model.TableTypeDataView
Create a new instance for the specified meta data.
TableTypeDataView(TableTypeMetaData, SortableRowTableModel) - Constructor for class com.sptci.rwt.webui.model.TableTypeDataView
Create a new instance for the specified meta data.
TableTypeMetaData - Class in com.sptci.rwt
An abstract value object that represents metadata for tables, views, synonyms and other similar objects.
TableTypeMetaData() - Constructor for class com.sptci.rwt.TableTypeMetaData
 
TableView - Class in com.sptci.rwt.webui.model
A view component used to display the information contained in TableMetaData.
TableView(TableMetaData) - Constructor for class com.sptci.rwt.webui.model.TableView
Create a new instance of the view using the specified model object.
testAdd() - Method in class com.sptci.rwt.ConnectionsTest
Test adding a new ConnectionParameters to the saved state using the Connections.add(java.lang.String, com.sptci.rwt.ConnectionParameters) method.
testAdd() - Method in class com.sptci.rwt.QueriesTest
Test adding a new Query to the saved state using the Queries.add(java.lang.String, com.sptci.rwt.Query) method.
testAnalyse() - Method in class com.sptci.rwt.DBMSAnalyserTest
Test fetching all schemas from the database connection.
testAnalyse() - Method in class com.sptci.rwt.ForeignKeyAnalyserTest
Test fetching all columns from the database connection.
testAnalyse() - Method in class com.sptci.rwt.IndexAnalyserTest
Test fetching all columns from the database connection.
testAnalyse() - Method in class com.sptci.rwt.PrimaryKeyAnalyserTest
Test fetching all columns from the database connection.
testAnalyse() - Method in class com.sptci.rwt.ProcedureAnalyserTest
Test fetching all procedures from the database connection.
testAnalyse() - Method in class com.sptci.rwt.SchemaAnalyserTest
Test fetching all schemas from the database connection.
testAnalyse() - Method in class com.sptci.rwt.SequenceAnalyserTest
Test fetching all sequences from the database connection.
testAnalyse() - Method in class com.sptci.rwt.TableAnalyserTest
Test fetching all tables from the database connection.
testAnalyse() - Method in class com.sptci.rwt.ViewAnalyserTest
Test fetching all views from the database connection.
testAnalyseOnSchema() - Method in class com.sptci.rwt.TriggerAnalyserTest
Test fetching all triggers from the database connection.
testAnalyseOnTable() - Method in class com.sptci.rwt.TriggerAnalyserTest
Test fetching all triggers for a specified table.
testConnection() - Method in class com.sptci.rwt.ConnectionsTest
Test fetching a Connection using the Connections.getConnection(java.lang.String, java.lang.String) method.
testConnectionFromParameters() - Method in class com.sptci.rwt.ConnectionsTest
Test fetching a Connection using the ConnectionFactory.open( ConnectionParameters ) method after fetching the parameters from Connections.getConnectionParameters(java.lang.String, java.lang.String).
testCreate() - Method in class com.sptci.rwt.CreateTestObjects
Test creating tables using BatchQueryExecutor.
testDelete() - Method in class com.sptci.rwt.ConnectionsTest
Test removing a database from the persistent state using the Connections.delete( String ) method.
testDelete() - Method in class com.sptci.rwt.QueriesTest
Test removing a category from the persistent state using the Queries.delete( String ) method.
testDelete() - Method in class com.sptci.rwt.QueryExecutorTest
Test executing a delete statement.
testDeleteConnection() - Method in class com.sptci.rwt.ConnectionsTest
Test removing a saved connection from the persistent state using the Connections.delete( String, String ) method.
testDeleteQuery() - Method in class com.sptci.rwt.QueriesTest
Test removing a saved query from the persistent state using the Queries.delete( String, String ) method.
testDrop() - Method in class com.sptci.rwt.DeleteTestObjects
Drop the test tables and objects created for testing.
testDuplicateName() - Method in class com.sptci.rwt.ConnectionsTest
Test adding a duplicate connection with same saved name.
testDuplicateName() - Method in class com.sptci.rwt.QueriesTest
Test adding a duplicate query with same saved name.
testInitialisation() - Method in class com.sptci.rwt.ConnectionsTest
Test initialisation of Connections from persistent state.
testInitialisation() - Method in class com.sptci.rwt.QueriesTest
Test initialisation of Queries from persistent state.
testInsert() - Method in class com.sptci.rwt.BatchQueryExecutorTest
Test executing insert statements.
testInsert() - Method in class com.sptci.rwt.QueryExecutorTest
Test executing an insert statement.
testMaxRows() - Method in class com.sptci.rwt.QueryExecutorTest
Test restricting rows of result set
testMaxSize() - Method in class com.sptci.rwt.BatchQueryExecutorTest
Test specifying maxRows to restrict result set size.
testMetaDataUpdated() - Method in class com.sptci.rwt.SchemaAnalyserTest
Test that the schema metadata were added to SchemaAnalyserTest.metadata.
testMultipleColumns() - Method in class com.sptci.rwt.IndexAnalyserTest
Test to ensure that the IndexMetaData created for testing has multiple columns.
testNewInstantiation() - Method in class com.sptci.rwt.ConnectionsTest
Test instantiating a new instance through the Connections.getInstance(java.lang.String) method when no saved state is available.
testNewInstantiation() - Method in class com.sptci.rwt.QueriesTest
Test instantiating a new instance through the Queries.getInstance(java.lang.String) method when no saved state is available.
testNumberOfRows() - Method in class com.sptci.rwt.BatchQueryExecutorTest
Test the TableTypeAnalyser.getNumberOfRows(com.sptci.rwt.TableTypeMetaData) method.
testPaging() - Method in class com.sptci.rwt.QueryExecutorTest
Test paging of result set
testQuery() - Method in class com.sptci.rwt.QueriesTest
Test fetching a Query instance using the Queries.getQuery(java.lang.String, java.lang.String) method.
testSchemaMetaDataUpdated() - Method in class com.sptci.rwt.ProcedureAnalyserTest
Test to ensure that the SchemaMetaData was updated by the ProcedureAnalyser.
testSchemaMetaDataUpdated() - Method in class com.sptci.rwt.SequenceAnalyserTest
Test to ensure that the SchemaMetaData was updated by the SequenceAnalyser.
testSchemaUpdated() - Method in class com.sptci.rwt.TableAnalyserTest
Test that the TableMetaData were added to RootMetaData.tables.
testSchemaUpdated() - Method in class com.sptci.rwt.ViewAnalyserTest
Test that the ViewMetaData were added to RootMetaData.views.
testSelect() - Method in class com.sptci.rwt.BatchQueryExecutorTest
Test executing select statements.
testSelect() - Method in class com.sptci.rwt.QueryExecutorTest
Test executing a select statement.
testTableAnalyse() - Method in class com.sptci.rwt.ColumnAnalyserTest
Test fetching all columns from the database connection.
testTableUpdated() - Method in class com.sptci.rwt.ColumnAnalyserTest
Test to ensure that the TableMetaData field TableTypeMetaData.columns was updated with ColumnMetaData information.
testTableUpdated() - Method in class com.sptci.rwt.ForeignKeyAnalyserTest
Test to ensure that the TableMetaData.foreignKeys field was updated with ForeignKeyMetaData information.
testTableUpdated() - Method in class com.sptci.rwt.IndexAnalyserTest
Test to ensure that the TableMetaData.indices field was updated with IndexMetaData information.
testTableUpdated() - Method in class com.sptci.rwt.PrimaryKeyAnalyserTest
Test to ensure that the TableMetaData.primaryKey field was updated with PrimaryKeyMetaData information.
testTotalRows() - Method in class com.sptci.rwt.QueryExecutorTest
Test fetching the total rows in a result set.
testUpdate() - Method in class com.sptci.rwt.BatchQueryExecutorTest
Test executing update statements.
testUpdate() - Method in class com.sptci.rwt.QueryExecutorTest
Test executing an update statement.
testViewAnalyse() - Method in class com.sptci.rwt.ColumnAnalyserTest
Test fetching all columns from the database connection.
testViewUpdated() - Method in class com.sptci.rwt.ColumnAnalyserTest
Test to ensure that the ViewMetaData field TableTypeMetaData.columns was updated with ColumnMetaData information.
testZDelete() - Method in class com.sptci.rwt.BatchQueryExecutorTest
Test executing a delete statement.
timing - Variable in class com.sptci.rwt.TriggerMetaData
The time the trigger fires.
toHtml(String) - Method in class com.sptci.rwt.webui.model.SourceView
Replace spaces and other characters with HTML equivalents.
toString() - Method in class com.sptci.rwt.MetaData
Return a string representation of this instance.
toString() - Method in class com.sptci.rwt.webui.tree.ContainerNode
Return the display title for this node.
total - Static variable in class com.sptci.rwt.BatchQueryExecutorTest
 
totalRows - Variable in class com.sptci.rwt.Rows
The total number of rows available in the ResultSet out of which this object was generated.
tree - Variable in class com.sptci.rwt.webui.MainView
The component used to display the database object hierarchy.
TriggerAnalyser - Class in com.sptci.rwt
An analyser for analysing trigger type objects in the database.
TriggerAnalyser(ConnectionManager) - Constructor for class com.sptci.rwt.TriggerAnalyser
Create a new instance of the class using the specified connection manager.
TriggerAnalyserTest - Class in com.sptci.rwt
Unit test for the TriggerAnalyser object.
TriggerAnalyserTest() - Constructor for class com.sptci.rwt.TriggerAnalyserTest
 
TriggerMetaData - Class in com.sptci.rwt
A metadata object that represents trigger objects.
TriggerMetaData() - Constructor for class com.sptci.rwt.TriggerMetaData
 
TriggerMetaData.Event - Enum in com.sptci.rwt
An enumeration of event types that cause a trigger to fire.
TriggerMetaData.Event() - Constructor for enum com.sptci.rwt.TriggerMetaData.Event
 
TriggerMetaData.Orientation - Enum in com.sptci.rwt
An enumeration of action_orientation values.
TriggerMetaData.Orientation() - Constructor for enum com.sptci.rwt.TriggerMetaData.Orientation
 
TriggerMetaData.Timing - Enum in com.sptci.rwt
An enumeration of timing values for trigger execution.
TriggerMetaData.Timing() - Constructor for enum com.sptci.rwt.TriggerMetaData.Timing
 
triggerName - Static variable in class com.sptci.rwt.CreateTestObjects
 
TriggerNode - Class in com.sptci.rwt.webui.tree
A TreeNode that represents a trigger in the active database connection.
TriggerNode(TriggerMetaData) - Constructor for class com.sptci.rwt.webui.tree.TriggerNode
Create a new tree node using the specified metadata object.
triggers - Variable in class com.sptci.rwt.RootMetaData
The collection of TriggerMetaData objects that represent all the triggers available in this schema.
triggers - Variable in class com.sptci.rwt.TableMetaData
The collection of triggers for this table.
TriggersNode<S extends MetaData> - Class in com.sptci.rwt.webui.tree
A TreeNode that represents all the triggers in schema in the active database connection.
TriggersNode(S) - Constructor for class com.sptci.rwt.webui.tree.TriggersNode
Create a new tree node representing all the available triggers in the specified schema.
TriggersView - Class in com.sptci.rwt.webui.model
A dummy view component since no pertinent data is available for the TriggersNode.
TriggersView(String) - Constructor for class com.sptci.rwt.webui.model.TriggersView
Create a new instance of the view using the specified model object.
TriggerView - Class in com.sptci.rwt.webui.model
A view component used to display the information contained in TriggerMetaData.
TriggerView(TriggerMetaData) - Constructor for class com.sptci.rwt.webui.model.TriggerView
Create a new instance of the view using the specified model object.
TYPE - Static variable in class com.sptci.rwt.AbstractViewAnalyser
The types parameters to specify while invoking the DatabaseMetaData.getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) method.
type - Variable in class com.sptci.rwt.Column
The Types value for the data type of the column.
type - Variable in class com.sptci.rwt.ColumnMetaData
The data type for the column as values defined in Types.
type - Variable in class com.sptci.rwt.IndexMetaData
A field indicating the type of the index.
TYPE - Static variable in class com.sptci.rwt.TableAnalyser
The types parameters to specify while invoking the DatabaseMetaData.getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) method.
typeName - Variable in class com.sptci.rwt.ColumnMetaData
The database specific name of the column type.

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