类 StatementInfoWrapper
java.lang.Object
com.databend.jdbc.StatementInfoWrapper
This represents a statement that is ready to be sent to Databend or executed
internally to set a param
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StatementInfoWrapperof(@NonNull RawStatement rawStatement) Creates a StatementInfoWrapper from theRawStatement.static StatementInfoWrapperof(@NonNull RawStatement rawStatement, String id) Creates a StatementInfoWrapper from theRawStatement.
-
构造器详细资料
-
StatementInfoWrapper
public StatementInfoWrapper()
-
-
方法详细资料
-
of
Creates a StatementInfoWrapper from theRawStatement.- 参数:
rawStatement- the raw statement- 返回:
- the statement that will be sent to the server
-
of
Creates a StatementInfoWrapper from theRawStatement.- 参数:
rawStatement- the raw statementid- the id of the statement to execute- 返回:
- the statement that will be sent to the server
-