Versions in this module Expand all Collapse all v1 v1.1.0 Jul 10, 2024 Changes in this version + const ZeroTime0 + const ZeroTime1 + func IndexName(tableName, idxName string) string + func IndexNoCase(s, sep string) int + func IndexSlice(s []string, c string) int + func IsArrayZero(v reflect.Value) bool + func IsStructZero(v reflect.Value) bool + func IsSubQuery(tbName string) bool + func IsTimeZero(t time.Time) bool + func IsValueZero(v reflect.Value) bool + func IsZero(k interface{}) bool + func New(tp reflect.Type, length, cap int) reflect.Value + func ReflectValue(bean interface{}) reflect.Value + func SeqName(tableName string) string + func SliceEq(left, right []string) bool + func SplitNNoCase(s, sep string, n int) []string + func SplitNoCase(s, sep string) []string + func WriteBuilder(w *builder.BytesWriter, inputs ...BuildReader) error + type BuildReader interface + Args func() []interface{} + String func() string + type Zeroable interface + IsZero func() bool