19 using System.Collections.Generic;
24 namespace Deveel.Data.Sql.Objects {
31 this.largeObject = largeObject;
35 throw new NotImplementedException();
39 throw new NotImplementedException();
43 get {
return largeObject == null; }
47 throw new NotImplementedException();
51 throw new NotImplementedException();
54 IEnumerator IEnumerable.GetEnumerator() {
55 return GetEnumerator();
58 public long Length {
get;
private set; }
61 throw new NotImplementedException();
65 throw new NotImplementedException();
Defines a referenced object that can be accessed on a multi-phase level.
IEnumerator< byte > GetEnumerator()
Defines the contract for a valid SQL Object
readonly ILargeObject largeObject
int CompareTo(ISqlObject other)
A unique identifier of an object within a database system, that is composed by a reference to the sto...
SqlLongBinary(ILargeObject largeObject)
bool IsComparableTo(ISqlObject other)
Checks if the current object is comparable with the given one.
Stream GetInput()
Gets an object used to read the contents of the binary
int CompareTo(object obj)
Defines the required contract of a SQL BINARY object