C# Class Deveel.Data.Sql.Statements.ShowStatement

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

Public Methods

Method Description
ShowStatement ( ShowTarget target ) : System
ShowStatement ( ShowTarget target, ObjectName tableName ) : System

Protected Methods

Method Description
PrepareStatement ( IRequest context ) : SqlStatement

Private Methods

Method Description
Show ( string sql ) : SqlStatement
ShowProduct ( ) : SqlStatement
ShowSchema ( ) : SqlStatement
ShowSchemaTables ( string schema ) : SqlStatement
ShowTable ( ObjectName tableName ) : SqlStatement

Method Details

PrepareStatement() protected method

protected PrepareStatement ( IRequest context ) : SqlStatement
context IRequest
return SqlStatement

ShowStatement() public method

public ShowStatement ( ShowTarget target ) : System
target ShowTarget
return System

ShowStatement() public method

public ShowStatement ( ShowTarget target, ObjectName tableName ) : System
target ShowTarget
tableName ObjectName
return System