C# 클래스 Deveel.Data.Sql.Expressions.FromTable

상속: IPreparable, ISerializable
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FromTable System
FromTable System
IPreparable object

공개 메소드들

메소드 설명
FromTable ( SqlQueryExpression query ) : System

A table that is a sub-query with no alias set.

FromTable ( SqlQueryExpression query, string tableAlias ) : System

A table that is a sub-query and given an aliased name.

FromTable ( string tableName ) : System

A simple table definition (not aliased).

FromTable ( string tableName, string tableAlias ) : System

Constructs a table that is aliased under a different name.

ISerializable ( SerializationInfo info, StreamingContext context ) : void

비공개 메소드들

메소드 설명
FromTable ( SerializationInfo info, StreamingContext context ) : System
FromTable ( string tableName, SqlQueryExpression query, string alias ) : System
IPreparable ( IExpressionPreparer preparer ) : object

메소드 상세

FromTable() 공개 메소드

A table that is a sub-query with no alias set.
public FromTable ( SqlQueryExpression query ) : System
query SqlQueryExpression
리턴 System

FromTable() 공개 메소드

A table that is a sub-query and given an aliased name.
public FromTable ( SqlQueryExpression query, string tableAlias ) : System
query SqlQueryExpression
tableAlias string
리턴 System

FromTable() 공개 메소드

A simple table definition (not aliased).
public FromTable ( string tableName ) : System
tableName string
리턴 System

FromTable() 공개 메소드

Constructs a table that is aliased under a different name.
public FromTable ( string tableName, string tableAlias ) : System
tableName string
tableAlias string
리턴 System

ISerializable() 공개 메소드

public ISerializable ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
리턴 void