MCPcopy Create free account
hub / github.com/apecloud/myduckserver / SqlInfoResultMap

Function SqlInfoResultMap

flightsqlserver/sqlite_info.go:27–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25)
26
27func SqlInfoResultMap() flightsql.SqlInfoResultMap {
28 return flightsql.SqlInfoResultMap{
29 uint32(flightsql.SqlInfoFlightSqlServerName): "db_name",
30 uint32(flightsql.SqlInfoFlightSqlServerVersion): "sqlite 3",
31 uint32(flightsql.SqlInfoFlightSqlServerArrowVersion): arrow.PkgVersion,
32 uint32(flightsql.SqlInfoFlightSqlServerReadOnly): false,
33 uint32(flightsql.SqlInfoDDLCatalog): false,
34 uint32(flightsql.SqlInfoDDLSchema): false,
35 uint32(flightsql.SqlInfoDDLTable): true,
36 uint32(flightsql.SqlInfoIdentifierCase): int64(flightsql.SqlCaseSensitivityCaseInsensitive),
37 uint32(flightsql.SqlInfoIdentifierQuoteChar): `"`,
38 uint32(flightsql.SqlInfoQuotedIdentifierCase): int64(flightsql.SqlCaseSensitivityCaseInsensitive),
39 uint32(flightsql.SqlInfoAllTablesAreASelectable): true,
40 uint32(flightsql.SqlInfoNullOrdering): int64(flightsql.SqlNullOrderingSortAtStart),
41 uint32(flightsql.SqlInfoFlightSqlServerTransaction): int32(flightsql.SqlTransactionTransaction),
42 uint32(flightsql.SqlInfoTransactionsSupported): true,
43 uint32(flightsql.SqlInfoKeywords): []string{"ABORT",
44 "ACTION",
45 "ADD",
46 "AFTER",
47 "ALL",
48 "ALTER",
49 "ALWAYS",
50 "ANALYZE",
51 "AND",
52 "AS",
53 "ASC",
54 "ATTACH",
55 "AUTOINCREMENT",
56 "BEFORE",
57 "BEGIN",
58 "BETWEEN",
59 "BY",
60 "CASCADE",
61 "CASE",
62 "CAST",
63 "CHECK",
64 "COLLATE",
65 "COLUMN",
66 "COMMIT",
67 "CONFLICT",
68 "CONSTRAINT",
69 "CREATE",
70 "CROSS",
71 "CURRENT",
72 "CURRENT_DATE",
73 "CURRENT_TIME",
74 "CURRENT_TIMESTAMP",
75 "DATABASE",
76 "DEFAULT",
77 "DEFERRABLE",
78 "DEFERRED",
79 "DELETE",
80 "DESC",
81 "DETACH",
82 "DISTINCT",
83 "DO",
84 "DROP",

Callers 1

NewSQLiteFlightSQLServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected