Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMethodAnalysisInput ¶
func NewMethodAnalysisInput( method anysdk.OperationStore, service anysdk.Service, isNilResponseAllowed bool, columns []ColumnDescriptor, isAwait bool, ) anysdk.MethodAnalysisInput
Types ¶
type Addressable ¶
type ArmouryGenerator ¶
type ArmouryGenerator interface {
GetHTTPArmoury() (anysdk.HTTPArmoury, error)
}
type ColumnDescriptor ¶
type ColumnDescriptor interface {
GetAlias() string
GetDecoratedCol() string
GetIdentifier() string
GetName() string
GetNode() sqlparser.SQLNode
GetQualifier() string
GetRepresentativeSchema() anysdk.Schema
GetSchema() anysdk.Schema
GetVal() *sqlparser.SQLVal
// contains filtered or unexported methods
}
type SQLExternalColumn ¶
type SQLExternalTable ¶
type SQLExternalTable interface {
GetCatalogName() string
GetSchemaName() string
GetName() string
GetColumns() []SQLExternalColumn
}
Click to show internal directories.
Click to hide internal directories.