package
1.3.4
Repository: https://github.com/gnodux/sqlxx.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
AllToAnd 将所有的条件转换为and连接.
AllToOr 将所有的条件转换为or连接.
And 与.
No description provided by the author
AutoFuzzy 自动模糊查询,对于字符类型且包含%.?*等字符的,自动转换为like查询.
No description provided by the author
No description provided by the author
No description provided by the author
Const 常量, 例如:Const(1), Const("a"),和Raw不同的是,Const会自动将值转换为SQL语句中的常量,例如:Const(1)会被格式化为:1,Const("a")会被格式化为:'a'.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InsertInto 创建一个InsertExpr并设置表名.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Name 字段名、表名、别名等 例如:Name("id"):mysql 驱动下则会被格式化为: `id` 例如:如果有限定名称Name("id", "user"),则会被格式化为: `user`.`id`,如果有多个限定名称Name("id", "user", "t"),则会被格式化为: `user`.`t`.`id`.
No description provided by the author
No description provided by the author
Not 非, 例如:Not(In(Name("id"), 1,2)).
No description provided by the author
No description provided by the author
No description provided by the author
Paren 括号.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UseCondition 使用条件.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
N = Name.
No description provided by the author
R = Raw.
No description provided by the author
V = Value.

# Structs

AliasExpr 别名表达式.
No description provided by the author
No description provided by the author
BinaryExpr 二元表达式.
No description provided by the author
No description provided by the author
No description provided by the author
InsertExpr is a struct for insert expression.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TracedBuffer is a buffer that can be used to trace the.
No description provided by the author
UnaryExpr 一元表达式.
No description provided by the author
ValueExpr 值表达式.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author