Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key struct {
Table, Column string
}
func (*Key) ColumnName ¶
func (key *Key) ColumnName() *ast.ColumnName
type KeyMatcher ¶
type KeyMatcher struct {
// contains filtered or unexported fields
}
func NewKeyMatcher ¶
func NewKeyMatcher(keymaps []KeyMap) *KeyMatcher
func (KeyMatcher) MatchKey ¶
func (matcher KeyMatcher) MatchKey(k1, k2 Key) bool
func (KeyMatcher) MatchRandom ¶
func (matcher KeyMatcher) MatchRandom(t1, t2 string) *KeyPair
Click to show internal directories.
Click to hide internal directories.