Package com.lattix.core.query.builder
Interface ISourceCode<Top extends Table>
- All Superinterfaces:
Select<ISourceCode<Top>,
,Top> Statement<ISourceCode<Top>,
,Top> Table<ISourceCode<Top>,
,SourceCodeLine, Top> com.lattix.core.query.builder.TableValue<SourceCodeLine>
,Where<ISourceCode<Top>>
public interface ISourceCode<Top extends Table>
extends Select<ISourceCode<Top>,Top>, Where<ISourceCode<Top>>, Statement<ISourceCode<Top>,Top>, Table<ISourceCode<Top>,SourceCodeLine,Top>
Source Code
Reference class: com.lattix.util.SourceCodeLine
-
Method Summary
Modifier and TypeMethodDescriptioncLine()
line Line contentsline_number Line numbercName()
name Name of resourcecreateRelationalView
(Results results) this Actual row objectfAggString
(Object... args) fClosure()
fCount()
fLower()
fMark()
fSubstr()
fSubstr
(int index) fSubstr
(int index, int len) fUpper()
getColumnForView
(com.lattix.core.query.builder.TableReference view, com.lattix.core.query.builder.TableReference table) select()
Add the column to the result set.Add the column to the result set, with the given name as titleMethods inherited from interface com.lattix.core.query.builder.Select
concat, distinct, forall, foreach, function, function2, groupBy, limit, orderBy
Methods inherited from interface com.lattix.core.query.builder.Statement
execute, execute, subQueryLink
Methods inherited from interface com.lattix.core.query.builder.TableValue
getTableClass
Methods inherited from interface com.lattix.core.query.builder.Where
whereAnd, whereCloseParen, whereContains, whereDoesNotEndWith, whereDoesNotStartWith, whereEndsWith, whereEqualTo, whereGreaterThan, whereGreaterThanOrEqualTo, whereIn, whereLessThan, whereLessThanOrEqualTo, whereLike, whereNotContains, whereNotEqualTo, whereNotIn, whereNotLike, whereNotNull, whereNull, whereOpenParen, whereOr, whereStartsWith
-
Method Details
-
select
ISourceCode select()Description copied from interface:Select
Add the column to the result set. -
selectAs
Description copied from interface:Select
Add the column to the result set, with the given name as title -
createRelationalView
-
getColumnForView
ISourceCode getColumnForView(com.lattix.core.query.builder.TableReference view, com.lattix.core.query.builder.TableReference table) -
allColumns
ISourceCode<Top> allColumns() -
cThisColumn
ISourceCode<Top> cThisColumn()this Actual row object -
cName
IStringType<Top> cName()name Name of resource -
cLineNumber
INumberType<Top> cLineNumber()line_number Line number -
cLine
IStringType<Top> cLine()line Line contents -
fCount
Function fCount() -
fCollect
-
fMark
Function fMark() -
fGraph
-
fUpper
Function fUpper() -
fSubstr
Function fSubstr() -
fSubstr
-
fSubstr
-
fLower
Function fLower() -
fClosure
Function fClosure() -
fAggString
-
fAllColumns
Function fAllColumns()
-