view

package
v0.0.26 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Column = &schema.Resource{
		Schema: map[string]*schema.Schema{
			"name": {
				Type:        schema.TypeString,
				Required:    true,
				Description: "Name of Column",
			},
			"comment": {
				Type:        schema.TypeString,
				Optional:    true,
				Description: "Comment of Column",
			},
		},
	}
)

Functions

func Resource

func Resource() *schema.Resource

Resource for Exasol View

Types

type RequiredCreateArguments

type RequiredCreateArguments struct {
	argument.RequiredArguments
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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