类的使用
com.databend.jdbc.StatementInfoWrapper
使用StatementInfoWrapper的程序包
-
com.databend.jdbc中StatementInfoWrapper的使用
修饰符和类型方法说明static StatementInfoWrapperStatementInfoWrapper.of(@NonNull RawStatement rawStatement) Creates a StatementInfoWrapper from theRawStatement.static StatementInfoWrapperStatementInfoWrapper.of(@NonNull RawStatement rawStatement, String id) Creates a StatementInfoWrapper from theRawStatement.返回变量类型为StatementInfoWrapper的类型的com.databend.jdbc中的方法修饰符和类型方法说明StatementUtil.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 provided类型变量类型为StatementInfoWrapper的com.databend.jdbc中的方法参数修饰符和类型方法说明protected booleanDatabendPreparedStatement.execute(List<StatementInfoWrapper> statements)