package
1.0.3
Repository: https://github.com/cloudapex/ulib.git
Documentation: pkg.go.dev

# Functions

查询选项[SQL]-自定义SQL条件(支持?).
查询选项[ORM]-比较.
查询选项[ORM]-分组.
查询选项[ORM]-过滤 (selAlias:select 中的聚合别名).
查询选项[ORM]-集合.
查询选项[ORM]-匹配.
查询选项[ORM]-限量.
ConnDBStats 获取指定db连接统计状态.
Connector 获取指定连接器(引擎).
No description provided by the author
查询选项[ORM]-排序.
查询选项[ORM]-分页.
查询选项[SQL]-自定义SQL条件(支持?).
创建DBTables.
清空DBTables.
删除表(包括索引).
检测表是否存在.
安装控制器.
主(Master) Table.
原生SQL执行(delete|update)[query:语句(支持?), args:语句参数].
原生SQL执行(delete|update)[query:语句(支持?), args:语句参数].
原生SQL执行(multi)[rowsSlicePtr:输出slice或map, query:语句(支持?), args:语句参数].
原生SQL执行(page)[rowsSlicePtr:输出slice或map, query:语句(支持?), args:语句参数].
原生SQL执行(one)[beans:输出, query:语句(支持?), args:语句参数].
从(Slave) Table.
同步表结构.
No description provided by the author
创建事务(Transation session)(当不需要真正的事务时可以使用 mdb.TxNil).
事务(Transaction) Table.

# Constants

and.
or.
= value.
> value.
>= value.
< value.
<= value.
!= value.
in.
not in.
主库.
从库.
正序 从小到大.
倒序 从大到小.

# Variables

默认DB控制器.
No description provided by the author
No description provided by the author
空事务对象.

# Structs

> DB配置.
> join.
事务类型.
==================== XormLogger.

# Interfaces

No description provided by the author
控制器接口.
> 实体接口.

# Type aliases

> 查询条件选项.
> 并且或者.
> 比较类型.
> 集合包含.
> Engine类型.
> 排序类型.
> DB表字段字节数据转换接口.