Computed columns supported

Computed columns allow you to create a shorthand term for an expression, such as “Pay” for “Salary * Commission,” and to make that column indexable, as long as its datatype can be indexed. Computed columns are defined by an expression, whether from regular columns in the same row, or from functions, arithmetic operators, path names, and others.

The jConnect Driver supports accessing these specific computed columns, including their metadata information.