Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateConditionsFor ¶
func GenerateConditionsFor[T any](db *gorm.DB) *table.EntityInfo
func GenerateConditionsFromEntity ¶
func GenerateConditionsFromEntity(entity interface{}, db *gorm.DB) *table.EntityInfo
func GetDBFieldMap ¶
Types ¶
type QueryTag ¶
type QueryTag struct {
Operators []sql_enum.QueryOperator // Поддерживаемые операторы
ParamName string // Имя параметра в запросе
Consider bool // Учитывать или нет
UniqueIdentifier bool // Использовать как уникальный идентификатор запроса
NoSortable bool
Path []string
DBName string
ExternalTableName string
InternalColumn string
ExternalColumn string
FieldPattern string
}
Click to show internal directories.
Click to hide internal directories.