Documentation ¶
Overview ¶
Package databaseImplementationBase provides a base class for the database implementations.
Index ¶
- func BaseForSeedsCreateTable(tableName string, columns []string) (string, error)
- func BaseForSeedsCreateTableSpecifyingTextType(textType, tableName string, columns []string) (string, error)
- func BaseForSeedsDeleteTable(tableName string) string
- func BaseForSeedsInsertTable(tableName string, columns []string, values [][]string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BaseForSeedsCreateTable ¶
func BaseForSeedsDeleteTable ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.