Versions in this module Expand all Collapse all v0 v0.3.8 Dec 29, 2024 Changes in this version + const ColumnDeletedAt + const ColumnId + const ColumnName + const Delete + const ExprEqual + const ExprGreater + const ExprNotEqual + const IdEqual + const InnerJoin + const Insert + const LeftJoin + const Limit + const Limit1 + const NameEqual + const NotDeleted + const NullStr + const Offset + const RightJoin + const Select + const TmFmtWithMS + const Update + const WithNotDeleted + func ConvertParams(v interface{}, escaper string) string + func DeleteByIdSQL(tableName string) string + func DeleteSQL(tableName, column string) string + func ExistsSQL(tableName, column string, withDeletedAt bool) string + func ExistsSQLByFilterExprs(tableName string, filters FilterExprs) string + func ExistsSQLByQuerySQL(qsql string) string + type FilterExpr struct + Field string + Operation Operation + Value []interface{} + type FilterExprs []FilterExpr + func (f FilterExprs) Build() string + func (f FilterExprs) BuildSQL() (string, []interface{}) + type Operation int + const Between + const Equal + const Greater + const GreaterOrEqual + const In + const IsNotNull + const IsNull + const LIKE + const Less + const LessOrEqual + const NotEqual + const NotIn + const OperationPlace + func (m Operation) SQL() string + func (m Operation) String() string v0.0.42 Aug 7, 2024 v0.0.41 Aug 7, 2024 v0.0.40 Aug 7, 2024 Changes in this version + func EndCallbackSQL(typ string) string