类的使用
com.databend.jdbc.RawStatement
使用RawStatement的程序包
-
com.databend.jdbc中RawStatement的使用
修饰符和类型类说明classA non query statement is a statement that does not return data (such as INSERT)classA query statement is a statement that returns data (Typically starts with SELECT, SHOW, etc)classA Set param statement is a special statement that sets a parameter internally (this type of statement starts with SET)修饰符和类型方法说明static RawStatementRawStatement.of(String sql, List<ParamMarker> paramPositions, String cleanSql) 参数类型为RawStatement的com.databend.jdbc中的方法修饰符和类型方法说明static StatementInfoWrapperStatementInfoWrapper.of(@NonNull RawStatement rawStatement) Creates a StatementInfoWrapper from theRawStatement.static StatementInfoWrapperStatementInfoWrapper.of(@NonNull RawStatement rawStatement, String id) Creates a StatementInfoWrapper from theRawStatement.类型变量类型为RawStatement的com.databend.jdbc中的构造器参数