public class SQLExpressionFulltextSearchItem extends SQLExpressionItem
Modifier and Type | Field and Description |
---|---|
SQLObjectColumn |
column |
AstToken |
functionName |
AstToken |
what |
data, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
Constructor and Description |
---|
SQLExpressionFulltextSearchItem(BaseSQLContext sqlContext) |
Modifier and Type | Method and Description |
---|---|
void |
buildSQLDirect(SQLBuilder builder,
SQLBuilderSelectFormat format) |
protected void |
getASTFields(AstFieldList l) |
boolean |
isLogical() |
buildSQLCosmetic, clone, findExpressionItem, removeLExpression, removeReferencesToDatasourceInternal, restoreLExpression
buildSQL, dispose, editProps, editPropsInternal, getExtender, getSimpleSQL, setExtender, updateExtender
buildSQLForNode, editPropsForNode
assertIsAlive, assign, buildASTField, buildASTField, calcStatistics, calcStatisticsRecursive, cloneInternal, findFirstChildIndexForClass, getAstFieldList, getMyChildren, getMyChildrenRecursive, getReferencedColumns, getReferencedColumnsRecursive, getReferencedDatasources, getReferencedDatasourcesRecursive, getSQLContext, getUsedDatabaseObjectColumns, getUsedDatabaseObjects, isAlive, moveSubQueryInProxy, moveSubQueryInProxyRecursive, prepareAndFixupRecursive, prepareAndFixupRecursive, prepareCalcStatistics, prepareCalcStatisticsRecursive, removeReferencesToDatasource, replaceReferencesToDatasource, replaceReferencesToDatasourceRecursive, restoreColumnPrefix, restoreColumnPrefixRecursive, simplifyTree, simplifyTreeRecursive, traverseASTTreeDepthFirst, traverseASTTreeSiblingFirst
public AstToken functionName
public SQLObjectColumn column
public AstToken what
public SQLExpressionFulltextSearchItem(BaseSQLContext sqlContext)
protected void getASTFields(AstFieldList l)
getASTFields
in class AstNode
public void buildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format)
buildSQLDirect
in class AstNode
public boolean isLogical()
isLogical
in class SQLExpressionItem