public abstract static class Dialect.ArraySubQuery extends Object
Modifier and Type | Field and Description |
---|---|
protected Column |
arrayColumn |
protected String |
subQueryAlias |
Constructor and Description |
---|
ArraySubQuery(Column arrayColumn,
String subqueryAlias) |
Modifier and Type | Method and Description |
---|---|
abstract Column |
getSubQueryIdColumn() |
abstract Column |
getSubQueryValueColumn() |
abstract String |
toSql() |
protected Column arrayColumn
protected String subQueryAlias
public ArraySubQuery(Column arrayColumn, String subqueryAlias)
public abstract Column getSubQueryIdColumn()
public abstract Column getSubQueryValueColumn()
Copyright © 2017 Nuxeo. All rights reserved.