static/jsvm/interfaces/core.dualDBBuilder.html
note: expects both builder to use the same driver
addColumnaddForeignKeyaddPrimaryKeyalterColumncreateIndexcreateTablecreateUniqueIndexdeletedropColumndropForeignKeydropIndexdropPrimaryKeydropTablegeneratePlaceholderinsertmodelnewQueryqueryBuilderquotequoteSimpleColumnNamequoteSimpleTableNamerenameColumnrenameTableselecttruncateTableupdateupsert
AddColumn implements the [dbx.Builder.AddColumn] interface method.
AddForeignKey implements the [dbx.Builder.AddForeignKey] interface method.
Rest ...options: string[]AddPrimaryKey implements the [dbx.Builder.AddPrimaryKey] interface method.
Rest ...cols: string[]AlterColumn implements the [dbx.Builder.AlterColumn] interface method.
CreateIndex implements the [dbx.Builder.CreateIndex] interface method.
Rest ...cols: string[]CreateTable implements the [dbx.Builder.CreateTable] interface method.
Rest ...options: string[]CreateUniqueIndex implements the [dbx.Builder.CreateUniqueIndex] interface method.
Rest ...cols: string[]Delete implements the [dbx.Builder.Delete] interface method.
DropColumn implements the [dbx.Builder.DropColumn] interface method.
DropForeignKey implements the [dbx.Builder.DropForeignKey] interface method.
DropIndex implements the [dbx.Builder.DropIndex] interface method.
DropPrimaryKey implements the [dbx.Builder.DropPrimaryKey] interface method.
DropTable implements the [dbx.Builder.DropTable] interface method.
GeneratePlaceholder implements the [dbx.Builder.GeneratePlaceholder] interface method.
Insert implements the [dbx.Builder.Insert] interface method.
Model implements the [dbx.Builder.Model] interface method.
NewQuery implements the [dbx.Builder.NewQuery] interface method by routing the SELECT queries to the concurrent builder instance.
QueryBuilder implements the [dbx.Builder.QueryBuilder] interface method.
Quote implements the [dbx.Builder.Quote] interface method.
QuoteSimpleColumnName implements the [dbx.Builder.QuoteSimpleColumnName] interface method.
QuoteSimpleTableName implements the [dbx.Builder.QuoteSimpleTableName] interface method.
RenameColumn implements the [dbx.Builder.RenameColumn] interface method.
RenameTable implements the [dbx.Builder.RenameTable] interface method.
Select implements the [dbx.Builder.Select] interface method.
Rest ...cols: string[]TruncateTable implements the [dbx.Builder.TruncateTable] interface method.
Update implements the [dbx.Builder.Update] interface method.
Upsert implements the [dbx.Builder.Upsert] interface method.
Rest ...constraints: string[]OSLightDark
Generated using TypeDoc