package
0.0.0-20241208114006-871dd3f2660b
Repository: https://github.com/meoying/dbproxy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Compare 升序时, -1 表示 i < j, 1 表示i > j ,0 表示两者相同 降序时,-1 表示 i > j, 1 表示 i < j ,0 表示两者相同.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

OrderASC 升序排序.
OrderDESC 降序排序.

# Variables

No description provided by the author

# Structs

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

# Interfaces

Merger 将sql.Rows列表里的元素合并,返回一个类似sql.Rows的迭代器 Merger sql.Rows列表中每个sql.Rows仅支持单个结果集且每个sql.Rows中列集必须完全相同。.
No description provided by the author

# Type aliases

No description provided by the author