Documentation
¶
Index ¶
- Constants
- type EscapeLiteralSQL
- func (this *EscapeLiteralSQL) GetParameter() string
- func (this *EscapeLiteralSQL) GetParsedSql() string
- func (this *EscapeLiteralSQL) Process() *EscapeLiteralSQL
- func (this *EscapeLiteralSQL) SetIncludeComment(b bool) *EscapeLiteralSQL
- func (this *EscapeLiteralSQL) SetSubstituteStringMode(b bool) *EscapeLiteralSQL
- func (this *EscapeLiteralSQL) Setsubstitute(chr string) *EscapeLiteralSQL
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EscapeLiteralSQL ¶
type EscapeLiteralSQL struct { SqlType uint8 // contains filtered or unexported fields }
func NewEscapeLiteralSQL ¶
func NewEscapeLiteralSQL(sql string) *EscapeLiteralSQL
func (*EscapeLiteralSQL) GetParameter ¶
func (this *EscapeLiteralSQL) GetParameter() string
func (*EscapeLiteralSQL) GetParsedSql ¶
func (this *EscapeLiteralSQL) GetParsedSql() string
func (*EscapeLiteralSQL) Process ¶
func (this *EscapeLiteralSQL) Process() *EscapeLiteralSQL
func (*EscapeLiteralSQL) SetIncludeComment ¶
func (this *EscapeLiteralSQL) SetIncludeComment(b bool) *EscapeLiteralSQL
func (*EscapeLiteralSQL) SetSubstituteStringMode ¶
func (this *EscapeLiteralSQL) SetSubstituteStringMode(b bool) *EscapeLiteralSQL
func (*EscapeLiteralSQL) Setsubstitute ¶
func (this *EscapeLiteralSQL) Setsubstitute(chr string) *EscapeLiteralSQL
Click to show internal directories.
Click to hide internal directories.