Holger's
Java API

Uses of Class
com.antelmann.math.NumberStringFilter

Packages that use NumberStringFilter
com.antelmann.math This package contains classes to ease calculations. 
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
 

Uses of NumberStringFilter in com.antelmann.math
 

Subclasses of NumberStringFilter in com.antelmann.math
static class NumberStringFilter.DecimalFilter
           
static class NumberStringFilter.DoubleFilter
           
static class NumberStringFilter.IntFilter
           
static class NumberStringFilter.LongFilter
           
 

Uses of NumberStringFilter in com.antelmann.sql
 

Methods in com.antelmann.sql with parameters of type NumberStringFilter
static
<T extends Number & Comparable<? super T>>
SQLQueryClause
SQLQueryClause.parseAsNumberRange(NumberStringFilter<T> filter, String column)
          creates an SQLQueryClause from an input string supporting different number strings.
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads