![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Provides utilities and properties for handling the SYSTEN
schema of a database.
More...
Classes | |
class | OpenSessionsTable |
class | PrivilegesTable |
class | ProductInfoTable |
class | SessionInfoTable |
class | SqlTypesTable |
class | StatisticsTable |
class | TableColumnsTable |
class | TableInfoTable |
class | VariablesTable |
Static Public Member Functions | |
static void | CreateTables (IQuery context) |
static void | GrantToPublic (IQuery context) |
static void | Setup (ITransaction transaction) |
static ITable | GetTableInfoTable (ITransaction transaction) |
static ITable | GetTableColumnsTable (ITransaction transaction) |
static ITable | GetSqlTypesTable (ITransaction transaction) |
static ITable | GetProductInfoTable (ITransaction transaction) |
static ITable | GetOpenSessionsTable (ITransaction transaction) |
static ITable | GetVariablesTable (ITransaction transaction) |
static ITable | GetPrivilegesTable (ITransaction transaction) |
static ITable | GetSessionInfoTable (IQuery context) |
static ITable | GetStatisticsTable (ITransaction transaction) |
Public Attributes | |
const string | Name = "SYSTEM" |
The name of the system schema that contains tables referring to system information. More... | |
Static Package Attributes | |
static readonly TableInfo | TableInfoTableInfo |
static readonly TableInfo | TableColumnsTableInfo |
static readonly TableInfo | SqlTypesTableInfo |
static readonly TableInfo | VariablesTableInfo |
static readonly TableInfo | ProductInfoTableInfo |
static readonly TableInfo | StatisticsTableInfo |
static readonly TableInfo | SessionInfoTableInfo |
static readonly TableInfo | OpenSessionsTableInfo |
static readonly TableInfo | PrivilegesTableInfo |
Static Private Member Functions | |
static | SystemSchema () |
static void | CreateSecurityTables (IQuery context) |
Provides utilities and properties for handling the SYSTEN
schema of a database.
The SYSTEM
schema holds all the core tables and views for making a database system to be able to work.
Definition at line 37 of file SystemSchema.cs.
|
inlinestaticprivate |
Definition at line 38 of file SystemSchema.cs.
|
inlinestaticprivate |
Definition at line 238 of file SystemSchema.cs.
|
inlinestatic |
Definition at line 329 of file SystemSchema.cs.
|
inlinestatic |
Definition at line 409 of file SystemSchema.cs.
|
inlinestatic |
Definition at line 417 of file SystemSchema.cs.
|
inlinestatic |
Definition at line 405 of file SystemSchema.cs.
Definition at line 421 of file SystemSchema.cs.
|
inlinestatic |
Definition at line 401 of file SystemSchema.cs.
|
inlinestatic |
Definition at line 425 of file SystemSchema.cs.
|
inlinestatic |
Definition at line 397 of file SystemSchema.cs.
|
inlinestatic |
Definition at line 393 of file SystemSchema.cs.
|
inlinestatic |
Definition at line 413 of file SystemSchema.cs.
|
inlinestatic |
Definition at line 334 of file SystemSchema.cs.
|
inlinestatic |
Definition at line 345 of file SystemSchema.cs.
|
static |
Definition at line 182 of file SystemSchema.cs.
|
static |
Definition at line 176 of file SystemSchema.cs.
|
static |
Definition at line 174 of file SystemSchema.cs.
|
static |
Definition at line 212 of file SystemSchema.cs.
|
static |
Definition at line 206 of file SystemSchema.cs.
const string Deveel.Data.SystemSchema.Name = "SYSTEM" |
The name of the system schema that contains tables referring to system information.
Definition at line 132 of file SystemSchema.cs.
|
static |
Definition at line 186 of file SystemSchema.cs.
|
static |
Definition at line 184 of file SystemSchema.cs.
|
staticpackage |
Definition at line 232 of file SystemSchema.cs.
|
static |
Definition at line 192 of file SystemSchema.cs.
|
static |
Definition at line 202 of file SystemSchema.cs.
|
static |
Definition at line 172 of file SystemSchema.cs.
|
static |
Definition at line 170 of file SystemSchema.cs.
|
staticpackage |
Definition at line 234 of file SystemSchema.cs.
|
static |
Definition at line 194 of file SystemSchema.cs.
|
staticpackage |
Definition at line 226 of file SystemSchema.cs.
|
static |
Definition at line 157 of file SystemSchema.cs.
|
static |
Definition at line 153 of file SystemSchema.cs.
|
static |
Definition at line 149 of file SystemSchema.cs.
|
static |
Definition at line 141 of file SystemSchema.cs.
|
static |
The name of the system schema as ObjectName.
Definition at line 137 of file SystemSchema.cs.
|
static |
summary> /summary>
Definition at line 164 of file SystemSchema.cs.
|
static |
Definition at line 168 of file SystemSchema.cs.
|
staticpackage |
Definition at line 230 of file SystemSchema.cs.
|
static |
Definition at line 190 of file SystemSchema.cs.
|
staticpackage |
Definition at line 222 of file SystemSchema.cs.
|
static |
Definition at line 188 of file SystemSchema.cs.
|
staticpackage |
Definition at line 228 of file SystemSchema.cs.
|
static |
|
staticpackage |
Definition at line 220 of file SystemSchema.cs.
|
static |
Definition at line 145 of file SystemSchema.cs.
|
staticpackage |
Definition at line 218 of file SystemSchema.cs.
|
static |
Definition at line 143 of file SystemSchema.cs.
|
static |
Definition at line 151 of file SystemSchema.cs.
|
static |
Definition at line 180 of file SystemSchema.cs.
|
static |
Definition at line 178 of file SystemSchema.cs.
|
static |
Definition at line 210 of file SystemSchema.cs.
|
static |
Definition at line 208 of file SystemSchema.cs.
|
static |
Gets the fully qualified name of the user
table.
Definition at line 200 of file SystemSchema.cs.
|
staticpackage |
Definition at line 224 of file SystemSchema.cs.
|
static |
Definition at line 155 of file SystemSchema.cs.
|
static |
Definition at line 147 of file SystemSchema.cs.