c

net.sansa_stack.query.spark.ontop

SparkSQLDBFunctionSymbolFactory

class SparkSQLDBFunctionSymbolFactory extends AbstractSQLDBFunctionSymbolFactory

Linear Supertypes
AbstractSQLDBFunctionSymbolFactory, AbstractDBFunctionSymbolFactory, DBFunctionSymbolFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkSQLDBFunctionSymbolFactory
  2. AbstractSQLDBFunctionSymbolFactory
  3. AbstractDBFunctionSymbolFactory
  4. DBFunctionSymbolFactory
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def canonicalizeRegularFunctionSymbolName(arg0: String): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def createAbsFunctionSymbol(arg0: DBTermType): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  8. def createAddOperator(arg0: DBTermType): DBMathBinaryOperator
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  9. def createBooleanDenormFunctionSymbol(): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  10. def createBooleanInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  11. def createBooleanNormFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  12. def createCeilFunctionSymbol(dbTermType: DBTermType): DBFunctionSymbol
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  13. def createCoalesceFunctionSymbol(arg0: Int): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  14. def createContainsFunctionSymbol(): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  15. def createCurrentDateTimeFunctionSymbol(arg0: String): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  16. def createDBAnd(arg0: Int): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  17. def createDBAvg(inputType: DBTermType, isDistinct: Boolean): DBFunctionSymbol
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  18. def createDBBinaryMathOperator(arg0: String, arg1: DBTermType): DBMathBinaryOperator
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
    Annotations
    @throws( ... )
  19. def createDBBooleanCase(arg0: Int, arg1: Boolean): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  20. def createDBBooleanIfElseNull(): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  21. def createDBCase(arg0: Int, arg1: Boolean): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  22. def createDBConcatOperator(arity: Int): DBConcatFunctionSymbol
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory
  23. def createDBCount(arg0: Boolean, arg1: Boolean): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  24. def createDBCountTable(): ImmutableTable[Integer, Boolean, DBFunctionSymbol]
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  25. def createDBGroupConcat(dbStringType: DBTermType, isDistinct: Boolean): DBFunctionSymbol
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  26. def createDBIfThenElse(arg0: DBTermType, arg1: DBTermType): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  27. def createDBIsNotNull(arg0: DBTermType, arg1: DBTermType): DBIsNullOrNotFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  28. def createDBIsNull(arg0: DBTermType, arg1: DBTermType): DBIsNullOrNotFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  29. def createDBIsTrue(arg0: DBTermType): DBIsTrueFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  30. def createDBMax(arg0: DBTermType): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  31. def createDBMin(arg0: DBTermType): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  32. def createDBNotFunctionSymbol(arg0: DBTermType): DBNotFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  33. def createDBOr(arg0: Int): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  34. def createDBStrictEquality(arg0: Int): DBStrictEqFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  35. def createDBStrictNEquality(arg0: Int): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  36. def createDBSum(arg0: DBTermType, arg1: Boolean): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  37. def createDateInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  38. def createDateTimeDenormFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  39. def createDateTimeNormFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  40. def createDatetimeInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  41. def createDatetimeToDatetimeCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  42. def createDayFromDateFunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  43. def createDayFromDatetimeFunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  44. def createDecimalToDecimalCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  45. def createDecimalToStringCastFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  46. def createDefaultCastToStringFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  47. def createDefaultInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  48. def createDenormalizationTable(): ImmutableTable[DBTermType, RDFDatatype, DBTypeConversionFunctionSymbol]
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  49. def createDivideOperator(arg0: DBTermType): DBMathBinaryOperator
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  50. def createExtractFunctionSymbol(arg0: String): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  51. def createFalseOrNullFunctionSymbol(arg0: Int): FalseOrNullFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  52. def createFloatDoubleToFloatDoubleCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  53. def createFloatDoubleToStringCastFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  54. def createFloorFunctionSymbol(dbTermType: DBTermType): DBFunctionSymbol
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  55. def createHoursFunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  56. def createIntegerToIntegerCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  57. def createIntegerToStringCastFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  58. def createIsStringEmpty(arg0: DBTermType, arg1: DBTermType): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  59. def createLikeFunctionSymbol(): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  60. def createMD5FunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  61. def createMinutesFunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  62. def createMonthFromDateFunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  63. def createMonthFromDatetimeFunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  64. def createMultiplyOperator(arg0: DBTermType): DBMathBinaryOperator
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  65. def createNonStrictDateEquality(): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  66. def createNonStrictDatetimeEquality(): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  67. def createNonStrictDefaultEquality(): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  68. def createNonStrictNumericEquality(): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  69. def createNonStrictStringEquality(): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  70. def createNormalizationTable(): ImmutableTable[DBTermType, RDFDatatype, DBTypeConversionFunctionSymbol]
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  71. def createNullRejectingDBConcat(arity: Int): DBConcatFunctionSymbol
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory
  72. def createNumericInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  73. def createR2RMLIRISafeEncode(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  74. def createRegularBooleanFunctionSymbol(arg0: String, arg1: Int): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  75. def createRegularDBConcat(arity: Int): DBConcatFunctionSymbol

    Treats NULLs as empty strings

    Treats NULLs as empty strings

    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory
  76. def createRegularIfElseNull(): DBIfElseNullFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  77. def createRegularUntypedFunctionSymbol(arg0: String, arg1: Int): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  78. def createRoundFunctionSymbol(dbTermType: DBTermType): DBFunctionSymbol
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  79. def createSHA1FunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  80. def createSHA256FunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  81. def createSHA512FunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  82. def createSecondsFunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  83. def createSimpleCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  84. def createSimpleCastFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  85. def createStrAfterFunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  86. def createStrBeforeFunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  87. def createStrEndsFunctionSymbol(): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  88. def createStrStartsFunctionSymbol(): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  89. def createStringInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  90. def createStringToStringCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  91. def createSubtractOperator(arg0: DBTermType): DBMathBinaryOperator
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  92. def createTrueOrNullFunctionSymbol(arg0: Int): TrueOrNullFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  93. def createTypeNullFunctionSymbol(arg0: DBTermType): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  94. def createTzFunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  95. def createUntypedAddOperator(): DBMathBinaryOperator
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  96. def createUntypedDBBinaryMathOperator(arg0: String): DBMathBinaryOperator
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
    Annotations
    @throws( ... )
  97. def createUntypedDivideOperator(): DBMathBinaryOperator
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  98. def createUntypedMultiplyOperator(): DBMathBinaryOperator
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  99. def createUntypedSubtractOperator(): DBMathBinaryOperator
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  100. def createYearFromDateFunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  101. def createYearFromDatetimeFunctionSymbol(): DBFunctionSymbol
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  102. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  103. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  104. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  105. def getAbs(arg0: DBTermType): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  106. def getBnodeStringTemplateFunctionSymbol(arg0: String): BnodeStringTemplateFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  107. def getCeil(arg0: DBTermType): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  108. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  109. def getConversion2RDFLexicalFunctionSymbol(arg0: DBTermType, arg1: RDFTermType): DBTypeConversionFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  110. def getConversionFromRDFLexical2DBFunctionSymbol(arg0: DBTermType, arg1: RDFTermType): DBTypeConversionFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  111. def getCurrentDateTimeSymbol(arg0: String): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  112. def getDBAnd(arg0: Int): DBAndFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  113. def getDBBooleanCase(arg0: Int, arg1: Boolean): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  114. def getDBBooleanIfElseNull(): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  115. def getDBBooleanInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  116. def getDBCase(arg0: Int, arg1: Boolean): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  117. def getDBCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  118. def getDBCastFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  119. def getDBCharLength(): DBFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  120. def getDBCoalesce(arg0: Int): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  121. def getDBConcatOperator(arg0: Int): DBConcatFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  122. def getDBContains(): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  123. def getDBCount(arg0: Int, arg1: Boolean): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  124. def getDBDateInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  125. def getDBDatetimeInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  126. def getDBDayFromDate(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  127. def getDBDayFromDatetime(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  128. def getDBDefaultInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  129. def getDBEndsWith(): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  130. def getDBHours(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  131. def getDBIfElseNull(): DBIfElseNullFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  132. def getDBIfThenElse(): DBFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  133. def getDBIntIndex(arg0: Int): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  134. def getDBIsNotNull(): DBIsNullOrNotFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  135. def getDBIsNull(): DBIsNullOrNotFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  136. def getDBIsStringEmpty(): DBBooleanFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  137. def getDBLike(): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  138. def getDBLower(): DBFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  139. def getDBMathBinaryOperator(arg0: String, arg1: DBTermType): DBMathBinaryOperator
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  140. def getDBMax(arg0: DBTermType): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  141. def getDBMd5(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  142. def getDBMin(arg0: DBTermType): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  143. def getDBMinutes(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  144. def getDBMonthFromDate(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  145. def getDBMonthFromDatetime(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  146. def getDBNonStrictDateEquality(): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  147. def getDBNonStrictDatetimeEquality(): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  148. def getDBNonStrictDefaultEquality(): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  149. def getDBNonStrictNumericEquality(): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  150. def getDBNonStrictStringEquality(): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  151. def getDBNot(): DBNotFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  152. def getDBNow(): DBFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  153. def getDBNumericInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  154. def getDBOr(arg0: Int): DBOrFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  155. def getDBRand(arg0: UUID): NonDeterministicDBFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  156. def getDBRegexpMatches2(): DBBooleanFunctionSymbol
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  157. def getDBRegexpMatches3(): DBBooleanFunctionSymbol
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  158. def getDBRegexpReplace3(): DBFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  159. def getDBRegexpReplace4(): DBFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  160. def getDBReplace(): DBFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  161. def getDBRight(): DBFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  162. def getDBSeconds(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  163. def getDBSha1(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  164. def getDBSha256(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  165. def getDBSha512(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  166. def getDBStartsWith(): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  167. def getDBStrAfter(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  168. def getDBStrBefore(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  169. def getDBStrictEquality(arg0: Int): DBStrictEqFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  170. def getDBStrictNEquality(arg0: Int): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  171. def getDBStringInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  172. def getDBSubString2(): DBFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  173. def getDBSubString3(): DBFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  174. def getDBSum(arg0: DBTermType, arg1: Boolean): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  175. def getDBTz(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  176. def getDBUUID(arg0: UUID): NonDeterministicDBFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  177. def getDBUpper(): DBFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  178. def getDBYearFromDate(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  179. def getDBYearFromDatetime(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  180. def getExtractFunctionSymbol(arg0: String): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  181. def getFalseOrNullFunctionSymbol(arg0: Int): FalseOrNullFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  182. def getFloor(arg0: DBTermType): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  183. def getFreshBnodeStringTemplateFunctionSymbol(arg0: Int): BnodeStringTemplateFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  184. def getIRIStringTemplateFunctionSymbol(arg0: String): IRIStringTemplateFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  185. def getIsTrue(): DBIsTrueFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  186. def getNullIgnoringDBAvg(arg0: DBTermType, arg1: Boolean): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  187. def getNullIgnoringDBGroupConcat(arg0: Boolean): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  188. def getNullIgnoringDBSum(arg0: DBTermType, arg1: Boolean): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  189. def getNullRejectingDBConcat(arg0: Int): DBConcatFunctionSymbol
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
  190. def getR2RMLIRISafeEncode(): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  191. def getRandNameInDialect(): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  192. def getRegularDBBooleanFunctionSymbol(arg0: String, arg1: Int): DBBooleanFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  193. def getRegularDBFunctionSymbol(arg0: String, arg1: Int): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  194. def getRound(arg0: DBTermType): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  195. def getTemporaryConversionToDBStringFunctionSymbol(): DBTypeConversionFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  196. def getTrueOrNullFunctionSymbol(arg0: Int): TrueOrNullFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  197. def getTypedNullFunctionSymbol(arg0: DBTermType): DBFunctionSymbol
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  198. def getUUIDNameInDialect(): String
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory
  199. def getUntypedDBMathBinaryOperator(arg0: String): DBMathBinaryOperator
    Definition Classes
    AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
  200. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  201. def init(): Unit
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  202. def isAnd(arg0: String): Boolean
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  203. def isCoalesce(arg0: String): Boolean
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  204. def isConcat(arg0: String): Boolean
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  205. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  206. def isOr(arg0: String): Boolean
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  207. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  208. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  209. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  210. def serializeContains(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  211. def serializeCurrentDateTime(arg0: String, arg1: ImmutableList[_ <: ImmutableTerm], arg2: Function[ImmutableTerm, String], arg3: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  212. def serializeDateTimeNorm(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String

    Asks the timezone to be included

    Asks the timezone to be included

    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory
  213. def serializeDay(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  214. def serializeDayFromDate(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  215. def serializeDayFromDatetime(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  216. def serializeExtract(arg0: String, arg1: ImmutableList[_ <: ImmutableTerm], arg2: Function[ImmutableTerm, String], arg3: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractDBFunctionSymbolFactory
  217. def serializeHours(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  218. def serializeMD5(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  219. def serializeMinutes(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  220. def serializeMonth(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  221. def serializeMonthFromDate(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  222. def serializeMonthFromDatetime(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  223. def serializeSHA1(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  224. def serializeSHA256(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  225. def serializeSHA512(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  226. def serializeSeconds(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  227. def serializeStrAfter(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  228. def serializeStrBefore(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  229. def serializeTz(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
    Attributes
    protected[ontop]
    Definition Classes
    SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  230. def serializeYear(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory
  231. def serializeYearFromDate(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  232. def serializeYearFromDatetime(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
    Attributes
    protected[impl]
    Definition Classes
    AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
  233. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  234. def toString(): String
    Definition Classes
    AnyRef → Any
  235. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  236. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  237. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AbstractSQLDBFunctionSymbolFactory

Inherited from AbstractDBFunctionSymbolFactory

Inherited from DBFunctionSymbolFactory

Inherited from AnyRef

Inherited from Any

Ungrouped