Uses of Class
net.sf.jsqlparser.statement.create.function.CreateFunction
-
Packages that use CreateFunction Package Description net.sf.jsqlparser.statement.create.function -
-
Uses of CreateFunction in net.sf.jsqlparser.statement.create.function
Methods in net.sf.jsqlparser.statement.create.function that return CreateFunction Modifier and Type Method Description CreateFunctionCreateFunction. addFunctionDeclarationParts(String... functionDeclarationParts)CreateFunctionCreateFunction. addFunctionDeclarationParts(Collection<String> functionDeclarationParts)CreateFunctionCreateFunction. withFunctionDeclarationParts(List<String> functionDeclarationParts)
-