databaseImplementationBase

package
v0.0.0-...-d400e7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package databaseImplementationBase provides a base class for the database implementations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BaseForSeedsCreateTable

func BaseForSeedsCreateTable(tableName string, columns []string) (string, error)

func BaseForSeedsCreateTableSpecifyingTextType

func BaseForSeedsCreateTableSpecifyingTextType(textType, tableName string, columns []string) (string, error)

func BaseForSeedsDeleteTable

func BaseForSeedsDeleteTable(tableName string) string

func BaseForSeedsInsertTable

func BaseForSeedsInsertTable(tableName string, columns []string, values [][]string) (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL