프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FirstInSet | Field | ||
FullRange | |||
FullRangeNotNull | |||
LastInSet | Field | ||
Null |
메소드 | 설명 | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
IndexRange ( RangeFieldOffset startOffset, Field firstValue, RangeFieldOffset lastOffset, Field endValue ) : System |
Constructs the range given a start and an end location
|
|
ToString ( ) : string | ||
operator ( ) : bool |
메소드 | 설명 | |
---|---|---|
IndexRange ( bool isNull ) : System |
public IndexRange ( RangeFieldOffset startOffset, Field firstValue, RangeFieldOffset lastOffset, Field endValue ) : System | ||
startOffset | RangeFieldOffset | The offset of the first value of the range. |
firstValue | Field | The first value of the range |
lastOffset | RangeFieldOffset | The offset within the range of the last value. |
endValue | Field | The last value of the range. |
리턴 | System |
public static IndexRange,Deveel.Data.Index FullRangeNotNull | ||
리턴 |