Uses of Class
com.databend.jdbc.RawStatementWrapper
Packages that use RawStatementWrapper
-
Uses of RawStatementWrapper in com.databend.jdbc
Methods in com.databend.jdbc that return RawStatementWrapperModifier and TypeMethodDescriptionStatementUtil.parseToRawStatementWrapper(String sql) Parse sql statement to aRawStatementWrapper.Methods in com.databend.jdbc with parameters of type RawStatementWrapperModifier and TypeMethodDescriptionStatementUtil.replaceParameterMarksWithValues(@NonNull Map<Integer, String> params, @NonNull RawStatementWrapper rawStatement) Returns a list ofStatementInfoWrappercontaining sql statements constructed with theRawStatementWrapperand the parameters provided