Uses of Class
com.healthmarketscience.jackcess.Column.SortOrder

Packages that use Column.SortOrder
com.healthmarketscience.jackcess   
 

Uses of Column.SortOrder in com.healthmarketscience.jackcess
 

Fields in com.healthmarketscience.jackcess declared as Column.SortOrder
 Column.SortOrder JetFormat.DEFAULT_SORT_ORDER
           
static Column.SortOrder Column.GENERAL_LEGACY_SORT_ORDER
          the "general" text sort order, legacy version (access 2000-2007)
static Column.SortOrder Column.GENERAL_SORT_ORDER
          the "general" text sort order, latest version (access 2010+)
 

Methods in com.healthmarketscience.jackcess that return Column.SortOrder
 Column.SortOrder Database.getDefaultSortOrder()
           
 Column.SortOrder Column.getTextSortOrder()
           
 

Methods in com.healthmarketscience.jackcess with parameters of type Column.SortOrder
 void Column.setTextSortOrder(Column.SortOrder newTextSortOrder)
           
 



Copyright © 2005-2013 Health Market Science. All Rights Reserved.