Uses of Class
com.databend.jdbc.StatementInfoWrapper
Packages that use StatementInfoWrapper
-
Uses of StatementInfoWrapper in com.databend.jdbc
Methods in com.databend.jdbc that return StatementInfoWrapperModifier and TypeMethodDescriptionstatic StatementInfoWrapperStatementInfoWrapper.of(@NonNull RawStatement rawStatement) Creates a StatementInfoWrapper from theRawStatement.static StatementInfoWrapperStatementInfoWrapper.of(@NonNull RawStatement rawStatement, String id) Creates a StatementInfoWrapper from theRawStatement.Methods in com.databend.jdbc that return types with arguments of type StatementInfoWrapperModifier and TypeMethodDescriptionStatementUtil.parseToStatementInfoWrappers(String sql) Parse the sql statement to a list ofStatementInfoWrapperStatementUtil.replaceParameterMarksWithValues(@NonNull Map<Integer, String> params, @NonNull RawStatementWrapper rawStatement) Returns a list ofStatementInfoWrappercontaining sql statements constructed with theRawStatementWrapperand the parameters providedstatic List<StatementInfoWrapper>StatementUtil.replaceParameterMarksWithValues(@NonNull Map<Integer, String> params, @NonNull String sql) Returns a list ofStatementInfoWrappercontaining sql statements constructed with the sql statement and the parameters providedMethod parameters in com.databend.jdbc with type arguments of type StatementInfoWrapperModifier and TypeMethodDescriptionDatabendPreparedStatement.execute(List<StatementInfoWrapper> statements)