Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶ added in v0.5.375
type Router interface {
CanRoute(node sqlparser.SQLNode) (constants.BackendQueryType, bool)
ExprIsRoutable(node sqlparser.SQLNode) bool
}
func GetDBMSInternalRouter ¶
func GetDBMSInternalRouter(cfg dto.DBMSInternalCfg, sqlSystem sql_system.SQLSystem) (Router, error)
Click to show internal directories.
Click to hide internal directories.