Databricks C++ SDK 0.2.4
Interact with Databricks via an SDK
Loading...
Searching...
No Matches
databricks::Client::Parameter Struct Reference

Parameter for parameterized queries. More...

#include <client.h>

Public Attributes

std::string value
 Parameter value as string.
 
SQLSMALLINT c_type = SQL_C_CHAR
 C data type (default: character)
 
SQLSMALLINT sql_type = SQL_VARCHAR
 SQL data type (default: VARCHAR)
 

Detailed Description

Parameter for parameterized queries.

Definition at line 60 of file client.h.

Member Data Documentation

◆ c_type

SQLSMALLINT databricks::Client::Parameter::c_type = SQL_C_CHAR

C data type (default: character)

Definition at line 63 of file client.h.

◆ sql_type

SQLSMALLINT databricks::Client::Parameter::sql_type = SQL_VARCHAR

SQL data type (default: VARCHAR)

Definition at line 64 of file client.h.

◆ value

std::string databricks::Client::Parameter::value

Parameter value as string.

Definition at line 62 of file client.h.


The documentation for this struct was generated from the following file: