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 + type ClientAPI interface + CreateCredential func(ctx context.Context, accountName string, databaseName string, ...) (result autorest.Response, err error) + CreateSecret func(ctx context.Context, accountName string, databaseName string, ...) (result autorest.Response, err error) + DeleteAllSecrets func(ctx context.Context, accountName string, databaseName string) (result autorest.Response, err error) + DeleteCredential func(ctx context.Context, accountName string, databaseName string, ...) (result autorest.Response, err error) + DeleteSecret func(ctx context.Context, accountName string, databaseName string, ...) (result autorest.Response, err error) + GetAssembly func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLAssembly, err error) + GetCredential func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLCredential, err error) + GetDatabase func(ctx context.Context, accountName string, databaseName string) (result catalog.USQLDatabase, err error) + GetExternalDataSource func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLExternalDataSource, err error) + GetPackage func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLPackage, err error) + GetProcedure func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLProcedure, err error) + GetSchema func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLSchema, err error) + GetSecret func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLSecret, err error) + GetTable func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTable, err error) + GetTablePartition func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTablePartition, err error) + GetTableStatistic func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableStatistics, err error) + GetTableType func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableType, err error) + GetTableValuedFunction func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableValuedFunction, err error) + GetView func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLView, err error) + GrantACL func(ctx context.Context, accountName string, ...) (result autorest.Response, err error) + GrantACLToDatabase func(ctx context.Context, accountName string, databaseName string, ...) (result autorest.Response, err error) + ListAcls func(ctx context.Context, accountName string, filter string, top *int32, ...) (result catalog.ACLListPage, err error) + ListAclsByDatabase func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.ACLListPage, err error) + ListAclsByDatabaseComplete func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.ACLListIterator, err error) + ListAclsComplete func(ctx context.Context, accountName string, filter string, top *int32, ...) (result catalog.ACLListIterator, err error) + ListAssemblies func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLAssemblyListPage, err error) + ListAssembliesComplete func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLAssemblyListIterator, err error) + ListCredentials func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLCredentialListPage, err error) + ListCredentialsComplete func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLCredentialListIterator, err error) + ListDatabases func(ctx context.Context, accountName string, filter string, top *int32, ...) (result catalog.USQLDatabaseListPage, err error) + ListDatabasesComplete func(ctx context.Context, accountName string, filter string, top *int32, ...) (result catalog.USQLDatabaseListIterator, err error) + ListExternalDataSources func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLExternalDataSourceListPage, err error) + ListExternalDataSourcesComplete func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLExternalDataSourceListIterator, err error) + ListPackages func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLPackageListPage, err error) + ListPackagesComplete func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLPackageListIterator, err error) + ListProcedures func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLProcedureListPage, err error) + ListProceduresComplete func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLProcedureListIterator, err error) + ListSchemas func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLSchemaListPage, err error) + ListSchemasComplete func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLSchemaListIterator, err error) + ListTableFragments func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableFragmentListPage, err error) + ListTableFragmentsComplete func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableFragmentListIterator, err error) + ListTablePartitions func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTablePartitionListPage, err error) + ListTablePartitionsComplete func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTablePartitionListIterator, err error) + ListTableStatistics func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableStatisticsListPage, err error) + ListTableStatisticsByDatabase func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLTableStatisticsListPage, err error) + ListTableStatisticsByDatabaseAndSchema func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableStatisticsListPage, err error) + ListTableStatisticsByDatabaseAndSchemaComplete func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableStatisticsListIterator, err error) + ListTableStatisticsByDatabaseComplete func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLTableStatisticsListIterator, err error) + ListTableStatisticsComplete func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableStatisticsListIterator, err error) + ListTableTypes func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableTypeListPage, err error) + ListTableTypesComplete func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableTypeListIterator, err error) + ListTableValuedFunctions func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableValuedFunctionListPage, err error) + ListTableValuedFunctionsByDatabase func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLTableValuedFunctionListPage, err error) + ListTableValuedFunctionsByDatabaseComplete func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLTableValuedFunctionListIterator, err error) + ListTableValuedFunctionsComplete func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableValuedFunctionListIterator, err error) + ListTables func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableListPage, err error) + ListTablesByDatabase func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLTableListPage, err error) + ListTablesByDatabaseComplete func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLTableListIterator, err error) + ListTablesComplete func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTableListIterator, err error) + ListTypes func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTypeListPage, err error) + ListTypesComplete func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTypeListIterator, err error) + ListViews func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLViewListPage, err error) + ListViewsByDatabase func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLViewListPage, err error) + ListViewsByDatabaseComplete func(ctx context.Context, accountName string, databaseName string, filter string, ...) (result catalog.USQLViewListIterator, err error) + ListViewsComplete func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLViewListIterator, err error) + PreviewTable func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTablePreview, err error) + PreviewTablePartition func(ctx context.Context, accountName string, databaseName string, ...) (result catalog.USQLTablePreview, err error) + RevokeACL func(ctx context.Context, accountName string, ...) (result autorest.Response, err error) + RevokeACLFromDatabase func(ctx context.Context, accountName string, databaseName string, ...) (result autorest.Response, err error) + UpdateCredential func(ctx context.Context, accountName string, databaseName string, ...) (result autorest.Response, err error) + UpdateSecret func(ctx context.Context, accountName string, databaseName string, ...) (result autorest.Response, err error)