Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SqlWalker ¶
type SqlWalker struct {
// contains filtered or unexported fields
}
SqlWalker used to convert expressions to sql strings
func NewSqlWalker ¶
func NewSqlWalker(connectioninfo connection.IConnectionInfo, builder *strings.Builder) *SqlWalker
NewSqlWalker creates a new SqlWalker
**Parameters**
- connectioninfo: driver specific connection info
- builder : command builder to fill
**Returns**
- *SqlWalker: created sql walker
Click to show internal directories.
Click to hide internal directories.