C# Класс Deveel.Data.Sql.Query.FromTableSubQuerySource

An implementation of IFromTableSource that wraps around a SqlQueryExpression as a sub-query source.
Наследование: IFromTableSource
Показать файл Открыть проект

Открытые методы

Метод Описание
MatchesReference ( string catalog, string schema, string table ) : bool
ResolveColumn ( string catalog, string schema, string table, string column ) : ObjectName
ResolveColumnCount ( string catalog, string schema, string table, string column ) : int

Приватные методы

Метод Описание
EnsureColumnNames ( ) : void

Makes sure the columnNames list is created correctly.

FromTableSubQuerySource ( bool caseInsensitive, string uniqueKey, SqlQueryExpression queryExpression, QueryExpressionFrom fromSet, ObjectName alias ) : System
Matches ( ObjectName name, string catalog, string schema, string table, string column ) : bool
StringCompare ( string str1, string str2 ) : bool

Описание методов

MatchesReference() публичный Метод

public MatchesReference ( string catalog, string schema, string table ) : bool
catalog string
schema string
table string
Результат bool

ResolveColumn() публичный Метод

public ResolveColumn ( string catalog, string schema, string table, string column ) : ObjectName
catalog string
schema string
table string
column string
Результат ObjectName

ResolveColumnCount() публичный Метод

public ResolveColumnCount ( string catalog, string schema, string table, string column ) : int
catalog string
schema string
table string
column string
Результат int