provider

package
v0.9.14 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SqlSource

type SqlSource interface {
	CreateTable(recordType reflect.Type, tableName string, tagName option.Tag, autogeneratePk bool) (*Table, error)
	RecordType(recordType reflect.Type, tagName option.Tag) (reflect.Type, error)
}

type Table

type Table struct {
	View       *view.View
	SQL        string
	Relations  []*Table
	RecordType reflect.Type
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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