Documentation ¶
Index ¶
Constants ¶
View Source
const Version = "0.0.8"
Version indicates package version
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
Options provides database sqlOptions for DALgo - // TODO: document why & how to use
func (Options) GetRecordsetByKey ¶ added in v0.0.9
type Recordset ¶
type Recordset struct {
// contains filtered or unexported fields
}
Recordset hold recordset settings
func NewRecordset ¶ added in v0.0.9
func NewRecordset(name string, t RecordsetType, primaryKey []dal.FieldRef) *Recordset
func (*Recordset) PrimaryKey ¶
func (*Recordset) PrimaryKeyFieldNames ¶ added in v0.0.9
func (*Recordset) Type ¶
func (v *Recordset) Type() RecordsetType
type RecordsetType ¶
type RecordsetType = int
RecordsetType defines type of a database recordset
const ( // Table identifies a table in a database Table RecordsetType = iota // View identifies a view in a database View // StoredProcedure identifies a stored procedure in a database StoredProcedure )
Source Files ¶
Click to show internal directories.
Click to hide internal directories.