sqltype

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomType

type CustomType struct {
	GoTypeName  string
	SqlTypeName string
	Schema      string
	Kind        CustomTypeKind
	IsNullable  bool
}

func NewCustomTypes

func NewCustomTypes(
	schemas []*plugin.Schema,
	options *opts.Options,
	destPackage string,
) []CustomType

type CustomTypeKind

type CustomTypeKind string
const (
	EnumType      CustomTypeKind = "enum"
	CompositeType CustomTypeKind = "composite"
)

Jump to

Keyboard shortcuts

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