MCPcopy Create free account
hub / github.com/cinar/indicator / CreateTable

Method CreateTable

asset/sql_repository_dialect.go:10–10  ·  view source on GitHub ↗

CreateTable returns the SQL statement to create the repository table.

()

Source from the content-addressed store, hash-verified

8type SQLRepositoryDialect interface {
9 // CreateTable returns the SQL statement to create the repository table.
10 CreateTable() string
11
12 // DropTable returns the SQL statement to drop the repository table.
13 DropTable() string

Callers 1

NewSQLRepositoryFunction · 0.65

Implementers 1

mockDialectasset/sql_repository_test.go

Calls

no outgoing calls

Tested by

no test coverage detected