|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColumnProfileResult | |
|---|---|
| ca.sqlpower.architect.profile | |
| ca.sqlpower.architect.swingui | |
| ca.sqlpower.architect.swingui.action | |
| ca.sqlpower.architect.swingui.table | |
| Uses of ColumnProfileResult in ca.sqlpower.architect.profile |
|---|
| Methods in ca.sqlpower.architect.profile that return types with arguments of type ColumnProfileResult | |
|---|---|
java.util.Collection<ColumnProfileResult> |
TableProfileResult.getColumnProfileResult(SQLColumn c)
Returns a collection of column profile results associated with this table. |
java.util.List<ColumnProfileResult> |
TableProfileResult.getColumnProfileResults()
Returns an unmodifiable list of columnProfileResults that belong to this table. |
| Methods in ca.sqlpower.architect.profile with parameters of type ColumnProfileResult | |
|---|---|
void |
TableProfileResult.addColumnProfileResult(ColumnProfileResult profileResult)
Adds a new column profile result to the end of the result list. |
protected void |
RemoteDatabaseProfileCreator.doColumnProfile(ColumnProfileResult cpr,
ca.sqlpower.util.MonitorableImpl pm)
Performs profiling at the column level by issuing a SELECT statement against the column referenced by cpr. |
| Uses of ColumnProfileResult in ca.sqlpower.architect.swingui |
|---|
| Methods in ca.sqlpower.architect.swingui with parameters of type ColumnProfileResult | |
|---|---|
void |
ProfileGraphPanel.displayProfile(ColumnProfileResult cr)
|
| Uses of ColumnProfileResult in ca.sqlpower.architect.swingui.action |
|---|
| Methods in ca.sqlpower.architect.swingui.action with parameters of type ColumnProfileResult | |
|---|---|
void |
SaveProfileAction.ProfileResultsTree.addColumnProfileResult(ColumnProfileResult cpr)
|
| Uses of ColumnProfileResult in ca.sqlpower.architect.swingui.table |
|---|
| Methods in ca.sqlpower.architect.swingui.table that return ColumnProfileResult | |
|---|---|
ColumnProfileResult |
ProfileJTable.getColumnProfileResultForRow(int row)
Returns the ColumnProfileResult object that is associated with the given row number. |
| Methods in ca.sqlpower.architect.swingui.table that return types with arguments of type ColumnProfileResult | |
|---|---|
java.util.List<ColumnProfileResult> |
ProfileTableModel.getResultList()
|
| Constructors in ca.sqlpower.architect.swingui.table with parameters of type ColumnProfileResult | |
|---|---|
FreqValueCountTableModel(ColumnProfileResult profile)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||