B C F G J L M R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BeginWork(NetricsConMgr) - Static method in class JoinsExamples
-
Create a transaction.
C
- CheckpointTables(NetricsServerInterface) - Static method in class JoinsExamples
-
Checkpoint our set of tables.
- CommitWork(NetricsTransaction) - Static method in class JoinsExamples
-
Commit a transaction.
F
- FindContact(NetricsServerInterface, String) - Static method in class JoinsExamples
-
Example of a simple query across multiple tables.
- FindNumber(NetricsServerInterface, String) - Static method in class JoinsExamples
-
Example of query on child table content only.
- FindPerson(NetricsServerInterface, String, String, String) - Static method in class JoinsExamples
-
Example of a single parent search with one child table, returning Full and Partial records.
G
- getChildRecs(String) - Method in class JoinsExamples.RecJoinSet
-
Get an array of the child records for a particular child table.
- getChildTbls() - Method in class JoinsExamples.RecJoinSet
-
Get an array of the child tables in this joined set.
- GetContactNumbers(NetricsServerInterface, String, String) - Static method in class JoinsExamples
-
Example of a multi-parent search returning Full Records only with a filtering predicate.
- GetNextRecord() - Static method in class JoinsExamples
-
Simulate retrieving a joined set of records.
- getParentRec() - Method in class JoinsExamples.RecJoinSet
-
Get the parent record.
- getParentTbl() - Method in class JoinsExamples.RecJoinSet
-
Get the name of the parent table.
J
- JoinRecAdd(NetricsTransaction, JoinsExamples.RecJoinSet) - Static method in class JoinsExamples
-
Add a joined set of records.
- JoinRecDel(NetricsTransaction, JoinsExamples.RecJoinSet) - Static method in class JoinsExamples
-
Delete a joined set of records.
- JoinRecUpd(NetricsTransaction, JoinsExamples.RecJoinSet, JoinsExamples.RecJoinSet) - Static method in class JoinsExamples
-
Update a joined set of records.
- JoinsExamples - Class in <Unnamed>
-
Example of typical usage for Patterns Joined Tables.
- JoinsExamples.RecJoinSet - Class in <Unnamed>
-
This represents a joined set of records.
L
- LogMsg(String) - Static method in class JoinsExamples
-
Log a message with a date stamp to the standard out.
M
- main(String[]) - Static method in class JoinsExamples
-
Run the examples.
- main(String[]) - Static method in class monitorPatterns
-
Run the report statistics command.
- monitorPatterns - Class in <Unnamed>
-
Report command performance statistics.
R
- RecJoinSet() - Constructor for class JoinsExamples.RecJoinSet
-
Create an empty Joined set of records.
- RecJoinSet(String, NetricsRecord) - Constructor for class JoinsExamples.RecJoinSet
-
Creat a joined set of records for the given parent record.
- RecJoinSet(String, NetricsRecord, String[], NetricsRecord[][]) - Constructor for class JoinsExamples.RecJoinSet
-
Creat an initialized Joined set of records.
- RestoreTables(NetricsServerInterface) - Static method in class JoinsExamples
-
Restore our set of tables.
S
- setChildRecords(String, NetricsRecord[]) - Method in class JoinsExamples.RecJoinSet
-
Set the list of records for a child table.
- ShowSearchResponse(NetricsSearchResponse) - Static method in class JoinsExamples
-
Output the results of a search.
T
- TableSetUp(NetricsTransaction) - Static method in class JoinsExamples
-
Create the initial tables.
U
- UnassignPhoneRecs(NetricsRecord[]) - Static method in class JoinsExamples
-
Select and update phone records to be "unassigned".
All Classes All Packages