C# 클래스 Deveel.Data.Store.StoreExtensions

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

공개 메소드들

메소드 설명
GetArea ( this store, long id ) : IArea
GetAreaInputStream ( this store, long id ) : Stream
GetReadOlyArea ( this store, long id ) : IArea

메소드 상세

GetArea() 공개 정적인 메소드

public static GetArea ( this store, long id ) : IArea
store this
id long
리턴 IArea

GetAreaInputStream() 공개 정적인 메소드

public static GetAreaInputStream ( this store, long id ) : Stream
store this
id long
리턴 Stream

GetReadOlyArea() 공개 정적인 메소드

public static GetReadOlyArea ( this store, long id ) : IArea
store this
id long
리턴 IArea