SilverStream
Application Server 3.5

Package com.sssw.rt.expr

Defines some runtime classes used in the evaluation of expressions.

See:
          Description

Class Summary
AgCompare A runtime helper class for calculating whether one String is greater than, less than, or equal to another String.
AgFactorial A runtime helper class that provides a factorial function.
AgLeftTrim A rutime helper class for performing left trim of a String.
AgLike Used to perform String matching using the specifications of SQL 92.
AgNaN Provides a static helper method for runtime to get current timestamp value
AgNow A runtime helper class for retrieving current timestamp information.
AgTimeOfDay A runtime helper class for retrieving the current hour, minutes, and seconds.
AgToday A runtime helper class for retrieving the current month, day of the month, and year.
 

Package com.sssw.rt.expr Description

Defines some runtime classes used in the evaluation of expressions. To write expressions you would normally use the SilverStream Expression Builder, which provides many more options than available in this package. However you can also write code to call these classes independently.


SilverStream
Application Server 3.5