C# 클래스 Deveel.Data.Sql.SqlStringBuilder

파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Append() 공개 메소드

public Append ( object obj ) : void
obj object
리턴 void

Append() 공개 메소드

public Append ( string s ) : void
s string
리턴 void

AppendFormat() 공개 메소드

public AppendFormat ( string format ) : void
format string
리턴 void

AppendLine() 공개 메소드

public AppendLine ( ) : void
리턴 void

AppendLine() 공개 메소드

public AppendLine ( string s ) : void
s string
리턴 void

DeIndent() 공개 메소드

public DeIndent ( ) : void
리턴 void

Indent() 공개 메소드

public Indent ( ) : void
리턴 void

SqlStringBuilder() 공개 메소드

public SqlStringBuilder ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int offset ) : char
offset int
리턴 char