Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuiltInKey ¶ added in v0.2.0
type BuiltInKey string
BuiltInKey represents keys that are provided as parameters for every view.View in view.Session
const ( //DataViewName represents View.DbName parameter DataViewName BuiltInKey = "session.View.DbName" //SubjectName represents Subject parameter SubjectName BuiltInKey = "session.Subject" )
type Errors ¶ added in v0.2.0
type Errors struct {
// contains filtered or unexported fields
}
Errors collect errors, supports parallel errors collecting.
type Reference ¶ added in v0.2.0
type Reference struct {
Ref string `json:",omitempty"`
}
Reference wraps Ref, objects with Reference can be build based on other object of the same type.
type SqlPosition ¶ added in v0.2.0
type SqlPosition string
const ( ColumnInPosition SqlPosition = "$COLUMN_IN" WhereColumnInPosition SqlPosition = "$WHERE_COLUMN_IN" Criteria SqlPosition = "$CRITERIA" Pagination SqlPosition = "$PAGINATION" )
Click to show internal directories.
Click to hide internal directories.