C# Class Deveel.Data.Sql.SqlStringBuilder

Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Append ( object obj ) : void
Append ( string s ) : void
AppendFormat ( string format ) : void
AppendLine ( ) : void
AppendLine ( string s ) : void
DeIndent ( ) : void
Indent ( ) : void
SqlStringBuilder ( ) : System
ToString ( ) : string
this ( int offset ) : char

Method Details

Append() public method

public Append ( object obj ) : void
obj object
return void

Append() public method

public Append ( string s ) : void
s string
return void

AppendFormat() public method

public AppendFormat ( string format ) : void
format string
return void

AppendLine() public method

public AppendLine ( ) : void
return void

AppendLine() public method

public AppendLine ( string s ) : void
s string
return void

DeIndent() public method

public DeIndent ( ) : void
return void

Indent() public method

public Indent ( ) : void
return void

SqlStringBuilder() public method

public SqlStringBuilder ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int offset ) : char
offset int
return char