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

Defines the contract for a valid SQL Object More...

Inheritance diagram for Deveel.Data.Sql.Objects.ISqlObject:
Deveel.Data.Spatial.SqlGeometry Deveel.Data.Sql.Objects.ISqlBinary Deveel.Data.Sql.Objects.ISqlString Deveel.Data.Sql.Objects.SqlArray Deveel.Data.Sql.Objects.SqlBoolean Deveel.Data.Sql.Objects.SqlDateTime Deveel.Data.Sql.Objects.SqlDayToSecond Deveel.Data.Sql.Objects.SqlNull Deveel.Data.Sql.Objects.SqlNumber Deveel.Data.Sql.Objects.SqlQueryObject Deveel.Data.Sql.Objects.SqlTabular Deveel.Data.Sql.Objects.SqlXmlNode Deveel.Data.Sql.Objects.SqlYearToMonth

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...
 

Detailed Description

Defines the contract for a valid SQL Object

Definition at line 23 of file ISqlObject.cs.

Member Function Documentation

bool Deveel.Data.Sql.Objects.ISqlObject.IsComparableTo ( ISqlObject  other)

Property Documentation

bool Deveel.Data.Sql.Objects.ISqlObject.IsNull
get

Gets a boolean value indicating if the object is NULL.

See also
SqlNull

Definition at line 28 of file ISqlObject.cs.


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