Documentation
¶
Overview ¶
sqls package is autogenerated by gosql. Do not edit this file. Changes will be lost on next auto-generate.
Index ¶
Constants ¶
View Source
const QuesListForDD string = "" /* 143-byte string literal not displayed */
Gives list of question ID and Title only to fill dropdowns.
Fields: 3, Parameters: 0
Fields: q.ID, qd.Title, rowcount
View Source
const UserCreate string = "insert into users(name, age) values($1, $2) returning id;"
Create new user.
Fields: 2, Parameters: 2
Fields: name, age ParamFields: name, age ReturningFields: id
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.