type github.com/go-pg/pg/v10/orm.CreateTableQuery
15 uses
github.com/go-pg/pg/v10/orm (current package)
table_create.go#L22: type CreateTableQuery struct {
table_create.go#L28: _ QueryAppender = (*CreateTableQuery)(nil)
table_create.go#L29: _ QueryCommand = (*CreateTableQuery)(nil)
table_create.go#L32: func NewCreateTableQuery(q *Query, opt *CreateTableOptions) *CreateTableQuery {
table_create.go#L33: return &CreateTableQuery{
table_create.go#L39: func (q *CreateTableQuery) String() string {
table_create.go#L47: func (q *CreateTableQuery) Operation() QueryOp {
table_create.go#L51: func (q *CreateTableQuery) Clone() QueryCommand {
table_create.go#L52: return &CreateTableQuery{
table_create.go#L58: func (q *CreateTableQuery) Query() *Query {
table_create.go#L62: func (q *CreateTableQuery) AppendTemplate(b []byte) ([]byte, error) {
table_create.go#L66: func (q *CreateTableQuery) AppendQuery(fmter QueryFormatter, b []byte) (_ []byte, err error) {
table_create.go#L133: func (q *CreateTableQuery) appendSQLType(b []byte, field *Field) []byte {
table_create.go#L194: func (q *CreateTableQuery) appendFKConstraint(fmter QueryFormatter, b []byte, rel *Relation) []byte {
table_create.go#L222: func (q *CreateTableQuery) appendTablespace(b []byte, tableSpace types.Safe) []byte {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)