DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Defines the contract for a valid SQL Object More...
Public Member Functions | |
bool | IsComparableTo (ISqlObject other) |
Checks if the current object is comparable with the given one. More... | |
Properties | |
bool | IsNull [get] |
Gets a boolean value indicating if the object is NULL . More... | |
Defines the contract for a valid SQL Object
Definition at line 23 of file ISqlObject.cs.
bool Deveel.Data.Sql.Objects.ISqlObject.IsComparableTo | ( | ISqlObject | other | ) |
Checks if the current object is comparable with the given one.
other | The other ISqlObject to compare. |
true
if the current object is comparable with the given one, false
otherwise. Implemented in Deveel.Data.Sql.Objects.SqlDateTime, Deveel.Data.Sql.Objects.SqlNumber, Deveel.Data.Sql.Objects.SqlBoolean, Deveel.Data.Sql.Objects.SqlString, Deveel.Data.Sql.Objects.SqlDayToSecond, Deveel.Data.Spatial.SqlGeometry, Deveel.Data.Sql.Objects.SqlLongString, Deveel.Data.Sql.Objects.SqlYearToMonth, Deveel.Data.Sql.Objects.SqlArray, Deveel.Data.Sql.Objects.SqlBinary, Deveel.Data.Sql.Objects.SqlQueryObject, Deveel.Data.Sql.Objects.SqlTabular, Deveel.Data.Sql.Objects.SqlLongBinary, Deveel.Data.Sql.Objects.SqlNull, and Deveel.Data.Sql.Objects.SqlXmlNode.
|
get |
Gets a boolean value indicating if the object is NULL
.
Definition at line 28 of file ISqlObject.cs.