Skip to content
Auto
Products

SqlClauseWithEntry

Namespace: TagBites.Sql
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37

public class SqlClauseWithEntry : TagBites.Sql.SqlClauseEntry

Inheritance: objectSqlClauseEntry → SqlClauseWithEntry

SqlClauseWithEntry(string, string[], SqlQueryBase)

Section titled “SqlClauseWithEntry(string, string[], SqlQueryBase)”
public SqlClauseWithEntry(string name, string[] columns, SqlQueryBase query)

SqlClauseWithEntry(string, string[], SqlLiteral)

Section titled “SqlClauseWithEntry(string, string[], SqlLiteral)”
public SqlClauseWithEntry(string name, string[] columns, SqlLiteral select)

SqlClauseWithEntry(string, string[], SqlLiteralExpression)

Section titled “SqlClauseWithEntry(string, string[], SqlLiteralExpression)”
public SqlClauseWithEntry(string name, string[] columns, SqlLiteralExpression select)

SqlClauseWithEntry(string, string[], SqlExpressionQuery)

Section titled “SqlClauseWithEntry(string, string[], SqlExpressionQuery)”
public SqlClauseWithEntry(string name, string[] columns, SqlExpressionQuery select)
public string[] Columns { get; }

string[]

public string Name { get; }

string

public object Query { get; }

object

public object RecursiveQuery { get; }

object

public SqlClauseUnionEntryType RecursiveUnionType { get; }

SqlClauseUnionEntryType

protected virtual void Accept(SqlQueryResolver resolver, SqlQueryBuilder builder)

Recursive(SqlQueryBase, SqlClauseUnionEntryType)

Section titled “Recursive(SqlQueryBase, SqlClauseUnionEntryType)”
public SqlClauseWithEntry Recursive(SqlQueryBase query, SqlClauseUnionEntryType unionType)

SqlClauseWithEntry

Recursive(SqlLiteral, SqlClauseUnionEntryType)

Section titled “Recursive(SqlLiteral, SqlClauseUnionEntryType)”
public SqlClauseWithEntry Recursive(SqlLiteral query, SqlClauseUnionEntryType unionType)

SqlClauseWithEntry

Recursive(SqlLiteralExpression, SqlClauseUnionEntryType)

Section titled “Recursive(SqlLiteralExpression, SqlClauseUnionEntryType)”
public SqlClauseWithEntry Recursive(SqlLiteralExpression query, SqlClauseUnionEntryType unionType)

SqlClauseWithEntry

Recursive(SqlExpressionQuery, SqlClauseUnionEntryType)

Section titled “Recursive(SqlExpressionQuery, SqlClauseUnionEntryType)”
public SqlClauseWithEntry Recursive(SqlExpressionQuery query, SqlClauseUnionEntryType unionType)

SqlClauseWithEntry