Interface IPreparedStatement



  • public interface IPreparedStatement
    • Method Summary

      Modifier and Type Method and Description
      void close()
       
      void execute()
       
      IResultSet executeQuery()
       
      void setArguments(String[] arguments)
       
      void setDouble(int position, double value)
       
      void setInt(int position, int value)
       
      void setLong(int position, long value)
       
      void setString(int position, String value)