/
githubmirror
/
sqlc
Обзор
Документация
Войти
/
githubmirror
/
sqlc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/sql/ast/index_stmt.go
26 строк
481 B
Kyle Gray
build(deps): bump wazero from 1.5.0 to 1.7.0 (#3284)
20 мар 2024, 21:29
Не верифицирован
20 мар 2024, 21:29
c870a71
Код
Авторство
О чём код?
package ast type IndexStmt struct { Idxname *string Relation *RangeVar AccessMethod *string TableSpace *string IndexParams *List Options *List WhereClause Node ExcludeOpNames *List Idxcomment *string IndexOid Oid Unique bool Primary bool Isconstraint bool Deferrable bool Initdeferred bool Transformed bool Concurrent bool IfNotExists bool } func (n *IndexStmt) Pos() int { return 0 }