Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
A Table holds column names and types used when generating SQL statements.
func New ¶
New creates a Table that holds column names and types extracted from features. Generated SQL will be written to w.
func (*Table) CreateTable ¶
CreateTable produces SQL CREATE TABLE with columns for each property in features, and a column for wkb_geometry.
Click to show internal directories.
Click to hide internal directories.