Documentation ¶
Index ¶
- func ConvertToCamelCase(input string) string
- func ConvertToSnakeCase(input string) string
- func CountQueryBuilder(entity TableInterface, key string) string
- func CreateQueryBuilder(entity TableInterface) string
- func DeleteQueryBuilder(entity TableInterface) string
- func GetValueByKey(entity interface{}, key string) (interface{}, error)
- func ReadDESCQueryBuilder(entity TableInterface, key string) string
- func ReadQueryBuilder(entity TableInterface, key string) string
- func UpdateQueryBuilder(entity TableInterface) string
- type TableInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToCamelCase ¶
func ConvertToSnakeCase ¶
func CountQueryBuilder ¶
func CountQueryBuilder(entity TableInterface, key string) string
func CreateQueryBuilder ¶
func CreateQueryBuilder(entity TableInterface) string
func DeleteQueryBuilder ¶
func DeleteQueryBuilder(entity TableInterface) string
func GetValueByKey ¶
func ReadDESCQueryBuilder ¶
func ReadDESCQueryBuilder(entity TableInterface, key string) string
func ReadQueryBuilder ¶
func ReadQueryBuilder(entity TableInterface, key string) string
func UpdateQueryBuilder ¶
func UpdateQueryBuilder(entity TableInterface) string
Types ¶
type TableInterface ¶
type TableInterface interface {
TableName() string
}
Click to show internal directories.
Click to hide internal directories.