DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.Sql.Objects.ISqlBinary Interface Reference

Defines the required contract of a SQL BINARY object More...

Inheritance diagram for Deveel.Data.Sql.Objects.ISqlBinary:
Deveel.Data.Sql.Objects.ISqlObject Deveel.Data.Sql.Objects.SqlBinary Deveel.Data.Sql.Objects.SqlLongBinary

Public Member Functions

Stream GetInput ()
 Gets an object used to read the contents of the binary More...
 
- Public Member Functions inherited from Deveel.Data.Sql.Objects.ISqlObject
bool IsComparableTo (ISqlObject other)
 Checks if the current object is comparable with the given one. More...
 

Properties

long Length [get]
 Gets the raw length of the binary object. More...
 
- Properties inherited from Deveel.Data.Sql.Objects.ISqlObject
bool IsNull [get]
 Gets a boolean value indicating if the object is NULL. More...
 

Detailed Description

Defines the required contract of a SQL BINARY object

Definition at line 25 of file ISqlBinary.cs.

Member Function Documentation

Stream Deveel.Data.Sql.Objects.ISqlBinary.GetInput ( )

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.

Implemented in Deveel.Data.Sql.Objects.SqlBinary, and Deveel.Data.Sql.Objects.SqlLongBinary.

Property Documentation

long Deveel.Data.Sql.Objects.ISqlBinary.Length
get

Gets the raw length of the binary object.

Definition at line 29 of file ISqlBinary.cs.


The documentation for this interface was generated from the following file: