QueryNew

Return new query based on the provided column list, column types, and/or row data.

Available column types are:

  • bigint

  • binary

  • bit

  • date

  • decimal

  • double

  • integer

  • null

  • object

  • other

  • time

  • timestamp

  • varchar

If columnTypeList is empty, all columns will be of type "object".

Method Signature

QueryNew(columnList=[any], columnTypeList=[string], rowData=[any])

Arguments

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC