Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.orientechnologies.orient.core.sql.functions Classes and Interfaces - 58 results found.
NameDescriptionTypePackageFramework
ODefaultSQLFunctionFactoryDefault set of SQL function.Classcom.orientechnologies.orient.core.sql.functionsOrientdb
OSQLFunctionInterface that defines a SQL Function.Interfacecom.orientechnologies.orient.core.sql.functionsOrientdb
OSQLFunctionAbstractAbstract class to extend to build Custom SQL Functions.Classcom.orientechnologies.orient.core.sql.functionsOrientdb
OSQLFunctionAverageCompute the average value for a field.Classcom.orientechnologies.orient.core.sql.functions.mathOrientdb
OSQLFunctionCoalesceReturns the first field/value not null parameter.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionConfigurableAbstractAbstract class to extend to build Custom SQL Functions that saves the configured parameters.Classcom.orientechnologies.orient.core.sql.functionsOrientdb
OSQLFunctionCountCount the record that contains a field.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionDateBuilds a date object from the format passed.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionDecodeClasscom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionDifferenceThis operator can work as aggregate or inline.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionDistanceHaversine formula to compute the distance between 2 gro points.Classcom.orientechnologies.orient.core.sql.functions.geoOrientdb
OSQLFunctionDistinctClasscom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionDocumentThis operator add an entry in a map.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionEncodeClasscom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionEvalEvaluates a complex expression.Classcom.orientechnologies.orient.core.sql.functions.mathOrientdb
OSQLFunctionFactoryCreate function for the given name.Interfacecom.orientechnologies.orient.core.sql.functionsOrientdb
OSQLFunctionFirstExtract the first item of multi values (arrays, collections and maps) or return the same value for non multi-value types.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionFormatClasscom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionFormatClasscom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLFunctionIfReturns different values based on the condition.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionIfNullReturns the passed field/value (or optional parameter return_value_if_not_null) iffield/value is not null; otherwise it returns return_value_if_null.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionIntersectThis operator can work as aggregate or inline.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionLastExtract the last item of multi values (arrays, collections and maps) or return the same value for non multi-value types.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionListThis operator add an item in a list.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionMapThis operator add an entry in a map.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionMathAbstractAbstract class for math function.Classcom.orientechnologies.orient.core.sql.functions.mathOrientdb
OSQLFunctionMaxCompute the maximum value for a field.Classcom.orientechnologies.orient.core.sql.functions.mathOrientdb
OSQLFunctionMedianComputes the median for a field.Classcom.orientechnologies.orient.core.sql.functions.statOrientdb
OSQLFunctionMinCompute the minimum value for a field.Classcom.orientechnologies.orient.core.sql.functions.mathOrientdb
OSQLFunctionModeCompute the mode (or multimodal) value for a field.Classcom.orientechnologies.orient.core.sql.functions.statOrientdb
OSQLFunctionMultiValueAbstractAbstract class for multi-value based function implementations.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionPercentileComputes the percentile for a field.Classcom.orientechnologies.orient.core.sql.functions.statOrientdb
OSQLFunctionRuntimeWraps function managing the binding of parameters.Classcom.orientechnologies.orient.core.sql.functionsOrientdb
OSQLFunctionSetThis operator add an item in a set.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionStandardDeviationCompute the standard deviation for a given field.Classcom.orientechnologies.orient.core.sql.functions.statOrientdb
OSQLFunctionSumComputes the sum of field.Classcom.orientechnologies.orient.core.sql.functions.mathOrientdb
OSQLFunctionSysdateReturns the current date time.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionTraversedEdgeReturns a traversed element from the stack.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionTraversedElementReturns a traversed element from the stack.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionTraversedVertexReturns a traversed element from the stack.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionUnionAllThis operator can work as aggregate or inline.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionUUIDGenerates a UUID as a 128-bits value using the Leach-Salz variant.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionVarianceCompute the variance estimation for a given field.Classcom.orientechnologies.orient.core.sql.functions.statOrientdb
OSQLMethodAppendAppends strings.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodAsDateTransforms a value to date.Classcom.orientechnologies.orient.core.sql.functions.conversionOrientdb
OSQLMethodAsDateTimeTransforms a value to datetime.Classcom.orientechnologies.orient.core.sql.functions.conversionOrientdb
OSQLMethodAsDecimalTransforms a value to decimal.Classcom.orientechnologies.orient.core.sql.functions.conversionOrientdb
OSQLMethodConvertConverts a value to another type in Java or OrientDB's supported types.Classcom.orientechnologies.orient.core.sql.functions.conversionOrientdb
OSQLMethodExcludeFilter the content by excluding only some fields.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLMethodFromJSONConverts a document in JSON string.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodHashClasscom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodIncludeFilter the content by including only some fields.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLMethodLengthReturns the string length.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodMultiValueWorks against multi value objects like collections, maps and arrays.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLMethodReplaceReplaces all the occurrences.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodRightReturns the first characters from the end of the string.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodSubStringExtracts a sub string from the original.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodToJSONConverts a document in JSON string.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb