C# Class Deveel.Data.Sql.Schemas.InformationSchema

Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Properties

Property Type Description
Catalogs ObjectName
ColumnPrivileges ObjectName
Columns ObjectName
CrossReference ObjectName
DataTypes ObjectName
ExportedKeys ObjectName
ImportedKeys ObjectName
Name ObjectName
PrimaryKeys ObjectName
Schemata ObjectName
TablePrivileges ObjectName
Tables ObjectName
ThisUserGrantViewName ObjectName
ThisUserSchemaInfoViewName ObjectName
ThisUserSimpleGrantViewName ObjectName
ThisUserTableColumnsViewName ObjectName
ThisUserTableInfoViewName ObjectName
UserPrivileges ObjectName

Private Methods

Method Description
Create ( IQuery systemQuery ) : void
GrantToPublic ( IQuery query ) : void

Property Details

Catalogs public_oe static_oe property

public static ObjectName Catalogs
return ObjectName

ColumnPrivileges public_oe static_oe property

public static ObjectName ColumnPrivileges
return ObjectName

Columns public_oe static_oe property

public static ObjectName Columns
return ObjectName

CrossReference public_oe static_oe property

public static ObjectName CrossReference
return ObjectName

DataTypes public_oe static_oe property

public static ObjectName DataTypes
return ObjectName

ExportedKeys public_oe static_oe property

public static ObjectName ExportedKeys
return ObjectName

ImportedKeys public_oe static_oe property

public static ObjectName ImportedKeys
return ObjectName

Name public_oe static_oe property

public static ObjectName Name
return ObjectName

PrimaryKeys public_oe static_oe property

public static ObjectName PrimaryKeys
return ObjectName

Schemata public_oe static_oe property

public static ObjectName Schemata
return ObjectName

TablePrivileges public_oe static_oe property

public static ObjectName TablePrivileges
return ObjectName

Tables public_oe static_oe property

public static ObjectName Tables
return ObjectName

ThisUserGrantViewName public_oe static_oe property

public static ObjectName ThisUserGrantViewName
return ObjectName

ThisUserSchemaInfoViewName public_oe static_oe property

public static ObjectName ThisUserSchemaInfoViewName
return ObjectName

ThisUserSimpleGrantViewName public_oe static_oe property

public static ObjectName ThisUserSimpleGrantViewName
return ObjectName

ThisUserTableColumnsViewName public_oe static_oe property

public static ObjectName ThisUserTableColumnsViewName
return ObjectName

ThisUserTableInfoViewName public_oe static_oe property

public static ObjectName ThisUserTableInfoViewName
return ObjectName

UserPrivileges public_oe static_oe property

public static ObjectName UserPrivileges
return ObjectName