Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Query ¶
type Query interface { // AllFields selects all fields AllFields() fieldsQuery // Fields selects fully-qualified fields (table name and column) // Useful in case of conflicting names with joined tables Fields(...common2.Field) fieldsQuery // FieldsByName selects fields only with their name // More handy for most cases FieldsByName(names ...common2.FieldName) fieldsQuery }
Click to show internal directories.
Click to hide internal directories.