package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/csfw.git
Documentation: pkg.go.dev

# Functions

NewCustomerAddressEntities creates a new initialized collection.
NewCustomerEntities creates a new initialized collection.
NewCustomerEntityInts creates a new initialized collection.
NewCustomerEntityVarchars creates a new initialized collection.
NewDBManager returns a goified version of the MySQL/MariaDB table schema for the tables: customer_address_entity, customer_entity, customer_entity_int, customer_entity_varchar Auto generated by dmlgen.

# Constants

TableName constants define the names of all tables.
TableName constants define the names of all tables.
TableName constants define the names of all tables.
TableName constants define the names of all tables.

# Variables

Columns struct provides for all tables the name of the columns.

# Structs

CustomerAddressEntities represents a collection type for DB table customer_address_entity Not thread safe.
CustomerAddressEntity represents a single row for DB table customer_address_entity.
CustomerEntities represents a collection type for DB table customer_entity Not thread safe.
CustomerEntity represents a single row for DB table customer_entity.
CustomerEntityInt represents a single row for DB table customer_entity_int.
CustomerEntityInts represents a collection type for DB table customer_entity_int Not thread safe.
CustomerEntityVarchar represents a single row for DB table customer_entity_varchar.
CustomerEntityVarchars represents a collection type for DB table customer_entity_varchar Not thread safe.
DBM defines the DataBaseManagement object for the tables customer_address_entity, customer_entity, customer_entity_int, customer_entity_varchar.
DBMOption provides various options to the DBM object.

# Type aliases

Event functions are getting dispatched during before or after handling a collection or an entity.
Event functions are getting dispatched during before or after handling a collection or an entity.
Event functions are getting dispatched during before or after handling a collection or an entity.
Event functions are getting dispatched during before or after handling a collection or an entity.