C# Class Deveel.Data.Sql.Cursors.NativeCursorInfo

Inheritance: IObjectInfo
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
NativeCursorInfo ( IQueryPlanNode queryPlan ) : System
NativeCursorInfo ( IQueryPlanNode queryPlan, bool forUpdate ) : System

Method Details

NativeCursorInfo() public method

public NativeCursorInfo ( IQueryPlanNode queryPlan ) : System
queryPlan IQueryPlanNode
return System

NativeCursorInfo() public method

public NativeCursorInfo ( IQueryPlanNode queryPlan, bool forUpdate ) : System
queryPlan IQueryPlanNode
forUpdate bool
return System