MCPcopy Create free account

hub / github.com/Ff00ff/mammoth / functions

Functions448 in github.com/Ff00ff/mammoth

↓ 2 callersFunctiongetColumnSql
(column: Column)
workspaces/mammoth-cli/src/services/create-sql.ts:15
↓ 2 callersMethodgetConflictTargetToken
(columnNames: ColumnNames)
workspaces/mammoth/src/insert.ts:397
↓ 2 callersMethodgetTables
()
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:802
↓ 2 callersMethodhasName
@internal
workspaces/mammoth/src/expression.ts:36
↓ 2 callersMethodhaving
( ...conditions: Expression<Config, boolean, boolean, string>[] )
workspaces/mammoth/src/select.ts:382
↓ 2 callersFunctioninternalArray
(dataType: ColumnDefinition<T>, dimensions: number)
workspaces/mammoth/src/data-types.ts:406
↓ 2 callersFunctionisEqualColumn
(fromColumn: Column | undefined, toColumn: Column | undefined)
workspaces/mammoth-cli/src/services/create-sql.ts:39
↓ 2 callersFunctionmakeConstraints
(constraintName?: string)
workspaces/mammoth/src/ddl.ts:389
↓ 2 callersFunctionmakeDefineDb
()
workspaces/mammoth/src/db.ts:71
↓ 2 callersFunctionmakeFancyOutput
(...texts: string[])
workspaces/mammoth-cli/src/services/fancy-output.ts:16
↓ 2 callersFunctionmakeMakeWith
(initialTokens: Token[])
workspaces/mammoth/src/with.ts:531
↓ 2 callersFunctionmakeSelect
( queryExecutor: QueryExecutorFn, initialTokens?: Token[], )
workspaces/mammoth/src/select.ts:474
↓ 2 callersFunctionmakeTable
( tableName: TableName, originalTableName: string | undefined, tableDefinition: TableDefinition, )
workspaces/mammoth/src/table.ts:23
↓ 2 callersMethodnotIn
( array: | GetResultType<Config, DataType>[] | Expression<Config, DataType, IsNotNull, any>
workspaces/mammoth/src/expression.ts:103
↓ 2 callersFunctionraw
( strings: TemplateStringsArray, ...parameters: any[] )
workspaces/mammoth/src/sql-functions.ts:61
↓ 2 callersFunctionremoveAllSpinners
()
workspaces/mammoth-cli/src/services/fancy-output.ts:31
↓ 2 callersFunctionserial
()
workspaces/mammoth/src/data-types.ts:88
↓ 2 callersFunctiontime
()
workspaces/mammoth/src/data-types.ts:331
↓ 2 callersFunctiontoState
(spinnerState: SpinnerState)
workspaces/mammoth-cli/src/services/fancy-output.ts:37
↓ 2 callersMethodunique
()
workspaces/mammoth/src/column.ts:33
↓ 1 callersMethodandExists
(query: Query<any>)
workspaces/mammoth/src/expression.ts:223
↓ 1 callersMethodandNotExists
(query: Query<any>)
workspaces/mammoth/src/expression.ts:218
↓ 1 callersFunctionarray
(dataType: ColumnDefinition<T>)
workspaces/mammoth/src/data-types.ts:398
↓ 1 callersFunctionarray2d
(dataType: ColumnDefinition<T>)
workspaces/mammoth/src/data-types.ts:402
↓ 1 callersMethodasc
()
workspaces/mammoth/src/expression.ts:93
↓ 1 callersFunctionavg
( expression: Expression<Config, T, boolean, any>, )
workspaces/mammoth/src/sql-functions.ts:200
↓ 1 callersMethodbetween
( a: GetResultType<Config, DataType>, b: GetResultType<Config, DataType>, )
workspaces/mammoth/src/expression.ts:182
↓ 1 callersMethodbetweenSymmetric
( a: GetResultType<Config, DataType>, b: GetResultType<Config, DataType>, )
workspaces/mammoth/src/expression.ts:186
↓ 1 callersFunctionbigint
()
workspaces/mammoth/src/data-types.ts:70
↓ 1 callersFunctionbigserial
()
workspaces/mammoth/src/data-types.ts:78
↓ 1 callersFunctionbit
(n?: number)
workspaces/mammoth/src/data-types.ts:109
↓ 1 callersFunctionbitAnd
( expression: Expression<Config, T, boolean, any>, )
workspaces/mammoth/src/sql-functions.ts:136
↓ 1 callersFunctionbitOr
( expression: Expression<Config, T, boolean, any>, )
workspaces/mammoth/src/sql-functions.ts:144
↓ 1 callersFunctionbitVarying
(n?: number)
workspaces/mammoth/src/data-types.ts:114
↓ 1 callersFunctionbool
()
workspaces/mammoth/src/data-types.ts:129
↓ 1 callersFunctionbox
()
workspaces/mammoth/src/data-types.ts:134
↓ 1 callersFunctionbytea
()
workspaces/mammoth/src/data-types.ts:139
↓ 1 callersFunctioncaseInsensitiveText
()
workspaces/mammoth/src/data-types.ts:177
↓ 1 callersFunctionchar
(n?: number)
workspaces/mammoth/src/data-types.ts:150
↓ 1 callersFunctioncharacter
(n?: number)
workspaces/mammoth/src/data-types.ts:145
↓ 1 callersFunctioncharacterVarying
(n?: number)
workspaces/mammoth/src/data-types.ts:155
↓ 1 callersFunctioncidr
()
workspaces/mammoth/src/data-types.ts:172
↓ 1 callersFunctioncircle
()
workspaces/mammoth/src/data-types.ts:166
↓ 1 callersFunctioncitext
()
workspaces/mammoth/src/data-types.ts:182
↓ 1 callersFunctioncreateConstraintTokens
(constraint: Constraint)
workspaces/mammoth/src/ddl.ts:342
↓ 1 callersFunctioncreateFromItem
(name: string, query: Query<any>)
workspaces/mammoth/src/with.ts:544
↓ 1 callersFunctioncreateSql
( from: DataDefinitionLanguageSimulator, to: DataDefinitionLanguageSimulator, )
workspaces/mammoth-cli/src/services/create-sql.ts:94
↓ 1 callersFunctioncreateTables
( tableDefinitions: TableDefinitions, )
workspaces/mammoth/src/db.ts:18
↓ 1 callersFunctioncreateWith
(withFn: QueryFn<any>)
workspaces/mammoth/src/with.ts:536
↓ 1 callersMethodcrossJoin
( table: AnyTable, )
workspaces/mammoth/src/select.ts:305
↓ 1 callersFunctiondecimal
(...n: any[])
workspaces/mammoth/src/data-types.ts:213
↓ 1 callersFunctiondefineDdl
(db: { getQueryExecutor(): any })
workspaces/mammoth/src/ddl.ts:491
↓ 1 callersMethoddoNothing
()
workspaces/mammoth/src/insert.ts:312
↓ 1 callersFunctiondoublePrecision
()
workspaces/mammoth/src/data-types.ts:193
↓ 1 callersMethodfetch
(count: number)
workspaces/mammoth/src/select.ts:439
↓ 1 callersFunctionfindUnappliedMigrations
( localMigrations: LocalMigration[], appliedMigrations: AppliedMigration[], )
workspaces/mammoth-cli/src/services/migrate.ts:25
↓ 1 callersMethodforKeyShare
()
workspaces/mammoth/src/select.ts:326
↓ 1 callersMethodforNoKeyUpdate
()
workspaces/mammoth/src/select.ts:318
↓ 1 callersMethodforShare
()
workspaces/mammoth/src/select.ts:322
↓ 1 callersMethodforUpdate
()
workspaces/mammoth/src/select.ts:314
↓ 1 callersMethodfullOuterJoin
( table: JoinTable, )
workspaces/mammoth/src/select.ts:286
↓ 1 callersFunctiongenerateCreateTableSql
( table: Table, tableDefinitions: { name: string; originalDefinition: {} }[], )
workspaces/mammoth-cli/src/services/generate-sql.ts:19
↓ 1 callersFunctiongenerateSql
(db: Db)
workspaces/mammoth-cli/src/services/generate-sql.ts:10
↓ 1 callersMethodgetName
@internal
workspaces/mammoth/src/expression.ts:39
↓ 1 callersMethodgetReturningKeys
@internal
workspaces/mammoth/src/update.ts:29
↓ 1 callersMethodgetReturningKeys
@internal
workspaces/mammoth/src/select.ts:173
↓ 1 callersMethodgetTable
()
workspaces/mammoth/src/tokens/table-token.ts:23
↓ 1 callersFunctiongetTableStringToken
(table: AnyTable)
workspaces/mammoth/src/update.ts:334
↓ 1 callersFunctiongreatest
( first: Expression<Config, DataType, any, any>, ...rest: (Expression<any, DataType, any, any> | GetResult
workspaces/mammoth/src/sql-functions.ts:310
↓ 1 callersFunctiongroup
( expression: Expression<Config, boolean, boolean, string>, )
workspaces/mammoth/src/sql-functions.ts:250
↓ 1 callersFunctioninet
()
workspaces/mammoth/src/data-types.ts:203
↓ 1 callersFunctionint
()
workspaces/mammoth/src/data-types.ts:224
↓ 1 callersFunctionint2
()
workspaces/mammoth/src/data-types.ts:321
↓ 1 callersFunctioninterval
()
workspaces/mammoth/src/data-types.ts:234
↓ 1 callersFunctionisEqualTable
(fromTable: Table, toTable: Table)
workspaces/mammoth-cli/src/services/create-sql.ts:80
↓ 1 callersFunctionjson
()
workspaces/mammoth/src/data-types.ts:239
↓ 1 callersFunctionjsonb
()
workspaces/mammoth/src/data-types.ts:244
↓ 1 callersFunctionleast
( first: Expression<Config, DataType, any, any>, ...rest: (Expression<any, DataType, any, any> | GetResult
workspaces/mammoth/src/sql-functions.ts:330
↓ 1 callersMethodleftOuterJoin
( table: JoinTable, )
workspaces/mammoth/src/select.ts:250
↓ 1 callersFunctionline
()
workspaces/mammoth/src/data-types.ts:249
↓ 1 callersFunctionlseg
()
workspaces/mammoth/src/data-types.ts:254
↓ 1 callersMethodlt
( value: | GetResultType<Config, DataType> | Expression<Config, DataType, boolean, any>
workspaces/mammoth/src/expression.ts:77
↓ 1 callersFunctionmacaddr
()
workspaces/mammoth/src/data-types.ts:259
↓ 1 callersFunctionmacaddr8
()
workspaces/mammoth/src/data-types.ts:264
↓ 1 callersFunctionmakeDatabase
(connectionString: string)
workspaces/mammoth-cli/src/services/database.ts:10
↓ 1 callersFunctionmakeDeleteFrom
(queryExecutor: QueryExecutorFn)
workspaces/mammoth/src/delete.ts:22
↓ 1 callersFunctionmakeFileSystem
(migrationsDir: string)
workspaces/mammoth-cli/src/services/file-system.ts:12
↓ 1 callersFunctionmakeInsertInto
(queryExecutor: QueryExecutorFn)
workspaces/mammoth/src/insert.ts:630
↓ 1 callersFunctionmakeUpdate
(queryExecutor: QueryExecutorFn)
workspaces/mammoth/src/update.ts:332
↓ 1 callersFunctionmin
( expression: Expression<Config, DataType, boolean, any>, )
workspaces/mammoth/src/sql-functions.ts:184
↓ 1 callersMethodminus
( expression: Expression<Config, T, RightIsNotNull, any>, )
workspaces/mammoth/src/expression.ts:138
↓ 1 callersMethodmodulo
( expression: Expression<Config, T, RightIsNotNull, any>, )
workspaces/mammoth/src/expression.ts:171
↓ 1 callersFunctionmoney
()
workspaces/mammoth/src/data-types.ts:269
↓ 1 callersMethodmultiply
( expression: Expression<Config, T, RightIsNotNull, any>, )
workspaces/mammoth/src/expression.ts:149
↓ 1 callersMethodne
( value: | GetResultType<Config, DataType> | Expression<Config, DataType, boolean, any>
workspaces/mammoth/src/expression.ts:59
↓ 1 callersFunctionnotExists
( expression: Expression<Config, any, any, any> | Query<any>, )
workspaces/mammoth/src/sql-functions.ts:284
↓ 1 callersMethodnowait
()
workspaces/mammoth/src/select.ts:456
↓ 1 callersFunctionnullIf
( value1: Expression<Config, DataType, any, any>, value2: Expression<any, DataType, any, any> | GetResultT
workspaces/mammoth/src/sql-functions.ts:292
↓ 1 callersMethodnullsFirst
()
workspaces/mammoth/src/expression.ts:95
↓ 1 callersMethodnullsLast
()
workspaces/mammoth/src/expression.ts:96
← previousnext →101–200 of 448, ranked by callers