Documentation ¶
Index ¶
- func Context(name string) context.Context
- func GetDatabaseRole(db *sql.DB) (string, error)
- func GetDatabaseVersion(db *sql.DB) (int, error)
- func GetFlashbackStatus(db *sql.DB) (string, error)
- func GetGapCount(db *sql.DB) (int, error)
- func GetInstanceCount(db *sql.DB) (int, error)
- func GetInstanceStatus(db *sql.DB) (string, error)
- func GetOpenMode(db *sql.DB) (string, error)
- func GetRestorePointName(db *sql.DB) ([]string, error)
- func GetSingleValue(db *sql.DB, sql string) (string, error)
- func GetStandbyRedoLog(db *sql.DB) (int, error)
- func GetSwitchoverStatus(db *sql.DB) (string, error)
- func GetSyncStatus(db *sql.DB) (int, error)
- func Shutdown(db *sql.DB, shutdownMode godror.ShutdownMode) error
- func ShutdownImmediate(P godror.ConnectionParams)
- func ShutdownMode(P godror.ConnectionParams, shutdownMode godror.ShutdownMode)
- func StartupMount(P godror.ConnectionParams) error
- func StartupOpen(P godror.ConnectionParams) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShutdownImmediate ¶
func ShutdownImmediate(P godror.ConnectionParams)
func ShutdownMode ¶
func ShutdownMode(P godror.ConnectionParams, shutdownMode godror.ShutdownMode)
ShutdownMode calls Shutdown to shut down a database.
func StartupOpen ¶
func StartupOpen(P godror.ConnectionParams) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.