C# Class Deveel.Data.Sql.Tables.ReferenceTable

Inheritance: FilterTable, IRootTable
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
ReferenceTable ( ITable parent, ObjectName tableName ) : System
ReferenceTable ( ITable parent, TableInfo tableInfo ) : System
TypeEquals ( IRootTable other ) : bool

Méthodes protégées

Méthode Description
GetResolvedColumnName ( int column ) : ObjectName
IndexOfColumn ( ObjectName columnName ) : int

Method Details

GetResolvedColumnName() protected méthode

protected GetResolvedColumnName ( int column ) : ObjectName
column int
Résultat ObjectName

IndexOfColumn() protected méthode

protected IndexOfColumn ( ObjectName columnName ) : int
columnName ObjectName
Résultat int

ReferenceTable() public méthode

public ReferenceTable ( ITable parent, ObjectName tableName ) : System
parent ITable
tableName ObjectName
Résultat System

ReferenceTable() public méthode

public ReferenceTable ( ITable parent, TableInfo tableInfo ) : System
parent ITable
tableInfo TableInfo
Résultat System

TypeEquals() public méthode

public TypeEquals ( IRootTable other ) : bool
other IRootTable
Résultat bool