Uses of Interface
com.healthmarketscience.jackcess.ColumnMatcher

Packages that use ColumnMatcher
com.healthmarketscience.jackcess   
 

Uses of ColumnMatcher in com.healthmarketscience.jackcess
 

Classes in com.healthmarketscience.jackcess that implement ColumnMatcher
 class CaseInsensitiveColumnMatcher
          Concrete implementation of ColumnMatcher which tests textual columns case-insensitively (DataType.TEXT and DataType.MEMO), and all other columns using simple equality.
 class SimpleColumnMatcher
          Simple concrete implementation of ColumnMatcher which test for equality.
 

Methods in com.healthmarketscience.jackcess that return ColumnMatcher
 ColumnMatcher Cursor.getColumnMatcher()
          Returns the currently configured ColumnMatcher, always non-null.
 

Methods in com.healthmarketscience.jackcess with parameters of type ColumnMatcher
 CursorBuilder CursorBuilder.setColumnMatcher(ColumnMatcher columnMatcher)
          Sets the ColumnMatcher to use for matching row patterns.
 void Cursor.setColumnMatcher(ColumnMatcher columnMatcher)
          Sets a new ColumnMatcher.
 



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