Class CachedPreparedStatements

java.lang.Object
org.h2.samples.CachedPreparedStatements

public class CachedPreparedStatements extends Object
This sample application shows how to cache prepared statements.
  • Constructor Details

    • CachedPreparedStatements

      public CachedPreparedStatements()
  • Method Details

    • main

      public static void main(String... args) throws Exception
      This method is called when executing this sample application from the command line.
      Parameters:
      args - the command line parameters
      Throws:
      Exception - on failure