Definition at line 25 of file SqlTabular.cs.
Deveel.Data.Sql.Objects.SqlTabular.SqlTabular |
( |
ITable |
table | ) |
|
|
inlineprivate |
void Deveel.Data.Sql.Objects.SqlTabular.AssertNotNull |
( |
| ) |
|
|
inlineprivate |
Definition at line 44 of file SqlTabular.cs.
46 throw new NullReferenceException(
"The object is null.");
int IComparable. Deveel.Data.Sql.Objects.SqlTabular.CompareTo |
( |
object |
obj | ) |
|
|
inlineprivate |
Definition at line 32 of file SqlTabular.cs.
33 throw new NotSupportedException();
Definition at line 36 of file SqlTabular.cs.
37 throw new NotSupportedException();
void Deveel.Data.Sql.Objects.SqlTabular.Dispose |
( |
| ) |
|
|
inline |
static SqlTabular Deveel.Data.Sql.Objects.SqlTabular.From |
( |
ITable |
table | ) |
|
|
inlinestatic |
IEnumerator<Row> Deveel.Data.Sql.Objects.SqlTabular.GetEnumerator |
( |
| ) |
|
|
inline |
IEnumerator IEnumerable. Deveel.Data.Sql.Objects.SqlTabular.GetEnumerator |
( |
| ) |
|
|
inlineprivate |
Definition at line 73 of file SqlTabular.cs.
IEnumerator< Row > GetEnumerator()
ColumnIndex ITable. Deveel.Data.Sql.Objects.SqlTabular.GetIndex |
( |
int |
columnOffset | ) |
|
|
inlineprivate |
DataObject Deveel.Data.Sql.Objects.SqlTabular.GetValue |
( |
long |
rowNumber, |
|
|
int |
columnOffset |
|
) |
| |
|
inline |
bool ISqlObject. Deveel.Data.Sql.Objects.SqlTabular.IsComparableTo |
( |
ISqlObject |
other | ) |
|
|
inlineprivate |
Checks if the current object is comparable with the given one.
- Parameters
-
- Returns
- Returns
true
if the current object is comparable with the given one, false
otherwise.
Implements Deveel.Data.Sql.Objects.ISqlObject.
Definition at line 49 of file SqlTabular.cs.
ITable Deveel.Data.Sql.Objects.SqlTabular.table |
|
private |
ObjectName IDbObject. Deveel.Data.Sql.Objects.SqlTabular.FullName |
|
getprivate |
bool Deveel.Data.Sql.Objects.SqlTabular.IsNull |
|
get |
DbObjectType IDbObject. Deveel.Data.Sql.Objects.SqlTabular.ObjectType |
|
getprivate |
int Deveel.Data.Sql.Objects.SqlTabular.RowCount |
|
get |
TableInfo ITable. Deveel.Data.Sql.Objects.SqlTabular.TableInfo |
|
getprivate |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Objects/SqlTabular.cs