Documentation
¶
Index ¶
Constants ¶
View Source
const DEFAULT = " DEFAULT "
DEFAULT
View Source
const NOT_NULL = " NOT NULL "
NOT_NULL
View Source
const NULL = " NULL "
null
View Source
const REFERENCES = " REFERENCES "
REFERENCES
View Source
const SQL_1E1 = " 1 = 1 "
View Source
const SQL_AND = " AND "
View Source
const SQL_ANY = " ANY "
View Source
const SQL_APOSTROPHE = "'"
View Source
const SQL_AS = " AS "
View Source
const SQL_ASTERISK = " * "
View Source
const SQL_COMMA = " , "
View Source
const SQL_CREATE = "CREATE "
View Source
const SQL_CREATETABLE = SQL_CREATE + "TABLE "
create table
View Source
const SQL_DELETE = " DELETE "
View Source
const SQL_DOT = "."
View Source
const SQL_EQUEAL = " = "
View Source
const SQL_FROM = " FROM "
View Source
const SQL_GT = " > "
View Source
const SQL_GTE = " >= "
View Source
const SQL_IFNOTEXISTS = " IF NOT EXISTS "
if not exists
View Source
const SQL_IF_NOT_EXISTS = SQL_IFNOTEXISTS
View Source
const SQL_INDEX = " INDEX "
index
View Source
const SQL_INSERT_INTO = " INSERT INTO "
View Source
const SQL_INSERT_VALUES = " VALUES "
View Source
const SQL_INTERVAL = " INTERVAL "
View Source
const SQL_LEFT_PARENTHESES = " ( "
View Source
const SQL_LIKE = " LIKE "
View Source
const SQL_LIMIT = " LIMIT "
View Source
const SQL_LIMIT_1 = SQL_LIMIT + " 1 "
View Source
const SQL_LT = " < "
View Source
const SQL_LTE = " <= "
View Source
const SQL_MINUS = "-"
View Source
const SQL_MINUTE = " MINUTE "
View Source
const SQL_MINUTES = " MINUTES "
View Source
const SQL_OFFSET = " OFFSET "
View Source
const SQL_ON = " ON "
ON
View Source
const SQL_OR = " OR "
View Source
const SQL_ORDER_BY = " ORDER BY "
View Source
const SQL_PLUS = "+"
View Source
const SQL_PRIMARYKEY = " PRIMARY KEY "
SQL_PRIMARYKEY
View Source
const SQL_RETURNING = " RETURNING "
View Source
const SQL_RIGHT_PARENTHESES = " ) "
View Source
const SQL_SELECT = " SELECT "
View Source
const SQL_SEMICOLON = " ; "
View Source
const SQL_SET = " SET "
View Source
const SQL_SPACE = " "
View Source
const SQL_TIMESTAMPADD = "TIMESTAMPADD"
View Source
const SQL_UNIQUE = UNIQUE
View Source
const SQL_UPDATE = " UPDATE "
View Source
const SQL_WHERE = " WHERE "
View Source
const UNIQUE = " UNIQUE "
UNIQUE
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLPlaceholder ¶
type SQLPlaceholder string
const SQL_DOLLAR SQLPlaceholder = "$"
var SQL_QUESTION SQLPlaceholder = "?"
Click to show internal directories.
Click to hide internal directories.