Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Access ¶
type Access interface {
Kind() AccessKind
Action() Action
QualifiedName() string
}
type AccessKind ¶
type AccessKind int
const ( TableAccessKind AccessKind = iota SchemaAccessKind CatalogAccessKind )
type AccessReceiver ¶
type TableAccess ¶
func (*TableAccess) Action ¶
func (t *TableAccess) Action() Action
func (*TableAccess) Kind ¶
func (t *TableAccess) Kind() AccessKind
func (*TableAccess) QualifiedName ¶
func (t *TableAccess) QualifiedName() string
Click to show internal directories.
Click to hide internal directories.