Definition at line 25 of file SqlLongBinary.cs.
Deveel.Data.Sql.Objects.SqlLongBinary.SqlLongBinary |
( |
ILargeObject |
largeObject | ) |
|
|
inline |
int Deveel.Data.Sql.Objects.SqlLongBinary.CompareTo |
( |
object |
obj | ) |
|
|
inline |
int Deveel.Data.Sql.Objects.SqlLongBinary.CompareTo |
( |
ISqlObject |
other | ) |
|
|
inline |
void Deveel.Data.Sql.Objects.SqlLongBinary.Dispose |
( |
| ) |
|
|
inline |
IEnumerator<byte> Deveel.Data.Sql.Objects.SqlLongBinary.GetEnumerator |
( |
| ) |
|
|
inline |
IEnumerator IEnumerable. Deveel.Data.Sql.Objects.SqlLongBinary.GetEnumerator |
( |
| ) |
|
|
inlineprivate |
Stream Deveel.Data.Sql.Objects.SqlLongBinary.GetInput |
( |
| ) |
|
|
inline |
Gets an object used to read the contents of the binary
- Returns
- Returns an instance of Stream that is a read-only interface for accessing the contents handled by this binary.
Implements Deveel.Data.Sql.Objects.ISqlBinary.
Definition at line 60 of file SqlLongBinary.cs.
61 throw new NotImplementedException();
bool Deveel.Data.Sql.Objects.SqlLongBinary.IsComparableTo |
( |
ISqlObject |
other | ) |
|
|
inline |
Checks if the current object is comparable with the given one.
- Parameters
-
- Returns
- Returns
true
if the current object is comparable with the given one, false
otherwise.
Implements Deveel.Data.Sql.Objects.ISqlObject.
Definition at line 46 of file SqlLongBinary.cs.
47 throw new NotImplementedException();
readonly ILargeObject Deveel.Data.Sql.Objects.SqlLongBinary.largeObject |
|
private |
bool Deveel.Data.Sql.Objects.SqlLongBinary.IsNull |
|
get |
long Deveel.Data.Sql.Objects.SqlLongBinary.Length |
|
getprivate set |
ObjectId Deveel.Data.Sql.Objects.SqlLongBinary.ObjectId |
|
getprivate set |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Objects/SqlLongBinary.cs