Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtractedStatement ¶
type ExtractedStatement struct {
Kind spec.Kind
RawSQL string
Extractor spec.StatementExtractor
}
type Result ¶
type Result struct {
Statements []ExtractedStatement
Warnings []string
}
Click to show internal directories.
Click to hide internal directories.