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
Arguments
Examples
Related
Last updated