package
0.0.10
Repository: https://github.com/seambiz/codegen.git
Documentation: pkg.go.dev

# Functions

returns fields, that should be used.
EscapeString returns mysql escaped string.
returns fields, that should be used.
returns fields, that should be used.
NewColumnsStore return DAO Store for Columns.
NewExtensiveStore return DAO Store for Extensive.
NewKeyColumnUsageStore return DAO Store for KeyColumnUsage.
NewPersonStore return DAO Store for Person.
NewPetStore return DAO Store for Pet.
NewStatisticsStore return DAO Store for Statistics.
NewStore return DAO Store.
NewTablesStore return DAO Store for Tables.
NewTagStore return DAO Store for Tag.
returns fields, that should be used.
returns fields, that should be used.
returns fields, that should be used.
returns fields, that should be used.
returns fields, that should be used.

# Structs

Columns represents a row from 'COLUMNS'.
helper struct for common query operations.
ColumnsStore is used to query for 'Columns' records.
Extensive represents a row from 'extensive'.
helper struct for common query operations.
ExtensiveStore is used to query for 'Extensive' records.
KeyColumnUsage represents a row from 'KEY_COLUMN_USAGE'.
helper struct for common query operations.
KeyColumnUsageStore is used to query for 'KeyColumnUsage' records.
Person represents a row from 'person'.
helper struct for common query operations.
PersonStore is used to query for 'Person' records.
Pet represents a row from 'pet'.
helper struct for common query operations.
PetStore is used to query for 'Pet' records.
Statistics represents a row from 'STATISTICS'.
helper struct for common query operations.
StatisticsStore is used to query for 'Statistics' records.
nolint[structcheck].
Tables represents a row from 'TABLES'.
helper struct for common query operations.
TablesStore is used to query for 'Tables' records.
Tag represents a row from 'tag'.
helper struct for common query operations.
TagStore is used to query for 'Tag' records.
UpsertStatement helper for creating upsert statement.

# Interfaces

Bindable defines the interface to make the query results bindable to the structs.
No description provided by the author
No description provided by the author