Protected constructorStatic Readonly NAMEThe name of the JDBC API Service. Used by the client for the name in the variable descriptor when calling getObject from the core connection.
Static Readonly TYPEThe type of the JDBC API Service. Used by the client for the type in the variable descriptor when calling getObject from the core connection.
Generates a schema from a jdbc query.
the session id
the catalog
the jdbc query
the schema namespace
the schema table name
the assessment method for type inference
a promise that resolves to a schema xml string
Get a preview table for a JDBC import source.
the session id
the catalog
the jdbc query
the schema as an xml string
the import source name
the partition formula
the intraday partition column
if the parser should use strict mode
the partition substitution
a preview table for the query
Gets a preview table for a jdbc query.
the session id
the catalog
the jdbc query
the max rows for the table
a promise that resolves to a table
Static getGets a new JsJdbcApiService instance.
some instance that lives on the server to be connected to.
a new JsJdbcApiService instance
JS API for the JDBC API Service