C# Class Deveel.Data.Sql.Types.RowRefType

Inheritance: SqlType
Exibir arquivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
Resolve ( IRequest context ) : SqlType
RowRefType ( ObjectName objectName ) : System

Protected Methods

Method Description
AppendTo ( SqlStringBuilder builder ) : void

Method Details

AppendTo() protected method

protected AppendTo ( SqlStringBuilder builder ) : void
builder SqlStringBuilder
return void

Resolve() public method

public Resolve ( IRequest context ) : SqlType
context IRequest
return SqlType

RowRefType() public method

public RowRefType ( ObjectName objectName ) : System
objectName ObjectName
return System