package
0.1.11
Repository: https://github.com/ibm/sql-query-go-sdk.git
Documentation: pkg.go.dev

# Functions

GetServiceURLForRegion returns the service URL to be used for the specified region.
NewSqlV2 : constructs an instance of SqlV2 with passed in options.
NewSqlV2UsingExternalConfig : constructs an instance of SqlV2 with passed in options and external configuration.
UnmarshalColumnInformation unmarshals an instance of ColumnInformation from the specified map of raw messages.
UnmarshalSqlJobInfoFull unmarshals an instance of SqlJobInfoFull from the specified map of raw messages.
UnmarshalSqlJobInfoList unmarshals an instance of SqlJobInfoList from the specified map of raw messages.
UnmarshalSqlJobInfoShort unmarshals an instance of SqlJobInfoShort from the specified map of raw messages.
UnmarshalTableInformation unmarshals an instance of TableInformation from the specified map of raw messages.
UnmarshalTableList unmarshals an instance of TableList from the specified map of raw messages.
UnmarshalTableMetadata unmarshals an instance of TableMetadata from the specified map of raw messages.

# Constants

DefaultServiceName is the default key used to find external configuration information.
DefaultServiceURL is the default URL to make service requests to.
Constants associated with the SqlJobInfoFull.Status property.
Constants associated with the SqlJobInfoFull.Status property.
Constants associated with the SqlJobInfoFull.Status property.
Constants associated with the SqlJobInfoFull.Status property.
Constants associated with the SqlJobInfoShort.Status property.
Constants associated with the SqlJobInfoShort.Status property.
Constants associated with the SqlJobInfoShort.Status property.
Constants associated with the SqlJobInfoShort.Status property.

# Structs

ColumnInformation : Information about a table column.
GetSqlJobOptions : The GetSqlJob options.
GetTableOptions : The GetTable options.
ListSqlJobsOptions : The ListSqlJobs options.
ListTablesOptions : The ListTables options.
SqlJobInfoFull : Full information about an SQL job, including output or error information.
SqlJobInfoList : List of information about SQL jobs.
SqlJobInfoShort : Abridged information about an SQL job, including its identifier and processing status.
SqlV2 : SQL Query is a stateless service for analyzing rectangular data stored in IBM Cloud Object Store using ANSI SQL.
SqlV2Options : Service options.
SubmitSqlJobOptions : The SubmitSqlJob options.
TableInformation : Detailed information about a catalog table.
TableList : List of catalog tables.
TableMetadata : Short metadata about a catalog table.