Uses of Class
com.orientechnologies.orient.core.sql.method.misc.OAbstractSQLMethod
Packages that use OAbstractSQLMethod
Package
Description
-
Uses of OAbstractSQLMethod in com.orientechnologies.orient.core.sql.functions.coll
Subclasses of OAbstractSQLMethod in com.orientechnologies.orient.core.sql.functions.collModifier and TypeClassDescriptionclassWorks against multi value objects like collections, maps and arrays. -
Uses of OAbstractSQLMethod in com.orientechnologies.orient.core.sql.functions.conversion
Modifier and TypeClassDescriptionclassTransforms a value to date.classTransforms a value to datetime.classTransforms a value to decimal.classONLY FOR LIVE QUERY.classConverts a value to another type in Java or OrientDB's supported types. -
Uses of OAbstractSQLMethod in com.orientechnologies.orient.core.sql.functions.misc
Subclasses of OAbstractSQLMethod in com.orientechnologies.orient.core.sql.functions.miscModifier and TypeClassDescriptionclassFilter the content by excluding only some fields.classFilter the content by including only some fields. -
Uses of OAbstractSQLMethod in com.orientechnologies.orient.core.sql.functions.text
Subclasses of OAbstractSQLMethod in com.orientechnologies.orient.core.sql.functions.textModifier and TypeClassDescriptionclassAppends strings.classConverts a document in JSON string.classHash a string supporting multiple algorithm, all those supported by JVMclassReturns the string length.classReplaces all the occurrences.classReturns the first characters from the end of the string.classExtracts a sub string from the original.classConverts a document in JSON string. -
Uses of OAbstractSQLMethod in com.orientechnologies.orient.core.sql.method
Subclasses of OAbstractSQLMethod in com.orientechnologies.orient.core.sql.methodModifier and TypeClassDescriptionclassReturns a character in a string.classReturns the first characters from the beginning of the string. -
Uses of OAbstractSQLMethod in com.orientechnologies.orient.core.sql.method.misc
Subclasses of OAbstractSQLMethod in com.orientechnologies.orient.core.sql.method.miscModifier and TypeClassDescriptionclassclassclassclassTransforms current value in a List.classclassTransforms current value into a Map.classTransforms current value in a Set.classclassclassclassclassReturns the value's Java type.classclassclassclassclassRemove the first occurrence of elements from a collection.classRemove all the occurrences of elements from a collection.classclassSplits a string using a delimiter.classclassclassclassReturns the value's OrientDB Type.class -
Uses of OAbstractSQLMethod in com.orientechnologies.orient.core.sql.method.sequence
Subclasses of OAbstractSQLMethod in com.orientechnologies.orient.core.sql.method.sequenceModifier and TypeClassDescriptionclassReturns the current number of a sequence.classReturns the next number of a sequence.classReset a sequence.