Uses of Class
com.exasol.errorreporting.Quoting
-
-
Uses of Quoting in com.exasol.errorreporting
Methods in com.exasol.errorreporting that return Quoting Modifier and Type Method Description QuotingPlaceholder. getQuoting()Get the quoting style used when replacing this placeholder.static QuotingQuoting. valueOf(String name)Returns the enum constant of this type with the specified name.static Quoting[]Quoting. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exasol.errorreporting with parameters of type Quoting Modifier and Type Method Description Placeholder.BuilderPlaceholder.Builder. quoting(Quoting quoting)Set the quoting style that should be used when replacing this placeholder.
-