Uses of Class
cc.carm.plugin.minesql.api.SQLDriverType
-
Packages that use SQLDriverType Package Description cc.carm.plugin.minesql.api cc.carm.plugin.minesql.api.conf cc.carm.plugin.minesql.api.conf.impl cc.carm.plugin.minesql.api.source -
-
Uses of SQLDriverType in cc.carm.plugin.minesql.api
Methods in cc.carm.plugin.minesql.api that return SQLDriverType Modifier and Type Method Description static @Nullable SQLDriverType
SQLDriverType. parse(@Nullable java.lang.String driverString)
static SQLDriverType
SQLDriverType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SQLDriverType[]
SQLDriverType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SQLDriverType in cc.carm.plugin.minesql.api.conf
Fields in cc.carm.plugin.minesql.api.conf declared as SQLDriverType Modifier and Type Field Description protected @NotNull SQLDriverType
SQLDriverConfig. type
Methods in cc.carm.plugin.minesql.api.conf that return SQLDriverType Modifier and Type Method Description @NotNull SQLDriverType
SQLDriverConfig. getType()
Constructors in cc.carm.plugin.minesql.api.conf with parameters of type SQLDriverType Constructor Description SQLDriverConfig(@NotNull SQLDriverType type)
-
Uses of SQLDriverType in cc.carm.plugin.minesql.api.conf.impl
Constructors in cc.carm.plugin.minesql.api.conf.impl with parameters of type SQLDriverType Constructor Description FileBasedConfig(@NotNull SQLDriverType type, @NotNull java.lang.String filePath)
RemoteAuthConfig(@NotNull SQLDriverType type, @NotNull java.lang.String host, int port, @NotNull java.lang.String database, @Nullable java.lang.String username, @Nullable java.lang.String password, @Nullable java.lang.String extraSettings)
-
Uses of SQLDriverType in cc.carm.plugin.minesql.api.source
Methods in cc.carm.plugin.minesql.api.source with parameters of type SQLDriverType Modifier and Type Method Description static SQLSourceConfig
SQLSourceConfig. create(@NotNull SQLDriverType sourceType, @NotNull java.lang.String url)
-