java.lang.Object
org.litebridgedb.db.spi.expression.SubselectExpression
org.litebridgedb.db.spi.impl.function.Subselect
- All Implemented Interfaces:
ConnectionProviderExpression,SelectExpression
-
Field Summary
Fields inherited from class org.litebridgedb.db.spi.expression.SubselectExpression
subselect -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoSql(Operation operation, ConnectionProvider connectionProvider) Creates a SQL representation of the expression using the specified @{link ConnectionProvider}.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.litebridgedb.db.spi.expression.ConnectionProviderExpression
toSql
-
Constructor Details
-
Subselect
-
-
Method Details
-
toSql
Description copied from interface:ConnectionProviderExpressionCreates a SQL representation of the expression using the specified @{link ConnectionProvider}.- Parameters:
operation- the operation that is being executedconnectionProvider- the connection provider to use to generate SQL- Returns:
- the SQL representation of the expression
-