Collaboration diagram for Skyline_PreSort:
Public Member Functions | |
| Skyline_PreSort () | |
Static Public Member Functions | |
| static Skyline_PreSort | Instance () |
| static ArrayList | SkylineQuery_Presorted (DataTable dt, ArrayList columnList, ArrayList TypeList) |
| Skylines the query_ presorted. | |
Static Private Member Functions | |
| static DataTable | PreSort (DataTable dtSource, ArrayList columnList, ArrayList TypeList) |
| Presort all the values in each column of the data table, according to the sorting type specified in TyoeList. | |
Static Private Attributes | |
| static Skyline_PreSort | m_instance = null |
<author>Jarod Wen</author>
| Skyline_PreSort.Skyline_PreSort | ( | ) |
| static Skyline_PreSort Skyline_PreSort.Instance | ( | ) | [static] |
| static DataTable Skyline_PreSort.PreSort | ( | DataTable | dtSource, | |
| ArrayList | columnList, | |||
| ArrayList | TypeList | |||
| ) | [static, private] |
Presort all the values in each column of the data table, according to the sorting type specified in TyoeList.
| dtSource | Source data table | |
| columnList | All the columns in the skyline query | |
| TypeList | Sorting type: for each item, 0-AESC, 1-DESC |
| static ArrayList Skyline_PreSort.SkylineQuery_Presorted | ( | DataTable | dt, | |
| ArrayList | columnList, | |||
| ArrayList | TypeList | |||
| ) | [static] |
Skylines the query_ presorted.
| dt | The dt. | |
| columnList | The column list. | |
| TypeList | The type list. |
Skyline_PreSort Skyline_PreSort.m_instance = null [static, private] |
1.5.1-p1