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

An implementation of IFromTableSource that wraps around a SqlQueryExpression as a sub-query source.
상속: IFromTableSource
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

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