|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLFunctionLiteral | |
|---|---|
| org.sql.generation.api.grammar.common | This package contains interfaces and classes common for most parts of SQL generator. |
| org.sql.generation.api.grammar.factories | This package provides factories to create various builders and SQL syntax elements. |
| Uses of SQLFunctionLiteral in org.sql.generation.api.grammar.common |
|---|
| Methods in org.sql.generation.api.grammar.common that return SQLFunctionLiteral | |
|---|---|
SQLFunctionLiteral |
TableNameFunction.getFunction()
Returns the function to call. |
| Uses of SQLFunctionLiteral in org.sql.generation.api.grammar.factories |
|---|
| Methods in org.sql.generation.api.grammar.factories that return SQLFunctionLiteral | |
|---|---|
SQLFunctionLiteral |
LiteralFactory.func(String name,
ValueExpression... parameters)
Creates a literal, which represents a use of SQL function. |
| Methods in org.sql.generation.api.grammar.factories with parameters of type SQLFunctionLiteral | |
|---|---|
QueryExpression |
QueryFactory.callFunction(SQLFunctionLiteral function)
Returns a query for calling a SQL function without a schema. |
QueryExpression |
QueryFactory.callFunction(String schemaName,
SQLFunctionLiteral function)
Returns a query for calling a SQL function with schema. |
TableNameFunction |
TableReferenceFactory.tableName(SQLFunctionLiteral function)
Creates a new table name representing a call to SQL function without a schema. |
TableNameFunction |
TableReferenceFactory.tableName(String schemaName,
SQLFunctionLiteral function)
Creates a new table name representing a call to SQL function with schema. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||