public interface IColumnFullTextSupport extends IColumnSupport
getColumndefault FullTextColumn fullText(String value)
value - 索引值default FullTextColumn fullText(IColumn[] otherColumns, String value)
otherColumns - 其他列value - 索引值default FullTextColumn fullText(String value, FullTextModeEnum mode)
value - 索引值mode - 全文查询模式default FullTextColumn fullText(IColumn[] otherColumns, String value, FullTextModeEnum mode)
otherColumns - 其他列value - 索引值mode - 全文查询模式default FullTextColumn fullText(String value, String nameAs)
value - 索引值nameAs - 列别名default FullTextColumn fullText(IColumn[] otherColumns, String value, String nameAs)
otherColumns - 其他列value - 索引值nameAs - 列别名default FullTextColumn fullText(String value, FullTextModeEnum mode, String nameAs)
value - 索引值mode - 全文查询模式nameAs - 列别名default FullTextColumn fullText(IColumn[] otherColumns, String value, FullTextModeEnum mode, String nameAs)
otherColumns - 其他列value - 索引值mode - 全文查询模式nameAs - 列别名default CriteriaItem fullTextMatch(String value)
value - 索引值default CriteriaItem fullTextMatch(IColumn[] otherColumns, String value)
otherColumns - 其他列value - 索引值default CriteriaItem fullTextMatch(String value, FullTextModeEnum mode)
value - 索引值mode - 全文查询模式default CriteriaItem fullTextMatch(IColumn[] otherColumns, String value, FullTextModeEnum mode)
otherColumns - 其他列value - 索引值mode - 全文查询模式Copyright © 2020 IBIT程序猿. All rights reserved.