Package com.mckoi.database
Class GroupHelper
- java.lang.Object
-
- com.mckoi.database.GroupHelper
-
final class GroupHelper extends java.lang.Object
Deprecated.don't use this anymoreThis is a static class that provides the functionality for seperating a table into distinct groups. This class is used in the 'Table.group(String[] columns)' method.
-
-
Constructor Summary
Constructors Constructor Description GroupHelper(Table table, java.lang.String[] col_names)
Deprecated.Constructs the helper.
-
-
-
Constructor Detail
-
GroupHelper
GroupHelper(Table table, java.lang.String[] col_names)
Deprecated.Constructs the helper.
-
-