title: "Translation (table)" category: reference tags: [table, translation, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.Translation
Schema: dba
Aantal kolommen: 43
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
TrnsContext |
bigint | Nee | ((0)) | — |
TrnsRecStatus |
int | Nee | ((0)) | — |
TrnsColumnName |
nvarchar(30) | Nee | — | — |
TrnsTextDE |
nvarchar(max) | Ja | — | — |
TrnsTextEN |
nvarchar(max) | Ja | — | — |
TrnsTextES |
nvarchar(max) | Ja | — | — |
TrnsTextFR |
nvarchar(max) | Ja | — | — |
TrnsTextIT |
nvarchar(max) | Ja | — | — |
TrnsTextNL |
nvarchar(max) | Ja | — | — |
TrnsTextPL |
nvarchar(max) | Ja | — | — |
TrnsId |
uniqueidentifier | Nee | — | — |
TrnsTextTR |
nvarchar(max) | Ja | — | — |
TrnsFileExtension |
nvarchar(5) | Nee | — | — |
TrnsTextENUS |
nvarchar(max) | Ja | — | — |
TrnsTextPTBR |
nvarchar(max) | Ja | — | — |
TrnsTextSV |
nvarchar(max) | Ja | — | — |
TrnsTextNB |
nvarchar(max) | Ja | — | — |
TrnsTextDA |
nvarchar(max) | Ja | — | — |
TrnsTextNL_FT |
varbinary(max) | Ja | — | — |
TrnsTextEN_FT |
varbinary(max) | Ja | — | — |
TrnsTextENUS_FT |
varbinary(max) | Ja | — | — |
TrnsTextDE_FT |
varbinary(max) | Ja | — | — |
TrnsTextFR_FT |
varbinary(max) | Ja | — | — |
TrnsTextPL_FT |
varbinary(max) | Ja | — | — |
TrnsTextES_FT |
varbinary(max) | Ja | — | — |
TrnsTextIT_FT |
varbinary(max) | Ja | — | — |
TrnsTextTR_FT |
varbinary(max) | Ja | — | — |
TrnsTextPTBR_FT |
varbinary(max) | Ja | — | — |
TrnsTextSV_FT |
varbinary(max) | Ja | — | — |
TrnsTextNB_FT |
varbinary(max) | Ja | — | — |
TrnsTextDA_FT |
varbinary(max) | Ja | — | — |
TrnsTextFI |
nvarchar(max) | Ja | — | — |
TrnsTextZH |
nvarchar(max) | Ja | — | — |
TrnsTextSK |
nvarchar(max) | Ja | — | — |
TrnsTextEL |
nvarchar(max) | Ja | — | — |
TrnsTextEL_FT |
varbinary(max) | Ja | — | — |
TrnsTextFI_FT |
varbinary(max) | Ja | — | — |
TrnsTextSK_FT |
varbinary(max) | Ja | — | — |
TrnsTextZH_FT |
varbinary(max) | Ja | — | — |
TrnsTextHU |
nvarchar(max) | Ja | — | — |
TrnsTextSL |
nvarchar(max) | Ja | — | — |
TrnsTextHU_FT |
varbinary(max) | Ja | — | — |
TrnsTextSL_FT |
varbinary(max) | Ja | — | — |
Computed columnsbewerken
TrnsFileExtension—(N'.html')TrnsTextNL_FT—(case when [TrnsTextNL] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextNL],(5))=N'<html' then [TrnsTextNL] else N'<html lang="nl">'+[TrnsTextNL] end) end)TrnsTextEN_FT—(case when [TrnsTextEN] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextEN],(5))=N'<html' then [TrnsTextEN] else N'<html lang="en-gb">'+[TrnsTextEN] end) end)TrnsTextENUS_FT—(case when [TrnsTextENUS] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextENUS],(5))=N'<html' then [TrnsTextENUS] else N'<html lang="en-us">'+[TrnsTextENUS] end) end)TrnsTextDE_FT—(case when [TrnsTextDE] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextDE],(5))=N'<html' then [TrnsTextDE] else N'<html lang="de">'+[TrnsTextDE] end) end)TrnsTextFR_FT—(case when [TrnsTextFR] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextFR],(5))=N'<html' then [TrnsTextFR] else N'<html lang="fr">'+[TrnsTextFR] end) end)TrnsTextPL_FT—(case when [TrnsTextPL] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextPL],(5))=N'<html' then [TrnsTextPL] else N'<html lang="pl">'+[TrnsTextPL] end) end)TrnsTextES_FT—(case when [TrnsTextES] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextES],(5))=N'<html' then [TrnsTextES] else N'<html lang="es">'+[TrnsTextES] end) end)TrnsTextIT_FT—(case when [TrnsTextIT] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextIT],(5))=N'<html' then [TrnsTextIT] else N'<html lang="it">'+[TrnsTextIT] end) end)TrnsTextTR_FT—(case when [TrnsTextTR] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextTR],(5))=N'<html' then [TrnsTextTR] else N'<html lang="tr">'+[TrnsTextTR] end) end)TrnsTextPTBR_FT—(case when [TrnsTextPTBR] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextPTBR],(5))=N'<html' then [TrnsTextPTBR] else N'<html lang="pt-br">'+[TrnsTextPTBR] end) end)TrnsTextSV_FT—(case when [TrnsTextSV] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextSV],(5))=N'<html' then [TrnsTextSV] else N'<html lang="sv">'+[TrnsTextSV] end) end)TrnsTextNB_FT—(case when [TrnsTextNB] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextNB],(5))=N'<html' then [TrnsTextNB] else N'<html lang="nb">'+[TrnsTextNB] end) end)TrnsTextDA_FT—(case when [TrnsTextDA] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextDA],(5))=N'<html' then [TrnsTextDA] else N'<html lang="da">'+[TrnsTextDA] end) end)TrnsTextEL_FT—(case when [TrnsTextEL] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextEL],(5))=N'<html' then [TrnsTextEL] else N'<html lang="el">'+[TrnsTextEL] end) end)TrnsTextFI_FT—(case when [TrnsTextFI] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextFI],(5))=N'<html' then [TrnsTextFI] else N'<html lang="fi">'+[TrnsTextFI] end) end)TrnsTextSK_FT—(case when [TrnsTextSK] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextSK],(5))=N'<html' then [TrnsTextSK] else N'<html lang="sk">'+[TrnsTextSK] end) end)TrnsTextZH_FT—(case when [TrnsTextZH] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextZH],(5))=N'<html' then [TrnsTextZH] else N'<html lang="zh">'+[TrnsTextZH] end) end)TrnsTextHU_FT—(case when [TrnsTextHU] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextHU],(5))=N'<html' then [TrnsTextHU] else N'<html lang="sl">'+[TrnsTextHU] end) end)TrnsTextSL_FT—(case when [TrnsTextSL] IS NULL then NULL else 0xFFFE+CONVERT([varbinary](max),case when left([TrnsTextSL],(5))=N'<html' then [TrnsTextSL] else N'<html lang="sl">'+[TrnsTextSL] end) end)
Brondatabewerken
- DB-schema —
lookup_table_schema("Translation")Alle kolommen met types, triggers, computed. Bron:database-schema.json.