| Interface | Description |
|---|---|
| ColumnDefinition |
Classes which implement this interface define how columns
of a specific type can be read from the P3 database.
|
| RowValidator |
Implementations of this interface allow additional
validation checks to be supplied in order to determine
if a row contains valid data.
|
| Class | Description |
|---|---|
| AbstractColumn |
Common column implementation methods.
|
| AbstractIntColumn |
Extract column data from a table.
|
| AbstractShortColumn |
Common methods for columns based on short integers.
|
| AbstractWbsFormat |
Common methods to support reading the WBS format definition from P3 and SureTrak.
|
| Blast |
Blast class - see notes in comments above.
|
| ByteColumn |
Extract column data from a table.
|
| IntColumn |
Extract column data from a table.
|
| MapRow |
Wraps a simple map which contains name value
pairs representing the column values
from an individual row.
|
| ShortColumn |
Extract column data from a table.
|
| StringColumn |
Extract column data from a table.
|
| Table |
Represents the rows which make up a table.
|
| TableDefinition |
Represents the structure of a P3 or SureTrak table.
|
Copyright © 2000–2025 MPXJ. All rights reserved.