Uses of Class
org.axiondb.functions.BaseRegExpFunction

Packages that use BaseRegExpFunction
org.axiondb.functions Function implementations. 
 

Uses of BaseRegExpFunction in org.axiondb.functions
 

Subclasses of BaseRegExpFunction in org.axiondb.functions
 class LikeToRegexpFunction
           
 class MatchesFunction
          MATCHES(string, string): returns a BooleanTypeboolean that indicates whether first string matches the regular expression pattern represented by the second string.