Documentation
¶
Index ¶
Constants ¶
View Source
const (
DescribeTableSQL = "SELECT column_name, ordinal_position, column_default, is_nullable, data_type " +
"FROM information_schema.columns " +
"WHERE table_schema = $1 AND table_name = $2 " +
"ORDER BY ordinal_position ASC"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Column ¶
type ConnectionConfig ¶
Click to show internal directories.
Click to hide internal directories.