Documentation
¶
Overview ¶
Package codium_shared is a library shared by the programs of the codium project.
Index ¶
Constants ¶
View Source
const ( DateFormat = "2006-01-02 MST" DateFormatNoTZ = "2006-01-02" DateTimeFormat = "2006-01-02T15:04:05 MST" DateTimeFormatNoTZAndS = "2006-01-02T15:04" )
Variables ¶
This section is empty.
Functions ¶
func GetDataPath ¶
Types ¶
type QueryData ¶
type QueryData struct { Fields []string TableName string ExpandTable bool Distinct bool Limit string StartIndex string OrderBy string OrderDirection string // one of "asc", "desc" WhereOpts []WhereOptions }
func ParseSearchStmt ¶
Click to show internal directories.
Click to hide internal directories.