C# Class Deveel.Data.Sql.Tables.TableInternalExtensions

Show file Open project: deveel/deveeldb

Private Methods

Method Description
ColumnCount ( this table ) : int
FindColumn ( this table, ObjectName columnName ) : int
GetIndex ( this thisTable, int column, int originalColumn, ITable table ) : ColumnIndex
GetRawTableInfo ( this table ) : RawTableInfo
GetRawTableInfo ( this table, RawTableInfo info ) : RawTableInfo
GetResolvedColumnName ( this table, int columnOffset ) : ObjectName
GetVariableResolver ( this table ) : ITableVariableResolver
Lock ( this table ) : void
Release ( this table ) : void
ResolveColumnName ( this table, string columnName ) : ObjectName
ResolveRows ( this table, int columnOffset, IEnumerable rows, ITable ancestor ) : IEnumerable