C# Class Deveel.Data.Sql.SqlStringBuilder

Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Append ( object obj ) : void
obj object
Résultat void

Append() public méthode

public Append ( string s ) : void
s string
Résultat void

AppendFormat() public méthode

public AppendFormat ( string format ) : void
format string
Résultat void

AppendLine() public méthode

public AppendLine ( ) : void
Résultat void

AppendLine() public méthode

public AppendLine ( string s ) : void
s string
Résultat void

DeIndent() public méthode

public DeIndent ( ) : void
Résultat void

Indent() public méthode

public Indent ( ) : void
Résultat void

SqlStringBuilder() public méthode

public SqlStringBuilder ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int offset ) : char
offset int
Résultat char