Documentation ¶
Index ¶
- Constants
- func IndexName(tableName, idxName string) string
- func IndexNoCase(s, sep 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 ReflectValue(bean interface{}) reflect.Value
- func SliceEq(left, right []string) bool
- func SplitNNoCase(s, sep string, n int) []string
- func SplitNoCase(s, sep string) []string
- type Zeroable
Constants ¶
View Source
const ( ZeroTime0 = "0000-00-00 00:00:00" ZeroTime1 = "0001-01-01 00:00:00" )
Variables ¶
This section is empty.
Functions ¶
func IndexNoCase ¶
func IsArrayZero ¶
func IsStructZero ¶
func IsSubQuery ¶
func IsTimeZero ¶
func IsValueZero ¶
func ReflectValue ¶
func SplitNNoCase ¶
func SplitNoCase ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.