Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShowCreateAllTables ¶
func ShowCreateAllTables(ctx context.Context, db sqlQueryerContext, opts ...ShowCreateAllTablesOption) (query string, err error)
Types ¶
type ShowCreateAllTablesOption ¶
type ShowCreateAllTablesOption interface {
// contains filtered or unexported methods
}
func WithShowCreateAllTablesOptionSchema ¶
func WithShowCreateAllTablesOptionSchema(database string) ShowCreateAllTablesOption
Click to show internal directories.
Click to hide internal directories.