catalog

package
v34.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultAdlaCatalogDNSSuffix = original.DefaultAdlaCatalogDNSSuffix
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

func Version

func Version() string

Types

type BaseClient

type BaseClient = original.BaseClient

func New

func New() BaseClient

func NewWithoutDefaults

func NewWithoutDefaults(adlaCatalogDNSSuffix string) BaseClient

type Client

type Client = original.Client

func NewClient

func NewClient() Client

type DdlName

type DdlName = original.DdlName

type EntityID

type EntityID = original.EntityID

type ExternalTable

type ExternalTable = original.ExternalTable

type FileType

type FileType = original.FileType
const (
	Assembly FileType = original.Assembly
	Resource FileType = original.Resource
)

func PossibleFileTypeValues

func PossibleFileTypeValues() []FileType

type Item

type Item = original.Item

type ItemList

type ItemList = original.ItemList

type TypeFieldInfo

type TypeFieldInfo = original.TypeFieldInfo

type USQLAssembly

type USQLAssembly = original.USQLAssembly

type USQLAssemblyClr

type USQLAssemblyClr = original.USQLAssemblyClr

type USQLAssemblyDependencyInfo

type USQLAssemblyDependencyInfo = original.USQLAssemblyDependencyInfo

type USQLAssemblyFileInfo

type USQLAssemblyFileInfo = original.USQLAssemblyFileInfo

type USQLAssemblyList

type USQLAssemblyList = original.USQLAssemblyList

type USQLAssemblyListIterator

type USQLAssemblyListIterator = original.USQLAssemblyListIterator

func NewUSQLAssemblyListIterator

func NewUSQLAssemblyListIterator(page USQLAssemblyListPage) USQLAssemblyListIterator

type USQLAssemblyListPage

type USQLAssemblyListPage = original.USQLAssemblyListPage

func NewUSQLAssemblyListPage

func NewUSQLAssemblyListPage(getNextPage func(context.Context, USQLAssemblyList) (USQLAssemblyList, error)) USQLAssemblyListPage

type USQLCredential

type USQLCredential = original.USQLCredential

type USQLCredentialList

type USQLCredentialList = original.USQLCredentialList

type USQLCredentialListIterator

type USQLCredentialListIterator = original.USQLCredentialListIterator

type USQLCredentialListPage

type USQLCredentialListPage = original.USQLCredentialListPage

type USQLDatabase

type USQLDatabase = original.USQLDatabase

type USQLDatabaseList

type USQLDatabaseList = original.USQLDatabaseList

type USQLDatabaseListIterator

type USQLDatabaseListIterator = original.USQLDatabaseListIterator

func NewUSQLDatabaseListIterator

func NewUSQLDatabaseListIterator(page USQLDatabaseListPage) USQLDatabaseListIterator

type USQLDatabaseListPage

type USQLDatabaseListPage = original.USQLDatabaseListPage

func NewUSQLDatabaseListPage

func NewUSQLDatabaseListPage(getNextPage func(context.Context, USQLDatabaseList) (USQLDatabaseList, error)) USQLDatabaseListPage

type USQLDirectedColumn

type USQLDirectedColumn = original.USQLDirectedColumn

type USQLDistributionInfo

type USQLDistributionInfo = original.USQLDistributionInfo

type USQLExternalDataSource

type USQLExternalDataSource = original.USQLExternalDataSource

type USQLExternalDataSourceList

type USQLExternalDataSourceList = original.USQLExternalDataSourceList

type USQLIndex

type USQLIndex = original.USQLIndex

type USQLProcedure

type USQLProcedure = original.USQLProcedure

type USQLProcedureList

type USQLProcedureList = original.USQLProcedureList

type USQLProcedureListIterator

type USQLProcedureListIterator = original.USQLProcedureListIterator

type USQLProcedureListPage

type USQLProcedureListPage = original.USQLProcedureListPage

func NewUSQLProcedureListPage

func NewUSQLProcedureListPage(getNextPage func(context.Context, USQLProcedureList) (USQLProcedureList, error)) USQLProcedureListPage

type USQLSchema

type USQLSchema = original.USQLSchema

type USQLSchemaList

type USQLSchemaList = original.USQLSchemaList

type USQLSchemaListIterator

type USQLSchemaListIterator = original.USQLSchemaListIterator

func NewUSQLSchemaListIterator

func NewUSQLSchemaListIterator(page USQLSchemaListPage) USQLSchemaListIterator

type USQLSchemaListPage

type USQLSchemaListPage = original.USQLSchemaListPage

func NewUSQLSchemaListPage

func NewUSQLSchemaListPage(getNextPage func(context.Context, USQLSchemaList) (USQLSchemaList, error)) USQLSchemaListPage

type USQLSecret

type USQLSecret = original.USQLSecret

type USQLTable

type USQLTable = original.USQLTable

type USQLTableColumn

type USQLTableColumn = original.USQLTableColumn

type USQLTableList

type USQLTableList = original.USQLTableList

type USQLTableListIterator

type USQLTableListIterator = original.USQLTableListIterator

func NewUSQLTableListIterator

func NewUSQLTableListIterator(page USQLTableListPage) USQLTableListIterator

type USQLTableListPage

type USQLTableListPage = original.USQLTableListPage

func NewUSQLTableListPage

func NewUSQLTableListPage(getNextPage func(context.Context, USQLTableList) (USQLTableList, error)) USQLTableListPage

type USQLTablePartition

type USQLTablePartition = original.USQLTablePartition

type USQLTablePartitionList

type USQLTablePartitionList = original.USQLTablePartitionList

type USQLTableStatistics

type USQLTableStatistics = original.USQLTableStatistics

type USQLTableStatisticsList

type USQLTableStatisticsList = original.USQLTableStatisticsList

type USQLTableType

type USQLTableType = original.USQLTableType

type USQLTableTypeList

type USQLTableTypeList = original.USQLTableTypeList

type USQLTableTypeListIterator

type USQLTableTypeListIterator = original.USQLTableTypeListIterator

type USQLTableTypeListPage

type USQLTableTypeListPage = original.USQLTableTypeListPage

func NewUSQLTableTypeListPage

func NewUSQLTableTypeListPage(getNextPage func(context.Context, USQLTableTypeList) (USQLTableTypeList, error)) USQLTableTypeListPage

type USQLTableValuedFunction

type USQLTableValuedFunction = original.USQLTableValuedFunction

type USQLTableValuedFunctionList

type USQLTableValuedFunctionList = original.USQLTableValuedFunctionList

type USQLType

type USQLType = original.USQLType

type USQLTypeList

type USQLTypeList = original.USQLTypeList

type USQLTypeListIterator

type USQLTypeListIterator = original.USQLTypeListIterator

func NewUSQLTypeListIterator

func NewUSQLTypeListIterator(page USQLTypeListPage) USQLTypeListIterator

type USQLTypeListPage

type USQLTypeListPage = original.USQLTypeListPage

func NewUSQLTypeListPage

func NewUSQLTypeListPage(getNextPage func(context.Context, USQLTypeList) (USQLTypeList, error)) USQLTypeListPage

type USQLView

type USQLView = original.USQLView

type USQLViewList

type USQLViewList = original.USQLViewList

type USQLViewListIterator

type USQLViewListIterator = original.USQLViewListIterator

func NewUSQLViewListIterator

func NewUSQLViewListIterator(page USQLViewListPage) USQLViewListIterator

type USQLViewListPage

type USQLViewListPage = original.USQLViewListPage

func NewUSQLViewListPage

func NewUSQLViewListPage(getNextPage func(context.Context, USQLViewList) (USQLViewList, error)) USQLViewListPage

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL