Interface SQLTreeProcessor

All Known Implementing Classes:
BaseSQLTreeProcessor, DB2SQLTreeProcessor, DerbySQLTreeProcessor, FirebirdSQLTreeProcessor, FrontBaseSQLTreeProcessor, H2SQLTreeProcessor, HSQLTreeProcessor, IngressSQLTreeProcessor, MySQLTreeProcessor, OpenBaseSQLTreeProcessor, OracleSQLTreeProcessor, PostgreSQLTreeProcessor, SQLiteTreeProcessor, SQLServerTreeProcessor, SQLServerTreeProcessorV12, SybaseSQLTreeProcessor, TypeAwareSQLTreeProcessor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SQLTreeProcessor
Since:
4.2
  • Method Summary

    Modifier and Type
    Method
    Description
    process(Node node)
     
  • Method Details