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

Public Member Functions

TextReader GetInput (Encoding encoding)
 
- 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

Encoding Encoding [get]
 
long Length [get]
 
char this[long offset] [get]
 
- Properties inherited from Deveel.Data.Sql.Objects.ISqlObject
bool IsNull [get]
 Gets a boolean value indicating if the object is NULL. More...
 

Detailed Description

Definition at line 23 of file ISqlString.cs.

Member Function Documentation

TextReader Deveel.Data.Sql.Objects.ISqlString.GetInput ( Encoding  encoding)

Property Documentation

Encoding Deveel.Data.Sql.Objects.ISqlString.Encoding
get

Definition at line 24 of file ISqlString.cs.

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

Definition at line 26 of file ISqlString.cs.

char Deveel.Data.Sql.Objects.ISqlString.this[long offset]
get

Definition at line 28 of file ISqlString.cs.


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