package
0.79.0
Repository: https://github.com/rickb777/sqlgen2.git
Documentation: pkg.go.dev

# Functions

CopyTableAsAddressTable copies a table instance, retaining the name etc but providing methods appropriate for 'Address'.It doesn't copy the constraints of the original table.
CopyTableAsDbUserTable copies a table instance, retaining the name etc but providing methods appropriate for 'User'.It doesn't copy the constraints of the original table.
NewAddressTable returns a new table instance.
NewDbUserTable returns a new table instance.
ScanAddresses reads rows from the database and returns a slice of corresponding values.
ScanDbUsers reads rows from the database and returns a slice of corresponding values.

# Constants

AddressTableColumnNames is the list of columns in AddressTable.
AddressTableDataColumnNames is the list of data columns in AddressTable.
No description provided by the author
DbUserTableColumnNames is the list of columns in DbUserTable.
DbUserTableDataColumnNames is the list of data columns in DbUserTable.
NumAddressTableColumns is the total number of columns in AddressTable.
NumAddressTableDataColumns is the number of columns in AddressTable not including the auto-increment key.
NumDbUserTableColumns is the total number of columns in DbUserTable.
NumDbUserTableDataColumns is the number of columns in DbUserTable not including the auto-increment key.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
AddressTable holds a given table name with the database reference, providing access methods below.
DbUserTable holds a given table name with the database reference, providing access methods below.
No description provided by the author
No description provided by the author

# Interfaces

AddressQueryer lists query methods provided by AddressTable.
AddressTabler lists table methods provided by AddressTable.
DbUserQueryer lists query methods provided by DbUserTable.
DbUserTabler lists table methods provided by DbUserTable.

# Type aliases

No description provided by the author