![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Defines the required contract of a SQL BINARY object
More...
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... | |
Defines the required contract of a SQL BINARY object
Definition at line 25 of file ISqlBinary.cs.
| Stream Deveel.Data.Sql.Objects.ISqlBinary.GetInput | ( | ) |
Gets an object used to read the contents of the binary
Implemented in Deveel.Data.Sql.Objects.SqlBinary, and Deveel.Data.Sql.Objects.SqlLongBinary.
|
get |
Gets the raw length of the binary object.
Definition at line 29 of file ISqlBinary.cs.
1.8.10