类 StatementInfoWrapper

java.lang.Object
com.databend.jdbc.StatementInfoWrapper

public class StatementInfoWrapper extends Object
This represents a statement that is ready to be sent to Databend or executed internally to set a param
  • 构造器详细资料

    • StatementInfoWrapper

      public StatementInfoWrapper()
  • 方法详细资料

    • of

      public static StatementInfoWrapper of(@NonNull @NonNull RawStatement rawStatement)
      Creates a StatementInfoWrapper from the RawStatement.
      参数:
      rawStatement - the raw statement
      返回:
      the statement that will be sent to the server
    • of

      public static StatementInfoWrapper of(@NonNull @NonNull RawStatement rawStatement, String id)
      Creates a StatementInfoWrapper from the RawStatement.
      参数:
      rawStatement - the raw statement
      id - the id of the statement to execute
      返回:
      the statement that will be sent to the server