Class SqlStreamDialect

All Implemented Interfaces:
Dialect

public class SqlStreamDialect extends LucidDbDialect
Implementation of Dialect for the SQLstream streaming SQL system.
Since:
Mar 23, 2009
Author:
jhyde
  • Field Details

  • Constructor Details

    • SqlStreamDialect

      public SqlStreamDialect(Connection connection) throws SQLException
      Creates a SqlStreamDialect.
      Parameters:
      connection - Connection
      Throws:
      SQLException