sqladvisor

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SQLInfo

type SQLInfo struct {
	Token     string `json:"token" binding:"required"`
	DBID      int    `json:"db_id" binding:"required"`
	SQLText   string `json:"sql_text" binding:"required"`
	LoginName string `json:"login_name" binding:"required"`
}

func (*SQLInfo) GetDBID

func (si *SQLInfo) GetDBID() int

GetDBID returns the db id

func (*SQLInfo) GetLoginName

func (si *SQLInfo) GetLoginName() string

GetLoginName returns the login name

func (*SQLInfo) GetSQLText

func (si *SQLInfo) GetSQLText() string

GetSQLText returns the sql text

func (*SQLInfo) GetToken

func (si *SQLInfo) GetToken() string

GetToken returns the token

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL