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

P

pages - Variable in class com.sptci.rwt.IndexMetaData
The number of pages used for the index.
parameters - Variable in class com.sptci.rwt.ConnectionManager
The connection parameters to use to obtain connections.
parameters - Static variable in class com.sptci.rwt.CreateTestObjects
 
parseStatements(String) - Method in class com.sptci.rwt.BatchQueryExecutor
Parse the specified SQL statement batch and extract individual statements from the batch.
password - Variable in class com.sptci.rwt.ConnectionData
The password for the database user to connect as.
password - Variable in class com.sptci.rwt.ConnectionParameters
The password for the database user to connect as.
password - Variable in class com.sptci.rwt.webui.ConnectionDialogue
The component used to enter the password to logon with.
PASSWORD_KEY - Static variable in class com.sptci.rwt.ConnectionData
The key used to encrypt ConnectionData.password.
PATTERNS - Static variable in class com.sptci.rwt.webui.model.SourceView
The array of Pattern instances used for syntax highlighting.
port - Variable in class com.sptci.rwt.ConnectionData
The port to connect to.
PORT - Static variable in class com.sptci.rwt.ConnectionParameters
The encoded value used to represent the port part of a JDBC connection url.
port - Variable in class com.sptci.rwt.ConnectionParameters
The port to connect to.
port - Variable in class com.sptci.rwt.webui.ConnectionDialogue
The port on wich the database listens for connections.
primaryKey - Variable in class com.sptci.rwt.TableMetaData
The collection of primary key columns for this table.
PrimaryKeyAnalyser - Class in com.sptci.rwt
An analyser for analysing primary key columns for tables in the database.
PrimaryKeyAnalyser(ConnectionManager) - Constructor for class com.sptci.rwt.PrimaryKeyAnalyser
Create a new instance of the class using the specified connection manager.
PrimaryKeyAnalyserTest - Class in com.sptci.rwt
Unit test for the PrimaryKeyAnalyser object.
PrimaryKeyAnalyserTest() - Constructor for class com.sptci.rwt.PrimaryKeyAnalyserTest
 
PrimaryKeyMetaData - Class in com.sptci.rwt
A metadata object that represents primary key constraint types.
PrimaryKeyMetaData() - Constructor for class com.sptci.rwt.PrimaryKeyMetaData
 
PrimaryKeyNode - Class in com.sptci.rwt.webui.tree
A TreeNode that represents the primary key columns for a table in the active database connection.
PrimaryKeyNode(PrimaryKeyMetaData) - Constructor for class com.sptci.rwt.webui.tree.PrimaryKeyNode
Create a new tree node using the specified metadata object.
PrimaryKeysNode - Class in com.sptci.rwt.webui.tree
A TreeNode that contains nodes that represent the primary key columns for the specified table.
PrimaryKeysNode(TableMetaData) - Constructor for class com.sptci.rwt.webui.tree.PrimaryKeysNode
Create a new tree node using the specified metadata object.
PrimaryKeysView - Class in com.sptci.rwt.webui.model
A dummy view component since no pertinent data is available for the PrimaryKeysNode.
PrimaryKeysView(String) - Constructor for class com.sptci.rwt.webui.model.PrimaryKeysView
Create a new instance of the view using the specified model object.
PrimaryKeyView - Class in com.sptci.rwt.webui.model
A view component used to display the information contained in PrimaryKeyMetaData.
PrimaryKeyView(PrimaryKeyMetaData) - Constructor for class com.sptci.rwt.webui.model.PrimaryKeyView
Create a new instance of the view using the specified model object.
ProcedureAnalyser - Class in com.sptci.rwt
An analyser for analysing procedure type objects in the database.
ProcedureAnalyser(ConnectionManager) - Constructor for class com.sptci.rwt.ProcedureAnalyser
Create a new instance of the class using the specified connection manager.
ProcedureAnalyserTest - Class in com.sptci.rwt
Unit test for the ProcedureAnalyser object.
ProcedureAnalyserTest() - Constructor for class com.sptci.rwt.ProcedureAnalyserTest
 
ProcedureMetaData - Class in com.sptci.rwt
A metadata object that represents procedure/function objects.
ProcedureMetaData() - Constructor for class com.sptci.rwt.ProcedureMetaData
 
procedureNameLength - Variable in class com.sptci.rwt.LimitsMetaData
The maximum number of characters that this database allows in a procedure name.
ProcedureNode - Class in com.sptci.rwt.webui.tree
A TreeNode that represents a procedure in the active database connection.
ProcedureNode(ProcedureMetaData) - Constructor for class com.sptci.rwt.webui.tree.ProcedureNode
Create a new tree node using the specified metadata object.
procedures - Variable in class com.sptci.rwt.RootMetaData
The collection of ProcedureMetaData objects that represent all the procedures available in this schema.
ProceduresNode - Class in com.sptci.rwt.webui.tree
A TreeNode that represents all the procedures in schema in the active database connection.
ProceduresNode(RootMetaData) - Constructor for class com.sptci.rwt.webui.tree.ProceduresNode
Create a new tree node representing all the available procedures in the specified schema.
ProceduresView - Class in com.sptci.rwt.webui.model
A dummy view component since no pertinent data is available for the ProceduresNode.
ProceduresView(String) - Constructor for class com.sptci.rwt.webui.model.ProceduresView
Create a new instance of the view using the specified model object.
ProcedureView - Class in com.sptci.rwt.webui.model
A view component used to display the information contained in ProcedureMetaData.
ProcedureView(ProcedureMetaData) - Constructor for class com.sptci.rwt.webui.model.ProcedureView
Create a new instance of the view using the specified model object.
processColumns(TableMetaData, ResultSet) - Method in class com.sptci.rwt.PrimaryKeyAnalyser
Read the column(s) that comprise the primary key and crate a collection of ColumnMetaData objects ordered by key_seq.
processColumns() - Method in class com.sptci.rwt.webui.RowTableModel
Over-ridden to set the proper column meta data using the column information from the row object.
processDeferrability(short) - Method in class com.sptci.rwt.ForeignKeyAnalyser
Process the deferrability value and match them with the appropriate ForeignKeyMetaData.Deferrability value.
processFatalException(String, String, Throwable) - Method in class com.sptci.rwt.webui.model.AbstractView
Display an error message indicating the cause of the reflection error.
processFatalException(Throwable) - Method in class com.sptci.rwt.webui.tree.AbstractNode
Display an error message if fetching meta data fails.
processFatalException(String, Throwable) - Method in class com.sptci.rwt.webui.tree.AbstractNode
Display an error message if fetching meta data fails.
processJdbcMetaData(DatabaseMetaData) - Method in class com.sptci.rwt.DBMSAnalyser
Fetch the JDBC driver metadata from the specified database meta data.
processLimits(DatabaseMetaData) - Method in class com.sptci.rwt.DBMSAnalyser
Fetch the limits enforced by the database.
processQuery(BatchQueryExecutorView) - Method in class com.sptci.rwt.webui.ExecuteBatchQueryListener
Process the query entered in ExecutorView.query field.
processQuery(QueryExecutorView) - Method in class com.sptci.rwt.webui.ExecuteQueryListener
Process the query entered in ExecutorView.query field.
processResultSet(Statement, int, int, int) - Method in class com.sptci.rwt.AbstractQueryExecutor
Create a Rows object that represent the rows in the result set within the specified row range.
processRule(short) - Method in class com.sptci.rwt.ForeignKeyAnalyser
Process the update_rule/delete_rule values and match them with the appropriate ForeignKeyMetaData.Rule value.
processSortSequence(String) - Method in class com.sptci.rwt.IndexAnalyser
Process the asc_or_desc value and match them with the appropriate IndexMetaData.SortSequence value.
processText(String, int) - Method in class com.sptci.rwt.AbstractQueryExecutor
Return the value that is to be displayed for a text value.
processTransaction(int) - Method in class com.sptci.rwt.DBMSAnalyser
Map the constants defined in Connection for transaction isolation levels to the DBMSMetaData.Transaction enumeration.
processType(short) - Method in class com.sptci.rwt.IndexAnalyser
Process the type values and match them with the appropriate IndexMetaData.Type value.
processUpdateCount(Statement) - Method in class com.sptci.rwt.AbstractQueryExecutor
Return a Rows object that represents the updateCount obtained by executing a Statement.

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