Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DBListEntry ¶
func ListDatabases ¶
func ListDatabases(db *sqlx.DB) ([]DBListEntry, error)
type ServerInfo ¶
type ServerInfo struct { Version string ProductLevel string Edition string EngineEdition string MachineName string IsClustered bool Collation string CLRVersion string ProcessorCount sql.NullInt32 PhysicalMemoryMB sql.NullInt32 }
func GetServerInfo ¶
func GetServerInfo(db *sqlx.DB) (ServerInfo, error)
Click to show internal directories.
Click to hide internal directories.