Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ariga/atlas
/ functions
Functions
7,770 in github.com/ariga/atlas
⨍
Functions
7,770
◇
Types & classes
1,019
Function
NewEmptyOrder_by_exprContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:27481
Function
NewEmptyOrder_by_expr_asc_descContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:27664
Function
NewEmptyOrder_by_stmtContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:24832
Function
NewEmptyOrdering_termContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:25229
Function
NewEmptyOver_clauseContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:22804
Function
NewEmptyParseContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:1538
Function
NewEmptyPartition_byContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:27291
Function
NewEmptyPragma_nameContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:31028
Function
NewEmptyPragma_stmtContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:15743
Function
NewEmptyPragma_valueContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:15985
Function
NewEmptyQualified_table_nameContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:21761
Function
NewEmptyRaise_functionContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:13803
Function
NewEmptyRecursive_cteContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:10438
Function
NewEmptyRecursive_selectContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28167
Function
NewEmptyReindex_stmtContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:16154
Function
NewEmptyRelease_stmtContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:4184
Function
NewEmptyResult_columnContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:19189
Function
NewEmptyReturning_clauseContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:14952
Function
NewEmptyRollback_stmtContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:3863
Function
NewEmptySavepoint_nameContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:31142
Function
NewEmptySavepoint_stmtContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:4056
Function
NewEmptySchema_nameContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29888
Function
NewEmptySelect_coreContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:16989
Function
NewEmptySelect_stmtContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:16392
Function
NewEmptySigned_numberContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:6696
Function
NewEmptySimple_funcContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:31940
Function
NewEmptySimple_function_invocationContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:23705
Function
NewEmptySimple_select_stmtContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:17942
Function
NewEmptySql_stmtContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:1993
Function
NewEmptySql_stmt_listContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:1710
Function
NewEmptyTable_aliasContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:31256
Function
NewEmptyTable_constraintContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:6850
Function
NewEmptyTable_function_nameContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:32168
Function
NewEmptyTable_nameContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:30002
Function
NewEmptyTable_or_index_nameContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:30116
Function
NewEmptyTable_or_subqueryContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:18521
Function
NewEmptyTransaction_nameContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:31370
Function
NewEmptyTrigger_nameContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:30686
Function
NewEmptyType_nameContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:5765
Function
NewEmptyUnary_operatorContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28284
Function
NewEmptyUpdate_stmtContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:20136
Function
NewEmptyUpdate_stmt_limitedContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:21185
Function
NewEmptyUpsert_clauseContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:15162
Function
NewEmptyVacuum_stmtContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:22040
Function
NewEmptyView_nameContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:30800
Function
NewEmptyWindow_defnContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:22397
Function
NewEmptyWindow_functionContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:26214
Function
NewEmptyWindow_function_invocationContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:24270
Function
NewEmptyWindow_nameContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:31484
Function
NewEmptyWith_clauseContext
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:9864
Function
NewLexer
NewLexer produces a new lexer instance for the optional input antlr.CharStream.
cmd/atlas/internal/sqlparse/sqliteparse/lexer.go:925
Function
NewNullBinaryColumn
NewNullBinaryColumn creates a new nullable BinaryType column.
sql/schema/dsl.go:432
Function
NewNullBoolColumn
NewNullBoolColumn creates a new nullable BoolType column.
sql/schema/dsl.go:342
Function
NewNullColumn
NewNullColumn creates a new nullable column with the given name.
sql/schema/dsl.go:330
Function
NewNullDecimalColumn
NewNullDecimalColumn creates a new nullable DecimalType column.
sql/schema/dsl.go:496
Function
NewNullEnumColumn
NewNullEnumColumn creates a new nullable EnumType column.
sql/schema/dsl.go:407
Function
NewNullFloatColumn
NewNullFloatColumn creates a new nullable FloatType column.
sql/schema/dsl.go:528
Function
NewNullJSONColumn
NewNullJSONColumn creates a new nullable JSONType column.
sql/schema/dsl.go:572
Function
NewNullSpatialColumn
NewNullSpatialColumn creates a new nullable SpatialType column.
sql/schema/dsl.go:584
Function
NewNullTimeColumn
NewNullTimeColumn creates a new nullable TimeType column.
sql/schema/dsl.go:560
Function
NewNullUintColumn
NewNullUintColumn creates a new nullable unsigned IntegerType column.
sql/schema/dsl.go:366
Function
NewParser
NewParser produces a new parser instance for the optional input antlr.TokenStream.
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:1188
Function
NewTxContext
NewTxContext returns a new context with the given Tx attached.
cmd/atlas/internal/migrate/ent/ent.go:63
Function
NewView
NewView creates a new View with the given name and definition.
sql/schema/dsl.go:146
Method
Next
Next advances the stream to the next CopilotMessage.
atlasexec/copilot.go:78
Method
Next
Next advances the stream to the next item.
atlasexec/atlas.go:387
Method
Next
Next is called to populate the next row of data into the provided slice.
sdk/recordriver/driver.go:172
Method
NonFileReports
NonFileReports returns reports that are not related to a file, but more general, like non-linear/additive changes.
cmd/atlas/internal/migratelint/lint.go:982
Method
Normalize
Normalize implements the sqlx.Normalizer.
sql/postgres/crdb.go:73
Method
Normalize
Normalize implements the sqlx.Normalizer interface.
sql/mysql/diff.go:237
Method
Normalize
Normalize implements the sqlx.Normalizer interface.
sql/sqlite/diff.go:182
Method
NormalizeRealm
NormalizeRealm returns the normal representation of the given database.
sql/postgres/driver.go:143
Method
NormalizeRealm
NormalizeRealm returns the normal representation of the given database.
sql/mysql/driver.go:127
Method
NormalizeRealm
NormalizeRealm implements the schema.Normalizer interface. The implementation converts schema objects in "natural form" (e.g. HCL or DSL) to their "n
sql/internal/sqlx/dev.go:31
Method
NormalizeRealm
NormalizeRealm returns the normal representation of a database.
cmd/atlas/internal/cmdapi/schema_test.go:1168
Method
NormalizeSchema
NormalizeSchema returns the normal representation of the given database.
sql/postgres/driver.go:148
Method
NormalizeSchema
NormalizeSchema returns the normal representation of the given database.
sql/mysql/driver.go:132
Method
NormalizeSchema
NormalizeSchema returns the normal representation of the given database. See NormalizeRealm for more info.
sql/internal/sqlx/dev.go:95
Method
NormalizeSchema
NormalizeSchema returns the normal representation of a schema.
cmd/atlas/internal/cmdapi/schema_test.go:1162
Function
Not
Not applies the not operator on the given predicate.
cmd/atlas/internal/migrate/ent/revision/where.go:718
Method
NumInput
NumInput returns the number of placeholder parameters. Reporting -1 does not know the number of parameters.
sdk/recordriver/driver.go:130
Method
OFFSET_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:25025
Method
OFFSET_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:25109
Method
OFFSET_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28849
Method
OFFSET_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29284
Method
OF_
(i int)
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:8156
Method
OF_
(i int)
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:8327
Method
OF_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28848
Method
OF_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29280
Method
ON_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:4322
Method
ON_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:4399
Method
ON_
(i int)
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:7364
Method
ON_
(i int)
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:7504
Method
ON_
Getter signatures
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:7980
Method
ON_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:8024
Method
ON_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:8140
Method
ON_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:8239
Method
ON_
Getter signatures
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:15130
Method
ON_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:15189
Method
ON_
Getter signatures
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:19654
← previous
next →
5,601–5,700 of 7,770, ranked by callers