java.lang.Object
org.litebridgedb.db.spi.expression.SubselectExpression
org.litebridgedb.db.spi.impl.function.Subselect
All Implemented Interfaces:
ConnectionProviderExpression, SelectExpression

public class Subselect extends SubselectExpression
  • Constructor Details

  • Method Details

    • toSql

      public PreparedSql toSql(Operation operation, ConnectionProvider connectionProvider)
      Description copied from interface: ConnectionProviderExpression
      Creates a SQL representation of the expression using the specified @{link ConnectionProvider}.
      Parameters:
      operation - the operation that is being executed
      connectionProvider - the connection provider to use to generate SQL
      Returns:
      the SQL representation of the expression