Package com.kuzudb

Class PreparedStatement

java.lang.Object
com.kuzudb.PreparedStatement
All Implemented Interfaces:
AutoCloseable

public class PreparedStatement extends Object implements AutoCloseable
PreparedStatement is a parameterized query which can avoid planning the same query for repeated execution.
  • Constructor Details

    • PreparedStatement

      public PreparedStatement()
  • Method Details