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
Method
OldField
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the da
cmd/atlas/internal/migrate/ent/mutation.go:803
Method
OnCommit
OnCommit adds a hook to call on commit.
cmd/atlas/internal/migrate/ent/tx.go:81
Method
OnConflict
OnConflict allows configuring the `ON CONFLICT` / `ON DUPLICATE KEY` clause of the `INSERT` statement. For example: client.Revision.CreateBulk(build
cmd/atlas/internal/migrate/ent/revision_create.go:879
Method
OnConflictColumns
OnConflictColumns calls `OnConflict` and configures the columns as conflict target. Using this option is equivalent to using: client.Revision.Create
cmd/atlas/internal/migrate/ent/revision_create.go:341
Method
OnConflictColumns
OnConflictColumns calls `OnConflict` and configures the columns as conflict target. Using this option is equivalent to using: client.Revision.Create
cmd/atlas/internal/migrate/ent/revision_create.go:892
Method
OnRollback
OnRollback adds a hook to call on rollback.
cmd/atlas/internal/migrate/ent/tx.go:137
Method
OnlyIDX
OnlyIDX is like OnlyID, but panics if an error occurs.
cmd/atlas/internal/migrate/ent/revision_query.go:158
Method
OnlyX
OnlyX is like Only, but panics if an error occurs.
cmd/atlas/internal/migrate/ent/revision_query.go:130
Function
Open
Open calls ent.Open and auto-run migration.
cmd/atlas/internal/migrate/ent/enttest/enttest.go:60
Function
Open
Open a new docker client.
cmd/atlas/internal/docker/docker.go:568
Method
Open
Open implements fs.FS.
sql/migrate/dir.go:398
Method
Open
Open calls f(ctx, u).
sql/sqlclient/client.go:261
Method
Open
(name string)
sql/sqlite/driver_test.go:27
Method
Open
Open returns a new connection to the database.
sdk/recordriver/driver.go:84
Function
OpenTx
OpenTx opens a transaction. If foreign keys are enabled, it disables them, checks for constraint violations, opens the transaction and before committi
sql/sqlite/driver.go:247
Function
OperatorVersion
OperatorVersion applies equality check predicate on the "operator_version" field. It's identical to OperatorVersionEQ.
cmd/atlas/internal/migrate/ent/revision/where.go:120
Function
OperatorVersionContains
OperatorVersionContains applies the Contains predicate on the "operator_version" field.
cmd/atlas/internal/migrate/ent/revision/where.go:683
Function
OperatorVersionContainsFold
OperatorVersionContainsFold applies the ContainsFold predicate on the "operator_version" field.
cmd/atlas/internal/migrate/ent/revision/where.go:703
Function
OperatorVersionEQ
OperatorVersionEQ applies the EQ predicate on the "operator_version" field.
cmd/atlas/internal/migrate/ent/revision/where.go:643
Function
OperatorVersionEqualFold
OperatorVersionEqualFold applies the EqualFold predicate on the "operator_version" field.
cmd/atlas/internal/migrate/ent/revision/where.go:698
Function
OperatorVersionGT
OperatorVersionGT applies the GT predicate on the "operator_version" field.
cmd/atlas/internal/migrate/ent/revision/where.go:663
Function
OperatorVersionGTE
OperatorVersionGTE applies the GTE predicate on the "operator_version" field.
cmd/atlas/internal/migrate/ent/revision/where.go:668
Function
OperatorVersionHasPrefix
OperatorVersionHasPrefix applies the HasPrefix predicate on the "operator_version" field.
cmd/atlas/internal/migrate/ent/revision/where.go:688
Function
OperatorVersionHasSuffix
OperatorVersionHasSuffix applies the HasSuffix predicate on the "operator_version" field.
cmd/atlas/internal/migrate/ent/revision/where.go:693
Function
OperatorVersionIn
OperatorVersionIn applies the In predicate on the "operator_version" field.
cmd/atlas/internal/migrate/ent/revision/where.go:653
Function
OperatorVersionLT
OperatorVersionLT applies the LT predicate on the "operator_version" field.
cmd/atlas/internal/migrate/ent/revision/where.go:673
Function
OperatorVersionLTE
OperatorVersionLTE applies the LTE predicate on the "operator_version" field.
cmd/atlas/internal/migrate/ent/revision/where.go:678
Function
OperatorVersionNEQ
OperatorVersionNEQ applies the NEQ predicate on the "operator_version" field.
cmd/atlas/internal/migrate/ent/revision/where.go:648
Function
OperatorVersionNotIn
OperatorVersionNotIn applies the NotIn predicate on the "operator_version" field.
cmd/atlas/internal/migrate/ent/revision/where.go:658
Function
Or
Or groups conditions with the OR operator.
cmd/atlas/internal/migrate/ent/hook/hook.go:47
Function
Or
Or groups predicates with the OR operator between them.
cmd/atlas/internal/migrate/ent/revision/where.go:713
Method
Order_by_expr
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:26192
Method
Order_by_expr
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:26341
Method
Order_by_expr_asc_desc
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:26185
Method
Order_by_expr_asc_desc
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:26277
Method
Order_by_stmt
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:11206
Method
Order_by_stmt
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:11336
Method
Order_by_stmt
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:16380
Method
Order_by_stmt
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:16517
Method
Order_by_stmt
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:17930
Method
Order_by_stmt
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:18001
Method
Order_by_stmt
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:18140
Method
Order_by_stmt
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:18244
Method
Order_by_stmt
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:21174
Method
Order_by_stmt
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:21451
Method
Ordering_term
(i int)
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:22379
Method
Ordering_term
(i int)
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:22465
Method
Ordering_term
(i int)
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:22790
Method
Ordering_term
(i int)
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:22953
Method
Ordering_term
(i int)
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:24819
Method
Ordering_term
(i int)
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:24888
Method
Over_clause
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:11925
Method
Over_clause
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:12190
Method
PARTITION_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:22381
Method
PARTITION_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:22501
Method
PARTITION_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:22783
Method
PARTITION_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:22875
Method
PARTITION_
Getter signatures
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:27277
Method
PARTITION_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:27318
Method
PARTITION_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28895
Method
PARTITION_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29468
Method
PERCENT_RANK_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:26191
Method
PERCENT_RANK_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:26337
Method
PERCENT_RANK_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28908
Method
PERCENT_RANK_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29520
Method
PIPE
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:11951
Method
PIPE
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:12342
Method
PIPE2
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:11943
Method
PIPE2
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:12310
Method
PLAN_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:1982
Method
PLAN_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:2412
Method
PLAN_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28854
Method
PLAN_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29304
Method
PLUS
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:6684
Method
PLUS
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:6727
Method
PLUS
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:11946
Method
PLUS
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:12322
Method
PLUS
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28271
Method
PLUS
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28315
Method
PRAGMA_
Getter signatures
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:15725
Method
PRAGMA_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:15770
Method
PRAGMA_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28855
Method
PRAGMA_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29308
Method
PRECEDING_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:25564
Method
PRECEDING_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:25622
Method
PRECEDING_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:25776
Method
PRECEDING_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:25834
Method
PRECEDING_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:25988
Method
PRECEDING_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:26045
Method
PRECEDING_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28897
Method
PRECEDING_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29476
Method
PRIMARY_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:6045
Method
PRIMARY_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:6188
Method
PRIMARY_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:6835
Method
PRIMARY_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:7031
Method
PRIMARY_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28856
Method
PRIMARY_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29312
Method
ParseType
ParseType returns the schema.Type value represented by the given string.
sql/postgres/driver.go:342
Method
ParseType
ParseType returns the schema.Type value represented by the given string.
sql/mysql/driver.go:266
Method
ParseType
ParseType converts the raw database type to its schema.Type representation.
sql/schema/schema.go:461
← previous
next →
5,801–5,900 of 7,770, ranked by callers