Documentation ¶
Index ¶
Constants ¶
View Source
const FactoryID = -32
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type And ¶
type And struct {
// contains filtered or unexported fields
}
func (*And) WriteData ¶
func (ap *And) WriteData(output serialization.DataOutput) error
type Between ¶
type Between struct {
// contains filtered or unexported fields
}
func NewBetween ¶
func (*Between) WriteData ¶
func (bp *Between) WriteData(output serialization.DataOutput) error
type Equal ¶
type Equal struct {
// contains filtered or unexported fields
}
func (*Equal) WriteData ¶
func (ep *Equal) WriteData(output serialization.DataOutput) error
type Factory ¶
type Factory struct { }
func NewFactory ¶
func NewFactory() *Factory
func (*Factory) Create ¶
func (pf *Factory) Create(id int32) serialization.IdentifiedDataSerializable
type False ¶
type False struct {
// contains filtered or unexported fields
}
func (*False) WriteData ¶
func (fp *False) WriteData(output serialization.DataOutput) error
type GreaterLess ¶
type GreaterLess struct {
// contains filtered or unexported fields
}
func NewGreaterLess ¶
func NewGreaterLess(field string, value interface{}, equal bool, less bool) *GreaterLess
func (*GreaterLess) ReadData ¶
func (glp *GreaterLess) ReadData(input serialization.DataInput) error
func (*GreaterLess) WriteData ¶
func (glp *GreaterLess) WriteData(output serialization.DataOutput) error
type In ¶
type In struct {
// contains filtered or unexported fields
}
func (*In) WriteData ¶
func (ip *In) WriteData(output serialization.DataOutput) error
type InstanceOf ¶
type InstanceOf struct {
// contains filtered or unexported fields
}
func NewInstanceOf ¶
func NewInstanceOf(className string) *InstanceOf
func (*InstanceOf) ReadData ¶
func (iop *InstanceOf) ReadData(input serialization.DataInput) error
func (*InstanceOf) WriteData ¶
func (iop *InstanceOf) WriteData(output serialization.DataOutput) error
type Like ¶
type Like struct {
// contains filtered or unexported fields
}
func (*Like) WriteData ¶
func (lp *Like) WriteData(output serialization.DataOutput) error
type Not ¶
type Not struct {
// contains filtered or unexported fields
}
func (*Not) WriteData ¶
func (np *Not) WriteData(output serialization.DataOutput) error
type Or ¶
type Or struct {
// contains filtered or unexported fields
}
func (*Or) WriteData ¶
func (or *Or) WriteData(output serialization.DataOutput) error
type Regex ¶
type Regex struct {
// contains filtered or unexported fields
}
func (*Regex) WriteData ¶
func (rp *Regex) WriteData(output serialization.DataOutput) error
type SQL ¶
type SQL struct {
// contains filtered or unexported fields
}
func (*SQL) WriteData ¶
func (sp *SQL) WriteData(output serialization.DataOutput) error
type True ¶
type True struct {
// contains filtered or unexported fields
}
func (*True) WriteData ¶
func (tp *True) WriteData(output serialization.DataOutput) error
Click to show internal directories.
Click to hide internal directories.