Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionNotSupportedError ¶
func (*FunctionNotSupportedError) Error ¶
func (e *FunctionNotSupportedError) Error() string
type ResourceNotFoundError ¶
type ResourceNotFoundError struct {
Err error
Server *string
DatabaseLink *string
Database *string
Schema *string
Table *string
Column *string
Function *string
}
ResourceNotFoundError is returned when a resource is not found in the processing the query.
func (*ResourceNotFoundError) Error ¶
func (e *ResourceNotFoundError) Error() string
func (*ResourceNotFoundError) Unwrap ¶
func (e *ResourceNotFoundError) Unwrap() error
type TypeNotSupportedError ¶
TypeNotSupportedError is returned when a type is not supported in the query span, for example, using a function as table source.
func (*TypeNotSupportedError) Error ¶
func (e *TypeNotSupportedError) Error() string
func (*TypeNotSupportedError) Unwrap ¶
func (e *TypeNotSupportedError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.