Uses of Enum
io.github.jdbcx.QueryMode
Packages that use QueryMode
-
Uses of QueryMode in io.github.jdbcx
Methods in io.github.jdbcx that return QueryModeModifier and TypeMethodDescriptionstatic QueryModeQueryMode.fromCode(char code) Gets query mode based on the given code.static QueryModeGets query mode based on the given code.static QueryModeGets query mode based on given path.static QueryModeGets query mode based on given path.static QueryModeGets query mode based on given string, which could be a single charactercode,pathorname.static QueryModeReturns the enum constant of this type with the specified name.static QueryMode[]QueryMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.jdbcx with parameters of type QueryMode