Versions in this module Expand all Collapse all v1 v1.0.1 Sep 13, 2022 v1.0.0 Sep 12, 2022 Changes in this version + const DefaultAdlaCatalogDNSSuffix + func UserAgent() string + func Version() string + type BaseClient struct + AdlaCatalogDNSSuffix string + func New() BaseClient + func NewWithoutDefaults(adlaCatalogDNSSuffix string) BaseClient + type Client struct + func NewClient() Client + func (client Client) CreateSecret(ctx context.Context, accountName string, databaseName string, ...) (result USQLSecret, err error) + func (client Client) CreateSecretPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) CreateSecretResponder(resp *http.Response) (result USQLSecret, err error) + func (client Client) CreateSecretSender(req *http.Request) (*http.Response, error) + func (client Client) DeleteAllSecrets(ctx context.Context, accountName string, databaseName string) (result autorest.Response, err error) + func (client Client) DeleteAllSecretsPreparer(ctx context.Context, accountName string, databaseName string) (*http.Request, error) + func (client Client) DeleteAllSecretsResponder(resp *http.Response) (result autorest.Response, err error) + func (client Client) DeleteAllSecretsSender(req *http.Request) (*http.Response, error) + func (client Client) DeleteSecret(ctx context.Context, accountName string, databaseName string, ...) (result autorest.Response, err error) + func (client Client) DeleteSecretPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) DeleteSecretResponder(resp *http.Response) (result autorest.Response, err error) + func (client Client) DeleteSecretSender(req *http.Request) (*http.Response, error) + func (client Client) GetAssembly(ctx context.Context, accountName string, databaseName string, ...) (result USQLAssembly, err error) + func (client Client) GetAssemblyPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) GetAssemblyResponder(resp *http.Response) (result USQLAssembly, err error) + func (client Client) GetAssemblySender(req *http.Request) (*http.Response, error) + func (client Client) GetCredential(ctx context.Context, accountName string, databaseName string, ...) (result USQLCredential, err error) + func (client Client) GetCredentialPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) GetCredentialResponder(resp *http.Response) (result USQLCredential, err error) + func (client Client) GetCredentialSender(req *http.Request) (*http.Response, error) + func (client Client) GetDatabase(ctx context.Context, accountName string, databaseName string) (result USQLDatabase, err error) + func (client Client) GetDatabasePreparer(ctx context.Context, accountName string, databaseName string) (*http.Request, error) + func (client Client) GetDatabaseResponder(resp *http.Response) (result USQLDatabase, err error) + func (client Client) GetDatabaseSender(req *http.Request) (*http.Response, error) + func (client Client) GetExternalDataSource(ctx context.Context, accountName string, databaseName string, ...) (result USQLExternalDataSource, err error) + func (client Client) GetExternalDataSourcePreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) GetExternalDataSourceResponder(resp *http.Response) (result USQLExternalDataSource, err error) + func (client Client) GetExternalDataSourceSender(req *http.Request) (*http.Response, error) + func (client Client) GetProcedure(ctx context.Context, accountName string, databaseName string, ...) (result USQLProcedure, err error) + func (client Client) GetProcedurePreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) GetProcedureResponder(resp *http.Response) (result USQLProcedure, err error) + func (client Client) GetProcedureSender(req *http.Request) (*http.Response, error) + func (client Client) GetSchema(ctx context.Context, accountName string, databaseName string, ...) (result USQLSchema, err error) + func (client Client) GetSchemaPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) GetSchemaResponder(resp *http.Response) (result USQLSchema, err error) + func (client Client) GetSchemaSender(req *http.Request) (*http.Response, error) + func (client Client) GetSecret(ctx context.Context, accountName string, databaseName string, ...) (result USQLSecret, err error) + func (client Client) GetSecretPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) GetSecretResponder(resp *http.Response) (result USQLSecret, err error) + func (client Client) GetSecretSender(req *http.Request) (*http.Response, error) + func (client Client) GetTable(ctx context.Context, accountName string, databaseName string, ...) (result USQLTable, err error) + func (client Client) GetTablePartition(ctx context.Context, accountName string, databaseName string, ...) (result USQLTablePartition, err error) + func (client Client) GetTablePartitionPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) GetTablePartitionResponder(resp *http.Response) (result USQLTablePartition, err error) + func (client Client) GetTablePartitionSender(req *http.Request) (*http.Response, error) + func (client Client) GetTablePreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) GetTableResponder(resp *http.Response) (result USQLTable, err error) + func (client Client) GetTableSender(req *http.Request) (*http.Response, error) + func (client Client) GetTableStatistic(ctx context.Context, accountName string, databaseName string, ...) (result USQLTableStatistics, err error) + func (client Client) GetTableStatisticPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) GetTableStatisticResponder(resp *http.Response) (result USQLTableStatistics, err error) + func (client Client) GetTableStatisticSender(req *http.Request) (*http.Response, error) + func (client Client) GetTableType(ctx context.Context, accountName string, databaseName string, ...) (result USQLTableType, err error) + func (client Client) GetTableTypePreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) GetTableTypeResponder(resp *http.Response) (result USQLTableType, err error) + func (client Client) GetTableTypeSender(req *http.Request) (*http.Response, error) + func (client Client) GetTableValuedFunction(ctx context.Context, accountName string, databaseName string, ...) (result USQLTableValuedFunction, err error) + func (client Client) GetTableValuedFunctionPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) GetTableValuedFunctionResponder(resp *http.Response) (result USQLTableValuedFunction, err error) + func (client Client) GetTableValuedFunctionSender(req *http.Request) (*http.Response, error) + func (client Client) GetView(ctx context.Context, accountName string, databaseName string, ...) (result USQLView, err error) + func (client Client) GetViewPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) GetViewResponder(resp *http.Response) (result USQLView, err error) + func (client Client) GetViewSender(req *http.Request) (*http.Response, error) + func (client Client) ListAssemblies(ctx context.Context, accountName string, databaseName string, filter string, ...) (result USQLAssemblyListPage, err error) + func (client Client) ListAssembliesComplete(ctx context.Context, accountName string, databaseName string, filter string, ...) (result USQLAssemblyListIterator, err error) + func (client Client) ListAssembliesPreparer(ctx context.Context, accountName string, databaseName string, filter string, ...) (*http.Request, error) + func (client Client) ListAssembliesResponder(resp *http.Response) (result USQLAssemblyList, err error) + func (client Client) ListAssembliesSender(req *http.Request) (*http.Response, error) + func (client Client) ListCredentials(ctx context.Context, accountName string, databaseName string, filter string, ...) (result USQLCredentialListPage, err error) + func (client Client) ListCredentialsComplete(ctx context.Context, accountName string, databaseName string, filter string, ...) (result USQLCredentialListIterator, err error) + func (client Client) ListCredentialsPreparer(ctx context.Context, accountName string, databaseName string, filter string, ...) (*http.Request, error) + func (client Client) ListCredentialsResponder(resp *http.Response) (result USQLCredentialList, err error) + func (client Client) ListCredentialsSender(req *http.Request) (*http.Response, error) + func (client Client) ListDatabases(ctx context.Context, accountName string, filter string, top *int32, ...) (result USQLDatabaseListPage, err error) + func (client Client) ListDatabasesComplete(ctx context.Context, accountName string, filter string, top *int32, ...) (result USQLDatabaseListIterator, err error) + func (client Client) ListDatabasesPreparer(ctx context.Context, accountName string, filter string, top *int32, ...) (*http.Request, error) + func (client Client) ListDatabasesResponder(resp *http.Response) (result USQLDatabaseList, err error) + func (client Client) ListDatabasesSender(req *http.Request) (*http.Response, error) + func (client Client) ListExternalDataSources(ctx context.Context, accountName string, databaseName string, filter string, ...) (result USQLExternalDataSourceListPage, err error) + func (client Client) ListExternalDataSourcesComplete(ctx context.Context, accountName string, databaseName string, filter string, ...) (result USQLExternalDataSourceListIterator, err error) + func (client Client) ListExternalDataSourcesPreparer(ctx context.Context, accountName string, databaseName string, filter string, ...) (*http.Request, error) + func (client Client) ListExternalDataSourcesResponder(resp *http.Response) (result USQLExternalDataSourceList, err error) + func (client Client) ListExternalDataSourcesSender(req *http.Request) (*http.Response, error) + func (client Client) ListProcedures(ctx context.Context, accountName string, databaseName string, ...) (result USQLProcedureListPage, err error) + func (client Client) ListProceduresComplete(ctx context.Context, accountName string, databaseName string, ...) (result USQLProcedureListIterator, err error) + func (client Client) ListProceduresPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) ListProceduresResponder(resp *http.Response) (result USQLProcedureList, err error) + func (client Client) ListProceduresSender(req *http.Request) (*http.Response, error) + func (client Client) ListSchemas(ctx context.Context, accountName string, databaseName string, filter string, ...) (result USQLSchemaListPage, err error) + func (client Client) ListSchemasComplete(ctx context.Context, accountName string, databaseName string, filter string, ...) (result USQLSchemaListIterator, err error) + func (client Client) ListSchemasPreparer(ctx context.Context, accountName string, databaseName string, filter string, ...) (*http.Request, error) + func (client Client) ListSchemasResponder(resp *http.Response) (result USQLSchemaList, err error) + func (client Client) ListSchemasSender(req *http.Request) (*http.Response, error) + func (client Client) ListTablePartitions(ctx context.Context, accountName string, databaseName string, ...) (result USQLTablePartitionListPage, err error) + func (client Client) ListTablePartitionsComplete(ctx context.Context, accountName string, databaseName string, ...) (result USQLTablePartitionListIterator, err error) + func (client Client) ListTablePartitionsPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) ListTablePartitionsResponder(resp *http.Response) (result USQLTablePartitionList, err error) + func (client Client) ListTablePartitionsSender(req *http.Request) (*http.Response, error) + func (client Client) ListTableStatistics(ctx context.Context, accountName string, databaseName string, ...) (result USQLTableStatisticsListPage, err error) + func (client Client) ListTableStatisticsComplete(ctx context.Context, accountName string, databaseName string, ...) (result USQLTableStatisticsListIterator, err error) + func (client Client) ListTableStatisticsPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) ListTableStatisticsResponder(resp *http.Response) (result USQLTableStatisticsList, err error) + func (client Client) ListTableStatisticsSender(req *http.Request) (*http.Response, error) + func (client Client) ListTableTypes(ctx context.Context, accountName string, databaseName string, ...) (result USQLTableTypeListPage, err error) + func (client Client) ListTableTypesComplete(ctx context.Context, accountName string, databaseName string, ...) (result USQLTableTypeListIterator, err error) + func (client Client) ListTableTypesPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) ListTableTypesResponder(resp *http.Response) (result USQLTableTypeList, err error) + func (client Client) ListTableTypesSender(req *http.Request) (*http.Response, error) + func (client Client) ListTableValuedFunctions(ctx context.Context, accountName string, databaseName string, ...) (result USQLTableValuedFunctionListPage, err error) + func (client Client) ListTableValuedFunctionsComplete(ctx context.Context, accountName string, databaseName string, ...) (result USQLTableValuedFunctionListIterator, err error) + func (client Client) ListTableValuedFunctionsPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) ListTableValuedFunctionsResponder(resp *http.Response) (result USQLTableValuedFunctionList, err error) + func (client Client) ListTableValuedFunctionsSender(req *http.Request) (*http.Response, error) + func (client Client) ListTables(ctx context.Context, accountName string, databaseName string, ...) (result USQLTableListPage, err error) + func (client Client) ListTablesComplete(ctx context.Context, accountName string, databaseName string, ...) (result USQLTableListIterator, err error) + func (client Client) ListTablesPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) ListTablesResponder(resp *http.Response) (result USQLTableList, err error) + func (client Client) ListTablesSender(req *http.Request) (*http.Response, error) + func (client Client) ListTypes(ctx context.Context, accountName string, databaseName string, ...) (result USQLTypeListPage, err error) + func (client Client) ListTypesComplete(ctx context.Context, accountName string, databaseName string, ...) (result USQLTypeListIterator, err error) + func (client Client) ListTypesPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) ListTypesResponder(resp *http.Response) (result USQLTypeList, err error) + func (client Client) ListTypesSender(req *http.Request) (*http.Response, error) + func (client Client) ListViews(ctx context.Context, accountName string, databaseName string, ...) (result USQLViewListPage, err error) + func (client Client) ListViewsComplete(ctx context.Context, accountName string, databaseName string, ...) (result USQLViewListIterator, err error) + func (client Client) ListViewsPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) ListViewsResponder(resp *http.Response) (result USQLViewList, err error) + func (client Client) ListViewsSender(req *http.Request) (*http.Response, error) + func (client Client) UpdateSecret(ctx context.Context, accountName string, databaseName string, ...) (result USQLSecret, err error) + func (client Client) UpdateSecretPreparer(ctx context.Context, accountName string, databaseName string, ...) (*http.Request, error) + func (client Client) UpdateSecretResponder(resp *http.Response) (result USQLSecret, err error) + func (client Client) UpdateSecretSender(req *http.Request) (*http.Response, error) + type DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters struct + Password *string + URI *string + type DdlName struct + FirstPart *string + SecondPart *string + Server *string + ThirdPart *string + type EntityID struct + Name *DdlName + Version *uuid.UUID + type ExternalTable struct + DataSource *EntityID + TableName *string + type FileType string + const Assembly + const Resource + func PossibleFileTypeValues() []FileType + type Item struct + ComputeAccountName *string + Version *uuid.UUID + type ItemList struct + Count *int32 + NextLink *string + type TypeFieldInfo struct + Name *string + Type *string + type USQLAssembly struct + ClrName *string + ComputeAccountName *string + DatabaseName *string + Dependencies *[]USQLAssemblyDependencyInfo + Files *[]USQLAssemblyFileInfo + IsUserDefined *bool + IsVisible *bool + Name *string + Version *uuid.UUID + type USQLAssemblyClr struct + ClrName *string + ComputeAccountName *string + DatabaseName *string + Name *string + Version *uuid.UUID + type USQLAssemblyDependencyInfo struct + EntityID *EntityID + type USQLAssemblyFileInfo struct + ContentPath *string + OriginalPath *string + Type FileType + type USQLAssemblyList struct + Count *int32 + NextLink *string + Value *[]USQLAssemblyClr + func (usal USQLAssemblyList) IsEmpty() bool + func (usal USQLAssemblyList) MarshalJSON() ([]byte, error) + type USQLAssemblyListIterator struct + func NewUSQLAssemblyListIterator(page USQLAssemblyListPage) USQLAssemblyListIterator + func (iter *USQLAssemblyListIterator) Next() error + func (iter *USQLAssemblyListIterator) NextWithContext(ctx context.Context) (err error) + func (iter USQLAssemblyListIterator) NotDone() bool + func (iter USQLAssemblyListIterator) Response() USQLAssemblyList + func (iter USQLAssemblyListIterator) Value() USQLAssemblyClr + type USQLAssemblyListPage struct + func NewUSQLAssemblyListPage(cur USQLAssemblyList, ...) USQLAssemblyListPage + func (page *USQLAssemblyListPage) Next() error + func (page *USQLAssemblyListPage) NextWithContext(ctx context.Context) (err error) + func (page USQLAssemblyListPage) NotDone() bool + func (page USQLAssemblyListPage) Response() USQLAssemblyList + func (page USQLAssemblyListPage) Values() []USQLAssemblyClr + type USQLCredential struct + ComputeAccountName *string + DatabaseName *string + Identity *string + Name *string + UserName *string + Version *uuid.UUID + type USQLCredentialList struct + Count *int32 + NextLink *string + Value *[]USQLCredential + func (uscl USQLCredentialList) IsEmpty() bool + func (uscl USQLCredentialList) MarshalJSON() ([]byte, error) + type USQLCredentialListIterator struct + func NewUSQLCredentialListIterator(page USQLCredentialListPage) USQLCredentialListIterator + func (iter *USQLCredentialListIterator) Next() error + func (iter *USQLCredentialListIterator) NextWithContext(ctx context.Context) (err error) + func (iter USQLCredentialListIterator) NotDone() bool + func (iter USQLCredentialListIterator) Response() USQLCredentialList + func (iter USQLCredentialListIterator) Value() USQLCredential + type USQLCredentialListPage struct + func NewUSQLCredentialListPage(cur USQLCredentialList, ...) USQLCredentialListPage + func (page *USQLCredentialListPage) Next() error + func (page *USQLCredentialListPage) NextWithContext(ctx context.Context) (err error) + func (page USQLCredentialListPage) NotDone() bool + func (page USQLCredentialListPage) Response() USQLCredentialList + func (page USQLCredentialListPage) Values() []USQLCredential + type USQLDatabase struct + ComputeAccountName *string + Name *string + Version *uuid.UUID + type USQLDatabaseList struct + Count *int32 + NextLink *string + Value *[]USQLDatabase + func (usdl USQLDatabaseList) IsEmpty() bool + func (usdl USQLDatabaseList) MarshalJSON() ([]byte, error) + type USQLDatabaseListIterator struct + func NewUSQLDatabaseListIterator(page USQLDatabaseListPage) USQLDatabaseListIterator + func (iter *USQLDatabaseListIterator) Next() error + func (iter *USQLDatabaseListIterator) NextWithContext(ctx context.Context) (err error) + func (iter USQLDatabaseListIterator) NotDone() bool + func (iter USQLDatabaseListIterator) Response() USQLDatabaseList + func (iter USQLDatabaseListIterator) Value() USQLDatabase + type USQLDatabaseListPage struct + func NewUSQLDatabaseListPage(cur USQLDatabaseList, ...) USQLDatabaseListPage + func (page *USQLDatabaseListPage) Next() error + func (page *USQLDatabaseListPage) NextWithContext(ctx context.Context) (err error) + func (page USQLDatabaseListPage) NotDone() bool + func (page USQLDatabaseListPage) Response() USQLDatabaseList + func (page USQLDatabaseListPage) Values() []USQLDatabase + type USQLDirectedColumn struct + Descending *bool + Name *string + type USQLDistributionInfo struct + Count *int32 + DynamicCount *int32 + Keys *[]USQLDirectedColumn + Type *int32 + type USQLExternalDataSource struct + ComputeAccountName *string + DatabaseName *string + Name *string + Provider *string + ProviderString *string + PushdownTypes *[]string + Version *uuid.UUID + type USQLExternalDataSourceList struct + Count *int32 + NextLink *string + Value *[]USQLExternalDataSource + func (usedsl USQLExternalDataSourceList) IsEmpty() bool + func (usedsl USQLExternalDataSourceList) MarshalJSON() ([]byte, error) + type USQLExternalDataSourceListIterator struct + func NewUSQLExternalDataSourceListIterator(page USQLExternalDataSourceListPage) USQLExternalDataSourceListIterator + func (iter *USQLExternalDataSourceListIterator) Next() error + func (iter *USQLExternalDataSourceListIterator) NextWithContext(ctx context.Context) (err error) + func (iter USQLExternalDataSourceListIterator) NotDone() bool + func (iter USQLExternalDataSourceListIterator) Response() USQLExternalDataSourceList + func (iter USQLExternalDataSourceListIterator) Value() USQLExternalDataSource + type USQLExternalDataSourceListPage struct + func NewUSQLExternalDataSourceListPage(cur USQLExternalDataSourceList, ...) USQLExternalDataSourceListPage + func (page *USQLExternalDataSourceListPage) Next() error + func (page *USQLExternalDataSourceListPage) NextWithContext(ctx context.Context) (err error) + func (page USQLExternalDataSourceListPage) NotDone() bool + func (page USQLExternalDataSourceListPage) Response() USQLExternalDataSourceList + func (page USQLExternalDataSourceListPage) Values() []USQLExternalDataSource + type USQLIndex struct + Columns *[]string + DistributionInfo *USQLDistributionInfo + IndexID *int32 + IndexKeys *[]USQLDirectedColumn + IsColumnstore *bool + IsUnique *bool + Name *string + PartitionFunction *uuid.UUID + PartitionKeyList *[]string + StreamNames *[]string + type USQLProcedure struct + ComputeAccountName *string + DatabaseName *string + Definition *string + Name *string + SchemaName *string + Version *uuid.UUID + type USQLProcedureList struct + Count *int32 + NextLink *string + Value *[]USQLProcedure + func (uspl USQLProcedureList) IsEmpty() bool + func (uspl USQLProcedureList) MarshalJSON() ([]byte, error) + type USQLProcedureListIterator struct + func NewUSQLProcedureListIterator(page USQLProcedureListPage) USQLProcedureListIterator + func (iter *USQLProcedureListIterator) Next() error + func (iter *USQLProcedureListIterator) NextWithContext(ctx context.Context) (err error) + func (iter USQLProcedureListIterator) NotDone() bool + func (iter USQLProcedureListIterator) Response() USQLProcedureList + func (iter USQLProcedureListIterator) Value() USQLProcedure + type USQLProcedureListPage struct + func NewUSQLProcedureListPage(cur USQLProcedureList, ...) USQLProcedureListPage + func (page *USQLProcedureListPage) Next() error + func (page *USQLProcedureListPage) NextWithContext(ctx context.Context) (err error) + func (page USQLProcedureListPage) NotDone() bool + func (page USQLProcedureListPage) Response() USQLProcedureList + func (page USQLProcedureListPage) Values() []USQLProcedure + type USQLSchema struct + ComputeAccountName *string + DatabaseName *string + Name *string + Version *uuid.UUID + type USQLSchemaList struct + Count *int32 + NextLink *string + Value *[]USQLSchema + func (ussl USQLSchemaList) IsEmpty() bool + func (ussl USQLSchemaList) MarshalJSON() ([]byte, error) + type USQLSchemaListIterator struct + func NewUSQLSchemaListIterator(page USQLSchemaListPage) USQLSchemaListIterator + func (iter *USQLSchemaListIterator) Next() error + func (iter *USQLSchemaListIterator) NextWithContext(ctx context.Context) (err error) + func (iter USQLSchemaListIterator) NotDone() bool + func (iter USQLSchemaListIterator) Response() USQLSchemaList + func (iter USQLSchemaListIterator) Value() USQLSchema + type USQLSchemaListPage struct + func NewUSQLSchemaListPage(cur USQLSchemaList, ...) USQLSchemaListPage + func (page *USQLSchemaListPage) Next() error + func (page *USQLSchemaListPage) NextWithContext(ctx context.Context) (err error) + func (page USQLSchemaListPage) NotDone() bool + func (page USQLSchemaListPage) Response() USQLSchemaList + func (page USQLSchemaListPage) Values() []USQLSchema + type USQLSecret struct + ComputeAccountName *string + CreationTime *date.Time + DatabaseName *string + Name *string + Password *string + URI *string + Version *uuid.UUID + type USQLTable struct + ColumnList *[]USQLTableColumn + ComputeAccountName *string + DatabaseName *string + DistributionInfo *USQLDistributionInfo + ExternalTable *ExternalTable + IndexList *[]USQLIndex + Name *string + PartitionKeyList *[]string + SchemaName *string + Version *uuid.UUID + type USQLTableColumn struct + Name *string + Type *string + type USQLTableList struct + Count *int32 + NextLink *string + Value *[]USQLTable + func (ustl USQLTableList) IsEmpty() bool + func (ustl USQLTableList) MarshalJSON() ([]byte, error) + type USQLTableListIterator struct + func NewUSQLTableListIterator(page USQLTableListPage) USQLTableListIterator + func (iter *USQLTableListIterator) Next() error + func (iter *USQLTableListIterator) NextWithContext(ctx context.Context) (err error) + func (iter USQLTableListIterator) NotDone() bool + func (iter USQLTableListIterator) Response() USQLTableList + func (iter USQLTableListIterator) Value() USQLTable + type USQLTableListPage struct + func NewUSQLTableListPage(cur USQLTableList, ...) USQLTableListPage + func (page *USQLTableListPage) Next() error + func (page *USQLTableListPage) NextWithContext(ctx context.Context) (err error) + func (page USQLTableListPage) NotDone() bool + func (page USQLTableListPage) Response() USQLTableList + func (page USQLTableListPage) Values() []USQLTable + type USQLTablePartition struct + ComputeAccountName *string + CreateDate *date.Time + DatabaseName *string + IndexID *int32 + Label *[]string + Name *string + ParentName *DdlName + SchemaName *string + Version *uuid.UUID + type USQLTablePartitionList struct + Count *int32 + NextLink *string + Value *[]USQLTablePartition + func (ustpl USQLTablePartitionList) IsEmpty() bool + func (ustpl USQLTablePartitionList) MarshalJSON() ([]byte, error) + type USQLTablePartitionListIterator struct + func NewUSQLTablePartitionListIterator(page USQLTablePartitionListPage) USQLTablePartitionListIterator + func (iter *USQLTablePartitionListIterator) Next() error + func (iter *USQLTablePartitionListIterator) NextWithContext(ctx context.Context) (err error) + func (iter USQLTablePartitionListIterator) NotDone() bool + func (iter USQLTablePartitionListIterator) Response() USQLTablePartitionList + func (iter USQLTablePartitionListIterator) Value() USQLTablePartition + type USQLTablePartitionListPage struct + func NewUSQLTablePartitionListPage(cur USQLTablePartitionList, ...) USQLTablePartitionListPage + func (page *USQLTablePartitionListPage) Next() error + func (page *USQLTablePartitionListPage) NextWithContext(ctx context.Context) (err error) + func (page USQLTablePartitionListPage) NotDone() bool + func (page USQLTablePartitionListPage) Response() USQLTablePartitionList + func (page USQLTablePartitionListPage) Values() []USQLTablePartition + type USQLTableStatistics struct + ColNames *[]string + ComputeAccountName *string + CreateTime *date.Time + DatabaseName *string + FilterDefinition *string + HasFilter *bool + IsAutoCreated *bool + IsUserCreated *bool + Name *string + SchemaName *string + StatDataPath *string + TableName *string + UpdateTime *date.Time + UserStatName *string + Version *uuid.UUID + type USQLTableStatisticsList struct + Count *int32 + NextLink *string + Value *[]USQLTableStatistics + func (ustsl USQLTableStatisticsList) IsEmpty() bool + func (ustsl USQLTableStatisticsList) MarshalJSON() ([]byte, error) + type USQLTableStatisticsListIterator struct + func NewUSQLTableStatisticsListIterator(page USQLTableStatisticsListPage) USQLTableStatisticsListIterator + func (iter *USQLTableStatisticsListIterator) Next() error + func (iter *USQLTableStatisticsListIterator) NextWithContext(ctx context.Context) (err error) + func (iter USQLTableStatisticsListIterator) NotDone() bool + func (iter USQLTableStatisticsListIterator) Response() USQLTableStatisticsList + func (iter USQLTableStatisticsListIterator) Value() USQLTableStatistics + type USQLTableStatisticsListPage struct + func NewUSQLTableStatisticsListPage(cur USQLTableStatisticsList, ...) USQLTableStatisticsListPage + func (page *USQLTableStatisticsListPage) Next() error + func (page *USQLTableStatisticsListPage) NextWithContext(ctx context.Context) (err error) + func (page USQLTableStatisticsListPage) NotDone() bool + func (page USQLTableStatisticsListPage) Response() USQLTableStatisticsList + func (page USQLTableStatisticsListPage) Values() []USQLTableStatistics + type USQLTableType struct + CSharpName *string + Columns *[]TypeFieldInfo + ComputeAccountName *string + DatabaseName *string + FullCSharpName *string + IsAssemblyType *bool + IsComplexType *bool + IsNullable *bool + IsTableType *bool + IsUserDefined *bool + Name *string + PrincipalID *int32 + SchemaID *int32 + SchemaName *string + SystemTypeID *int32 + TypeFamily *string + UserTypeID *int32 + Version *uuid.UUID + func (ustt USQLTableType) MarshalJSON() ([]byte, error) + type USQLTableTypeList struct + Count *int32 + NextLink *string + Value *[]USQLTableType + func (usttl USQLTableTypeList) IsEmpty() bool + func (usttl USQLTableTypeList) MarshalJSON() ([]byte, error) + type USQLTableTypeListIterator struct + func NewUSQLTableTypeListIterator(page USQLTableTypeListPage) USQLTableTypeListIterator + func (iter *USQLTableTypeListIterator) Next() error + func (iter *USQLTableTypeListIterator) NextWithContext(ctx context.Context) (err error) + func (iter USQLTableTypeListIterator) NotDone() bool + func (iter USQLTableTypeListIterator) Response() USQLTableTypeList + func (iter USQLTableTypeListIterator) Value() USQLTableType + type USQLTableTypeListPage struct + func NewUSQLTableTypeListPage(cur USQLTableTypeList, ...) USQLTableTypeListPage + func (page *USQLTableTypeListPage) Next() error + func (page *USQLTableTypeListPage) NextWithContext(ctx context.Context) (err error) + func (page USQLTableTypeListPage) NotDone() bool + func (page USQLTableTypeListPage) Response() USQLTableTypeList + func (page USQLTableTypeListPage) Values() []USQLTableType + type USQLTableValuedFunction struct + ComputeAccountName *string + DatabaseName *string + Definition *string + Name *string + SchemaName *string + Version *uuid.UUID + type USQLTableValuedFunctionList struct + Count *int32 + NextLink *string + Value *[]USQLTableValuedFunction + func (ustvfl USQLTableValuedFunctionList) IsEmpty() bool + func (ustvfl USQLTableValuedFunctionList) MarshalJSON() ([]byte, error) + type USQLTableValuedFunctionListIterator struct + func NewUSQLTableValuedFunctionListIterator(page USQLTableValuedFunctionListPage) USQLTableValuedFunctionListIterator + func (iter *USQLTableValuedFunctionListIterator) Next() error + func (iter *USQLTableValuedFunctionListIterator) NextWithContext(ctx context.Context) (err error) + func (iter USQLTableValuedFunctionListIterator) NotDone() bool + func (iter USQLTableValuedFunctionListIterator) Response() USQLTableValuedFunctionList + func (iter USQLTableValuedFunctionListIterator) Value() USQLTableValuedFunction + type USQLTableValuedFunctionListPage struct + func NewUSQLTableValuedFunctionListPage(cur USQLTableValuedFunctionList, ...) USQLTableValuedFunctionListPage + func (page *USQLTableValuedFunctionListPage) Next() error + func (page *USQLTableValuedFunctionListPage) NextWithContext(ctx context.Context) (err error) + func (page USQLTableValuedFunctionListPage) NotDone() bool + func (page USQLTableValuedFunctionListPage) Response() USQLTableValuedFunctionList + func (page USQLTableValuedFunctionListPage) Values() []USQLTableValuedFunction + type USQLType struct + CSharpName *string + ComputeAccountName *string + DatabaseName *string + FullCSharpName *string + IsAssemblyType *bool + IsComplexType *bool + IsNullable *bool + IsTableType *bool + IsUserDefined *bool + Name *string + PrincipalID *int32 + SchemaID *int32 + SchemaName *string + SystemTypeID *int32 + TypeFamily *string + UserTypeID *int32 + Version *uuid.UUID + type USQLTypeList struct + Count *int32 + NextLink *string + Value *[]USQLType + func (ustl USQLTypeList) IsEmpty() bool + func (ustl USQLTypeList) MarshalJSON() ([]byte, error) + type USQLTypeListIterator struct + func NewUSQLTypeListIterator(page USQLTypeListPage) USQLTypeListIterator + func (iter *USQLTypeListIterator) Next() error + func (iter *USQLTypeListIterator) NextWithContext(ctx context.Context) (err error) + func (iter USQLTypeListIterator) NotDone() bool + func (iter USQLTypeListIterator) Response() USQLTypeList + func (iter USQLTypeListIterator) Value() USQLType + type USQLTypeListPage struct + func NewUSQLTypeListPage(cur USQLTypeList, ...) USQLTypeListPage + func (page *USQLTypeListPage) Next() error + func (page *USQLTypeListPage) NextWithContext(ctx context.Context) (err error) + func (page USQLTypeListPage) NotDone() bool + func (page USQLTypeListPage) Response() USQLTypeList + func (page USQLTypeListPage) Values() []USQLType + type USQLView struct + ComputeAccountName *string + DatabaseName *string + Definition *string + Name *string + SchemaName *string + Version *uuid.UUID + type USQLViewList struct + Count *int32 + NextLink *string + Value *[]USQLView + func (usvl USQLViewList) IsEmpty() bool + func (usvl USQLViewList) MarshalJSON() ([]byte, error) + type USQLViewListIterator struct + func NewUSQLViewListIterator(page USQLViewListPage) USQLViewListIterator + func (iter *USQLViewListIterator) Next() error + func (iter *USQLViewListIterator) NextWithContext(ctx context.Context) (err error) + func (iter USQLViewListIterator) NotDone() bool + func (iter USQLViewListIterator) Response() USQLViewList + func (iter USQLViewListIterator) Value() USQLView + type USQLViewListPage struct + func NewUSQLViewListPage(cur USQLViewList, ...) USQLViewListPage + func (page *USQLViewListPage) Next() error + func (page *USQLViewListPage) NextWithContext(ctx context.Context) (err error) + func (page USQLViewListPage) NotDone() bool + func (page USQLViewListPage) Response() USQLViewList + func (page USQLViewListPage) Values() []USQLView