//
pkg.gl
Category
github.com/Danny5487401/go_advanced_code
chapter09_design_pattern
01_construction
05_builder
package
0.0.0-20240923050528-74966de37765
Repository:
https://github.com/danny5487401/go_advanced_code.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
83 SLOC
#
Functions
NewSQLQueryBuilder
No description provided by the author
#
Interfaces
ISQLQuery
定义SQL查询表达式的接口.
ISQLQueryBuilder
定义SQL查询表达式的建造者接口, 该接口定义了一系列步骤去创建复杂查询语句.