C# 클래스 Deveel.Data.Sql.Query.FromTableDirectSource

An implementation of IFromTableSource that wraps around a ObjectName/ITable object.
The handles case insensitive resolution.
상속: IFromTableSource
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
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