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

An implementation of IFromTableSource that wraps around a ObjectName/ITable object.
The handles case insensitive resolution.
Наследование: IFromTableSource
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FromTableDirectSource ( bool caseInsensitive, ITableQueryInfo tableQuery, string uniqueName, ObjectName givenName, ObjectName rootName ) : System

Constructs the source.

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

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

Метод Описание
StringCompare ( string str1, string str2 ) : bool

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

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

Constructs the source.
public FromTableDirectSource ( bool caseInsensitive, ITableQueryInfo tableQuery, string uniqueName, ObjectName givenName, ObjectName rootName ) : System
caseInsensitive bool
tableQuery ITableQueryInfo
uniqueName string
givenName ObjectName
rootName ObjectName
Результат System

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