constants

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

*------------------------------------------------------------**

  • @filename constants/sql.go
  • @author jinycoo
  • @version 1.0.0
  • @date 2019-08-09 09:50
  • @desc constants - sql constants **------------------------------------------------------------*

Index

Constants

View Source
const (
	PlaceHolder = "?"

	Select   = "SELECT"
	From     = "FROM"
	Distinct = "DISTINCT"
	Where    = "WHERE"
	And      = "AND"
	Or       = "OR"
	In       = "IN"
	Like     = "LIKE"
	OrderBy  = "ORDER BY"
	Asc      = "ASC"
	Desc     = "DESC"
	Limit    = "LIMIT"

	ID    = "id"
	MID   = "mid"
	Stat  = "status"
	CTime = "created_at"
	MTime = "updated_at"
	DTime = "deleted_at"

	OpCre      = "create"
	OpUpd      = "update"
	OpDel      = "delete"
	OpAccredit = "accredit"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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