Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionForm ¶
type ActionForm struct {
Description string
ExecutionID string
Namespace string
Name string
Arguments []*ActionFormArgument
}
type ActionFormArgument ¶
type ActionListItem ¶
type ActionListItem struct {
Namespace string
Name string
Description string
Transaction bool
Arguments []*ActionListItemArgument
}
type ActionListItemArgument ¶
type DatabaseListItem ¶
type DatabaseListItem struct {
ID uint64 `db:"id"`
Name string `db:"name"`
OwnerID uint64 `db:"owner_id"`
OwnerName string `db:"owner_name"`
IsTemplate bool `db:"is_template"`
ConnectionLimit int64 `db:"connection_limit"`
TablespaceID uint64 `db:"tablespace_id"`
TablespaceName string `db:"tablespace_name"`
Size string `db:"size"`
SizePercent float64 `db:"size_percent"`
Encoding string `db:"encoding"`
Collation string `db:"collation"`
CharacterType string `db:"character_type"`
CanConnect bool
}
type SchemaListItem ¶
type TableListItem ¶
type TableListItem struct {
DatabaseName string
Schema string `db:"schema_name"`
Name string `db:"name"`
OwnerName string `db:"owner_name"`
TablespaceName string `db:"tablespace_name"`
RLS bool `db:"rls"`
Internal bool `db:"internal"`
Size string `db:"size"`
SizePercent float64 `db:"size_percent"`
EstimatedRows int64 `db:"estimated_rows"`
}
type TablespaceListItem ¶
Click to show internal directories.
Click to hide internal directories.