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
ParseType
ParseType returns the schema.Type value represented by the given string.
sql/sqlite/driver.go:201
Method
ParseURL
ParseURL implements the sqlclient.URLParser interface.
sql/postgres/driver.go:416
Method
ParseURL
ParseURL implements the sqlclient.URLParser interface.
sql/mysql/driver.go:330
Method
ParseURL
ParseURL calls f(u).
sql/sqlclient/client.go:266
Method
ParseURL
ParseURL implements the sqlclient.URLParser interface.
sql/sqlite/driver.go:82
Function
PartialHashesIsNil
PartialHashesIsNil applies the IsNil predicate on the "partial_hashes" field.
cmd/atlas/internal/migrate/ent/revision/where.go:633
Function
PartialHashesNotNil
PartialHashesNotNil applies the NotNil predicate on the "partial_hashes" field.
cmd/atlas/internal/migrate/ent/revision/where.go:638
Method
Partition_by
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:26188
Method
Partition_by
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:26301
Method
Path
Path returns the local path used for opening this dir.
sql/sqltool/tool.go:93
Method
Path
Path returns the local path used for opening this dir.
sql/sqltool/tool.go:338
Method
Path
Path returns the path set by the SetPath method.
sql/migrate/dir.go:523
Method
PlanChanges
(context.Context, string, []schema.Change, ...migrate.PlanOption)
sql/migrate/migrate_test.go:669
Method
PlanChanges
PlanChanges returns a migration plan for the given schema changes.
sql/postgres/migrate.go:29
Method
PlanChanges
(_ context.Context, _ string, planned []schema.Change, _ ...migrate.PlanOption)
sql/postgres/driver_test.go:248
Method
PlanChanges
PlanChanges returns a migration plan for the given schema changes.
sql/mysql/migrate.go:31
Method
PlanChanges
PlanChanges returns a migration plan for the given schema changes.
sql/mysql/tidb.go:84
Method
PlanChanges
PlanChanges returns a migration plan for the given schema changes.
sql/sqlite/migrate.go:27
Function
PlanWithExclude
PlanWithExclude allows setting exclude patterns for the planner. Resources that match the patterns are excluded from planning.
sql/migrate/migrate.go:386
Function
PlanWithMode
PlanWithMode allows setting a custom plan mode.
sql/migrate/migrate.go:354
Method
Pos
Pos of the schema, if exists.
sql/schema/schema.go:151
Method
Pos
Pos of the enum, if exists.
sql/schema/schema.go:161
Method
Pos
Pos of the table, if exists.
sql/schema/schema.go:201
Method
Pos
Pos of the column, if exists.
sql/schema/schema.go:281
Method
Pos
Pos of the index, if exists.
sql/schema/schema.go:291
Method
Pos
Pos of the index part, if exists.
sql/schema/schema.go:301
Method
Pos
Pos of the check, if exists.
sql/schema/schema.go:311
Method
Pos
Pos of the foreign-key, if exists.
sql/schema/schema.go:321
Method
Pragma_name
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:15726
Method
Pragma_name
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:15774
Method
Pragma_stmt
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:1971
Method
Pragma_stmt
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:2260
Method
Pragma_value
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:15730
Method
Pragma_value
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:15814
Method
Prepare
Prepare returns a prepared statement, bound to this connection.
sdk/recordriver/driver.go:96
Method
QUERY_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:1981
Method
QUERY_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:2408
Method
QUERY_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28857
Method
QUERY_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29316
Method
Qualified_table_name
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:10952
Method
Qualified_table_name
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:11002
Method
Qualified_table_name
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:11200
Method
Qualified_table_name
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:11252
Method
Qualified_table_name
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:20106
Method
Qualified_table_name
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:20171
Method
Qualified_table_name
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:21152
Method
Qualified_table_name
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:21216
Method
QualifierLabel
QualifierLabel returns the qualifier label used for the table resource, if any.
sql/sqlspec/sqlspec.go:110
Method
QualifierLabel
QualifierLabel returns the qualifier label used for the sequence resource, if any.
sql/sqlspec/sqlspec.go:122
Method
QualifierLabel
QualifierLabel returns the qualifier label used for the enum resource, if any.
sql/postgres/sqlspec.go:148
Method
QualifierLabel
QualifierLabel returns the qualifier label used for the domain resource, if any.
sql/postgres/sqlspec.go:160
Method
QualifierLabel
QualifierLabel returns the qualifier label used for the composite resource, if any.
sql/postgres/sqlspec.go:172
Method
QualifierLabel
QualifierLabel returns the qualifier label used for the aggregate resource, if any.
sql/postgres/sqlspec.go:184
Function
Query
Query exposes the database/sql.Query as a schemahcl datasource. data "sql" "tenants" { url = var.url query = <query> args = [<arg1>, <arg2>
cmd/atlas/internal/cmdext/cmdext.go:198
Method
QueryContext
QueryContext implements the sqlx.ExecQuerier interface.
sql/internal/sqlx/plan.go:65
Method
QueryContext
QueryContext allows calling the underlying QueryContext method of the transaction if it is supported by it. See, database/sql#Tx.QueryContext for more
cmd/atlas/internal/migrate/ent/tx.go:232
Method
QueryContext
QueryContext allows calling the underlying QueryContext method of the driver if it is supported by it. See, database/sql#DB.QueryContext for more info
cmd/atlas/internal/migrate/ent/client.go:378
Method
RAISE_
Getter signatures
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:13784
Method
RAISE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:13830
Method
RAISE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28858
Method
RAISE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29320
Method
RANGE_
Getter signatures
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:23463
Method
RANGE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:23508
Method
RANGE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28896
Method
RANGE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29472
Method
RANK_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:26194
Method
RANK_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:26361
Method
RANK_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28909
Method
RANK_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29524
Method
RECURSIVE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:9851
Method
RECURSIVE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:10001
Method
RECURSIVE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:24605
Method
RECURSIVE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:24690
Method
RECURSIVE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28859
Method
RECURSIVE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29324
Method
REFERENCES_
Getter signatures
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:7357
Method
REFERENCES_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:7431
Method
REFERENCES_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28860
Method
REFERENCES_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29328
Method
REGEXP_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:11965
Method
REGEXP_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:12398
Method
REGEXP_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28861
Method
REGEXP_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29332
Method
REINDEX_
Getter signatures
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:16138
Method
REINDEX_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:16181
Method
REINDEX_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28862
Method
REINDEX_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29336
Method
RELEASE_
Getter signatures
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:4171
Method
RELEASE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:4211
Method
RELEASE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28863
Method
RELEASE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29340
Method
RENAME_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:2694
Method
RENAME_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:2805
Method
RENAME_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:28864
Method
RENAME_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:29344
Method
REPLACE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:7986
Method
REPLACE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:8048
Method
REPLACE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:14160
Method
REPLACE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:14247
Method
REPLACE_
()
cmd/atlas/internal/sqlparse/sqliteparse/parser.go:20116
← previous
next →
5,901–6,000 of 7,770, ranked by callers