Documentation
¶
Index ¶
- func ScanDeleteStatementForIssues(query string, tables []dbtypes.Table) ([]issuetypes.QueryIssue, error)
- func ScanInsertStatementForIssues(query string, tables []dbtypes.Table) ([]issuetypes.QueryIssue, error)
- func ScanSelectStatementForIssues(query string, tables []dbtypes.Table) ([]issuetypes.QueryIssue, error)
- func ScanUpdateStatementForIssues(query string, tables []dbtypes.Table) ([]issuetypes.QueryIssue, error)
- type DeleteStatement
- type Index
- type InsertStatement
- type SelectStatement
- type UpdateStatement
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ScanDeleteStatementForIssues ¶
func ScanDeleteStatementForIssues(query string, tables []dbtypes.Table) ([]issuetypes.QueryIssue, error)
func ScanInsertStatementForIssues ¶
func ScanInsertStatementForIssues(query string, tables []dbtypes.Table) ([]issuetypes.QueryIssue, error)
func ScanSelectStatementForIssues ¶
func ScanSelectStatementForIssues(query string, tables []dbtypes.Table) ([]issuetypes.QueryIssue, error)
func ScanUpdateStatementForIssues ¶
func ScanUpdateStatementForIssues(query string, tables []dbtypes.Table) ([]issuetypes.QueryIssue, error)
Types ¶
type DeleteStatement ¶
type DeleteStatement struct {
Tables []string // List of tables being deleted from
}
type InsertStatement ¶
type SelectStatement ¶
type UpdateStatement ¶
Click to show internal directories.
Click to hide internal directories.