C# 클래스 Deveel.Data.Sql.Views.ViewTableContainer

상속: TableContainerBase
파일 보기 프로젝트 열기: deveel/deveeldb

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetTable ( int offset ) : ITable
GetTableInfo ( int offset ) : TableInfo
GetTableType ( int offset ) : string
ViewTableContainer ( ITransaction transaction ) : System

메소드 상세

GetTable() 공개 메소드

public GetTable ( int offset ) : ITable
offset int
리턴 ITable

GetTableInfo() 공개 메소드

public GetTableInfo ( int offset ) : TableInfo
offset int
리턴 TableInfo

GetTableType() 공개 메소드

public GetTableType ( int offset ) : string
offset int
리턴 string

ViewTableContainer() 공개 메소드

public ViewTableContainer ( ITransaction transaction ) : System
transaction ITransaction
리턴 System