Returns the TypeScript type that corresponds to the SQL type passed in.
Classification is delegated to @memberjunction/sql-dialect so adding a new
dialect or column type is a one-stop change in the dialect class — never a
grep-and-edit through every util / codegen / sync site.
Returns the TypeScript type that corresponds to the SQL type passed in.
Classification is delegated to
@memberjunction/sql-dialectso adding a new dialect or column type is a one-stop change in the dialect class — never a grep-and-edit through every util / codegen / sync site.