Show:

Db.Expression Class

The representation of expression to use inqueries

Constructor

Db.Expression

(
  • chain1
)

Parameters:

  • chain1 Db.Expression | String

    Pass as many arguments as you want, and they will be concatenated together with spaces in between them. Db.Expression objects will be enclosed in parentheses before being concatenated.

Item Index

Methods

Methods

valueOf

() String

Convert expression to string

Returns: