|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractProfileResult | |
|---|---|
| ca.sqlpower.architect.profile | |
| Uses of AbstractProfileResult in ca.sqlpower.architect.profile |
|---|
| Subclasses of AbstractProfileResult in ca.sqlpower.architect.profile | |
|---|---|
class |
ColumnProfileResult
|
class |
TableProfileResult
Holds profile results that pertain to a particular table. |
| Methods in ca.sqlpower.architect.profile with parameters of type AbstractProfileResult | |
|---|---|
int |
AbstractProfileResult.compareTo(AbstractProfileResult o)
Compares this Profile Result based on the following attributes, in the following priority: The profiled object's database name The profiled object's catalog name The profiled object's schema name The profiled object's table name The profiled object's column name The profile's createEndTime The profile's createStartTime If any of those attributes are null or not applicable, they will count as coming before any non-null value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||