![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
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... | |
Definition at line 23 of file ISqlString.cs.
| TextReader Deveel.Data.Sql.Objects.ISqlString.GetInput | ( | Encoding | encoding | ) |
Implemented in Deveel.Data.Sql.Objects.SqlString, and Deveel.Data.Sql.Objects.SqlLongString.
|
get |
Definition at line 24 of file ISqlString.cs.
|
get |
Definition at line 26 of file ISqlString.cs.
|
get |
Definition at line 28 of file ISqlString.cs.
1.8.10