|
_.Library.String | AlphaUp (_, _.Library.String val) |
| This class defines the set of common index transformation (or collation) methods. More...
|
|
_.Library.String | Collate (_.Library.String val, _.Library.String transSpec, _.Library.String length) |
| Converts a logical value to COLLATE collation.
|
|
_.Library.String | Exact (_, _.Library.String val) |
| Performs no transformation; the index value is exactly the logical value.
|
|
_.Library.Boolean | FMDEQDate (_.Library.FilemanDate fmd, _.Library.Date d) |
| Compares a FilemanDate to a Date value with the = operator.
|
|
_.Library.Boolean | FMDEQPT (_.Library.FilemanDate fmd, _.Library.PosixTime pt) |
| These methods deal with comparing Library.FilemanDate values with Library.PosixTime. More...
|
|
_.Library.Boolean | FMDEQTS (_.Library.FilemanDate fmd, _.Library.TimeStamp ts) |
| These methods deal with comparing Library.FilemanDate values with Library.TimeStamp. More...
|
|
_.Library.Boolean | FMDGEDate (_.Library.FilemanDate fmd, _.Library.Date d) |
| Compares a FilemanDate to a Date value with the '< operator.
|
|
_.Library.Boolean | FMDGEPT (_.Library.FilemanDate fmd, _.Library.PosixTime pt) |
| Compares a FilemanDate to a PosixTime value with the '< operator.
|
|
_.Library.Boolean | FMDGETS (_.Library.FilemanDate fmd, _.Library.TimeStamp ts) |
| Compares a FilemanDate to a TimeStamp value with the '< operator.
|
|
_.Library.Boolean | FMDGTDate (_.Library.FilemanDate fmd, _.Library.Date d) |
| Compares a FilemanDate to a Date value with the > operator.
|
|
_.Library.Boolean | FMDGTPT (_.Library.FilemanDate fmd, _.Library.PosixTime pt) |
| Compares a FilemanDate to a PosixTime value with the > operator.
|
|
_.Library.Boolean | FMDGTTS (_.Library.FilemanDate fmd, _.Library.TimeStamp ts) |
| Compares a FilemanDate to a TimeStamp value with the > operator.
|
|
_.Library.Boolean | FMDLEDate (_.Library.FilemanDate fmd, _.Library.Date d) |
| Compares a FilemanDate to a Date value with the '> operator.
|
|
_.Library.Boolean | FMDLEPT (_.Library.FilemanDate fmd, _.Library.PosixTime pt) |
| Compares a FilemanDate to a PosixTime value with the '> operator.
|
|
_.Library.Boolean | FMDLETS (_.Library.FilemanDate fmd, _.Library.TimeStamp ts) |
| Compares a FilemanDate to a TimeStamp value with the '> operator.
|
|
_.Library.Boolean | FMDLTDate (_.Library.FilemanDate fmd, _.Library.Date d) |
| Compares a FilemanDate to a Date value with the < operator.
|
|
_.Library.Boolean | FMDLTPT (_.Library.FilemanDate fmd, _.Library.PosixTime pt) |
| Compares a FilemanDate to a PosixTime value with the < operator.
|
|
_.Library.Boolean | FMDLTTS (_.Library.FilemanDate fmd, _.Library.TimeStamp ts) |
| Compares a FilemanDate to a TimeStamp value with the < operator.
|
|
_.Library.Boolean | FMDNEDate (_.Library.FilemanDate fmd, _.Library.Date d) |
| Compares a FilemanDate to a Date value with the '= operator.
|
|
_.Library.Boolean | FMDNEPT (_.Library.FilemanDate fmd, _.Library.PosixTime pt) |
| Compares a FilemanDate to a PosixTime value with the '= operator.
|
|
_.Library.Boolean | FMDNETS (_.Library.FilemanDate fmd, _.Library.TimeStamp ts) |
| Compares a FilemanDate to a TimeStamp value with the '= operator.
|
|
_.Library.Boolean | FMTSEQDate (_.Library.FilemanTimeStamp ts, _.Library.Date d) |
| Compares a FilemanTimeStamp to a Date value with the = operator.
|
|
_.Library.Boolean | FMTSEQPT (_.Library.FilemanTimeStamp fmts, _.Library.PosixTime pt) |
| Compares a FilemanTimeStamp to a PosixTime value with the = operator.
|
|
_.Library.Boolean | FMTSEQTS (_.Library.FilemanTimeStamp fmts, _.Library.TimeStamp ts) |
| Compares a FilemanTimeStamp to a TimeStamp value with the = operator.
|
|
_.Library.Boolean | FMTSGEDate (_.Library.FilemanTimeStamp ts, _.Library.Date d) |
| Compares a FilemanTimeStamp to a Date value with the '< operator.
|
|
_.Library.Boolean | FMTSGEPT (_.Library.FilemanTimeStamp fmts, _.Library.PosixTime pt) |
| Compares a FilemanTimeStamp to a PosixTime value with the >= operator.
|
|
_.Library.Boolean | FMTSGETS (_.Library.FilemanTimeStamp fmts, _.Library.TimeStamp ts) |
| Compares a FilemanTimeStamp to a TimeStamp value with the >= operator.
|
|
_.Library.Boolean | FMTSGTDate (_.Library.FilemanTimeStamp ts, _.Library.Date d) |
| Compares a FilemanTimeStamp to a Date value with the > operator.
|
|
_.Library.Boolean | FMTSGTPT (_.Library.FilemanTimeStamp fmts, _.Library.PosixTime pt) |
| Compares a FilemanTimeStamp to a PosixTime value with the > operator.
|
|
_.Library.Boolean | FMTSGTTS (_.Library.FilemanTimeStamp fmts, _.Library.TimeStamp ts) |
| Compares a FilemanTimeStamp to a TimeStamp value with the > operator.
|
|
_.Library.Boolean | FMTSLEDate (_.Library.FilemanTimeStamp ts, _.Library.Date d) |
| Compares a FilemanTimeStamp to a Date value with the '> operator.
|
|
_.Library.Boolean | FMTSLEPT (_.Library.FilemanTimeStamp fmts, _.Library.PosixTime pt) |
| Compares a FilemanTimeStamp to a PosixTime value with the <= operator.
|
|
_.Library.Boolean | FMTSLETS (_.Library.FilemanTimeStamp fmts, _.Library.TimeStamp ts) |
| Compares a FilemanTimeStamp to a TimeStamp value with the <= operator.
|
|
_.Library.Boolean | FMTSLTDate (_.Library.FilemanTimeStamp ts, _.Library.Date d) |
| Compares a FilemanTimeStamp to a Date value with the < operator.
|
|
_.Library.Boolean | FMTSLTPT (_.Library.FilemanTimeStamp fmts, _.Library.PosixTime pt) |
| Compares a FilemanTimeStamp to a PosixTime value with the < operator.
|
|
_.Library.Boolean | FMTSLTTS (_.Library.FilemanTimeStamp fmts, _.Library.TimeStamp ts) |
| Compares a FilemanTimeStamp to a TimeStamp value with the < operator.
|
|
_.Library.Boolean | FMTSNEDate (_.Library.FilemanTimeStamp ts, _.Library.Date d) |
| Compares a FilemanTimeStamp to a Date value with the '= operator.
|
|
_.Library.Boolean | FMTSNEPT (_.Library.FilemanTimeStamp fmts, _.Library.PosixTime pt) |
| Compares a FilemanTimeStamp to a PosixTime value with the '= operator.
|
|
_.Library.Boolean | FMTSNETS (_.Library.FilemanTimeStamp fmts, _.Library.TimeStamp ts) |
| Compares a FilemanTimeStamp to a TimeStamp value with the '= operator.
|
|
_.Library.Boolean | MVDEQDate (_.MV.Date mvd, _.Library.Date d) |
|
_.Library.Boolean | MVDGEDate (_.MV.Date mvd, _.Library.Date d) |
| Compares a MV.Date to a Date value with the '< operator.
|
|
_.Library.Boolean | MVDGTDate (_.MV.Date mvd, _.Library.Date d) |
| Compares a MV.Date to a Date value with the > operator.
|
|
_.Library.Boolean | MVDLEDate (_.MV.Date mvd, _.Library.Date d) |
| Compares a MV.Date to a Date value with the '> operator.
|
|
_.Library.Boolean | MVDLTDate (_.MV.Date mvd, _.Library.Date d) |
| Compares a MV.Date to a Date value with the < operator.
|
|
_.Library.Boolean | MVDNEDate (_.MV.Date mvd, _.Library.Date d) |
| Compares a MV.Date to a Date value with the '= operator.
|
|
_.Library.String | Minus (_, _.Library.String val) |
| Prepends a minus ('-') sign to the logical value. More...
|
|
_.Library.String | Mvr (_, _.Library.String val) |
| Converts a logical value to MVR collation.
|
|
_.Library.Boolean | PTEQDate (_.Library.PosixTime pt, _.Library.Date d) |
| Compares a PosixTime to a Date value with the = operator.
|
|
_.Library.Boolean | PTEQTS (_.Library.PosixTime pt, _.Library.TimeStamp ts) |
| Compares a PosixTime to a TimeStamp value with the = operator.
|
|
_.Library.Boolean | PTGEDate (_.Library.TimeStamp pt, _.Library.Date d) |
| Compares a PosixTime to a Date value with the '< operator.
|
|
_.Library.Boolean | PTGETS (_.Library.PosixTime pt, _.Library.TimeStamp ts) |
| Compares a PosixTime to a TimeStamp value with the '< operator.
|
|
_.Library.Boolean | PTGTDate (_.Library.TimeStamp pt, _.Library.Date d) |
| Compares a PosixTime to a Date value with the > operator.
|
|
_.Library.Boolean | PTGTTS (_.Library.PosixTime pt, _.Library.TimeStamp ts) |
| Compares a PosixTime to a TimeStamp value with the > operator.
|
|
_.Library.Boolean | PTLEDate (_.Library.TimeStamp pt, _.Library.Date d) |
| Compares a PosixTime to a Date value with the '> operator.
|
|
_.Library.Boolean | PTLETS (_.Library.PosixTime pt, _.Library.TimeStamp ts) |
| Compares a PosixTime to a TimeStamp value with the '> operator.
|
|
_.Library.Boolean | PTLTDate (_.Library.TimeStamp pt, _.Library.Date d) |
| Compares a PosixTime to a Date value with the < operator.
|
|
_.Library.Boolean | PTLTTS (_.Library.PosixTime pt, _.Library.TimeStamp ts) |
| Compares a PosixTime to a TimeStamp value with the < operator.
|
|
_.Library.Boolean | PTNEDate (_.Library.TimeStamp pt, _.Library.Date d) |
| Compares a PosixTime to a Date value with the '= operator.
|
|
_.Library.Boolean | PTNETS (_.Library.PosixTime pt, _.Library.TimeStamp ts) |
| Compares a PosixTime to a TimeStamp value with the '= operator.
|
|
_.Library.String | Plus (_, _.Library.String val) |
| Prepends a plus ('+') sign to the logical value. More...
|
|
_.Library.String | Space (_, _.Library.String val) |
| Prepends a space (' ') character to the logical value. More...
|
|
_.Library.String | SqlString (_, _.Library.String val, _.Library.Integer maxlen) |
| Prepends a space to force string collation and strips trailing whitespace. More...
|
|
_.Library.String | SqlUpper (_, _.Library.String val, _.Library.Integer maxlen) |
| Converts a logical value to upper case, strips trailing whitespace and prepends a space. More...
|
|
_.Library.String | String (_, _.Library.String val, _.Library.Integer maxlen) |
| Converts a logical value to upper case, strips all punctuation and white space. More...
|
|
_.Library.Boolean | TSEQDate (_.Library.TimeStamp ts, _.Library.Date d) |
| Compares a TimeStamp to a Date value with the = operator.
|
|
_.Library.Boolean | TSEQMVDate (_.Library.TimeStamp ts, _.MV.Date d) |
|
_.Library.Boolean | TSGEDate (_.Library.TimeStamp ts, _.Library.Date d) |
| Compares a TimeStamp to a Date value with the '< operator.
|
|
_.Library.Boolean | TSGEMVDate (_.Library.TimeStamp ts, _.MV.Date d) |
| Compares a TimeStamp to a MV.Date value with the '< operator.
|
|
_.Library.Boolean | TSGTDate (_.Library.TimeStamp ts, _.Library.Date d) |
| Compares a TimeStamp to a Date value with the > operator.
|
|
_.Library.Boolean | TSGTMVDate (_.Library.TimeStamp ts, _.MV.Date d) |
| Compares a TimeStamp to a MV.Date value with the > operator.
|
|
_.Library.Boolean | TSLEDate (_.Library.TimeStamp ts, _.Library.Date d) |
| Compares a TimeStamp to a Date value with the '> operator.
|
|
_.Library.Boolean | TSLEMVDate (_.Library.TimeStamp ts, _.MV.Date d) |
| Compares a TimeStamp to a MV.Date value with the '> operator.
|
|
_.Library.Boolean | TSLTDate (_.Library.TimeStamp ts, _.Library.Date d) |
| Compares a TimeStamp to a Date value with the < operator.
|
|
_.Library.Boolean | TSLTMVDate (_.Library.TimeStamp ts, _.MV.Date d) |
| Compares a TimeStamp to a MV.Date value with the < operator.
|
|
_.Library.Boolean | TSNEDate (_.Library.TimeStamp ts, _.Library.Date d) |
| Compares a TimeStamp to a Date value with the '= operator.
|
|
_.Library.Boolean | TSNEMVDate (_.Library.TimeStamp ts, _.MV.Date d) |
| Compares a TimeStamp to a MV.Date value with the '= operator.
|
|
_.Library.String | Truncate (_, _.Library.String val, _.Library.Integer len) |
| Converts a logical value to exact colation with a defined length limit.
|
|
_.Library.String | Upper (_, _.Library.String val) |
| Converts a logical value to upper case without removing any characters.
|
|