Packages

t

raw.compiler.rql2.builtin

SqlTableExtensionHelper

trait SqlTableExtensionHelper extends EntryExtensionHelper

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SqlTableExtensionHelper
  2. EntryExtensionHelper
  3. Rql2TypeUtils
  4. AnyRef
  5. 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 addProp(t: Type, p: Rql2TypeProperty): Type
    Definition Classes
    Rql2TypeUtils
  5. final def addProps(t: Type, props: Set[Rql2TypeProperty]): Type
    Definition Classes
    Rql2TypeUtils
  6. final val anything: AnythingType
    Definition Classes
    EntryExtensionHelper
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final val binary: Rql2BinaryType
    Definition Classes
    EntryExtensionHelper
  9. final val bool: Rql2BoolType
    Definition Classes
    EntryExtensionHelper
  10. final val byte: Rql2ByteType
    Definition Classes
    EntryExtensionHelper
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  12. final val date: Rql2DateType
    Definition Classes
    EntryExtensionHelper
  13. final val decimal: Rql2DecimalType
    Definition Classes
    EntryExtensionHelper
  14. final val double: Rql2DoubleType
    Definition Classes
    EntryExtensionHelper
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. final val float: Rql2FloatType
    Definition Classes
    EntryExtensionHelper
  18. final def getBoolValue(v: Arg): Boolean
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def getEncodingValue(v: Arg): Either[String, Encoding]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  21. final def getIntValue(v: Arg): Int
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  22. final def getListKVValue(v: Arg): Seq[(String, String)]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  23. final def getListOptionStringValue(v: Arg): Seq[Option[String]]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  24. final def getListStringValue(v: Arg): Seq[String]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  25. final def getLocationValue(v: Arg): LocationDescription
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  26. final def getMandatoryArgExp(mandatoryArgs: Seq[Arg], idx: Int): Exp
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  27. final def getOptionalArgExp(optionalArgs: Seq[(String, Arg)], idn: String): Option[Exp]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  28. final def getProps(t: Type): Set[Rql2TypeProperty]
    Definition Classes
    Rql2TypeUtils
  29. def getQueryInferrerProperties(mandatoryArgs: Seq[Arg], optionalArgs: Seq[(String, Arg)], vendor: SqlVendor): Either[String, SqlQueryInferrerProperties]
    Attributes
    protected
  30. final def getStringValue(v: Arg): String
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  31. def getTableInferrerProperties(mandatoryArgs: Seq[Arg], optionalArgs: Seq[(String, Arg)], vendor: SqlVendor): Either[String, SqlTableInferrerProperties]
    Attributes
    protected
  32. final def getVarArgsExp(varArgs: Seq[Arg], idx: Int): Exp
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  33. final def hasTypeConstraint(t: Type): Boolean
    Definition Classes
    Rql2TypeUtils
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  35. final def inferTypeToRql2Type(t: SourceType, makeNullable: Boolean, makeTryable: Boolean): Type
    Definition Classes
    Rql2TypeUtils
  36. final val int: Rql2IntType
    Definition Classes
    EntryExtensionHelper
  37. final val integer: OneOfType
    Definition Classes
    EntryExtensionHelper
  38. final val interval: Rql2IntervalType
    Definition Classes
    EntryExtensionHelper
  39. def isComparable(t: Type): Boolean
    Definition Classes
    Rql2TypeUtils
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def isTypeConstraint(t: Type): Boolean
    Definition Classes
    Rql2TypeUtils
  42. final val iterable: Rql2IterableType
    Definition Classes
    EntryExtensionHelper
  43. final val list: Rql2ListType
    Definition Classes
    EntryExtensionHelper
  44. final val location: Rql2LocationType
    Definition Classes
    EntryExtensionHelper
  45. final def locationValueToExp(v: Arg): Exp
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  46. final val long: Rql2LongType
    Definition Classes
    EntryExtensionHelper
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  50. final val number: OneOfType
    Definition Classes
    EntryExtensionHelper
  51. final val numberOrString: OneOfType
    Definition Classes
    EntryExtensionHelper
  52. def rawTypeToRql2Type(t: RawType): Type
    Definition Classes
    Rql2TypeUtils
  53. def rawValueToRql2Value(v: RawValue, t: RawType): Value
    Definition Classes
    Rql2TypeUtils
  54. final def removeProp(t: Type, p: Rql2TypeProperty): Type
    Definition Classes
    Rql2TypeUtils
  55. final def removeProps(t: Type, props: Set[Rql2TypeProperty]): Type
    Definition Classes
    Rql2TypeUtils
  56. final def resetProps(t: Type, props: Set[Rql2TypeProperty]): Type
    Definition Classes
    Rql2TypeUtils
  57. def rql2TypeToRawType(t: Type): Option[RawType]
    Definition Classes
    Rql2TypeUtils
  58. final val short: Rql2ShortType
    Definition Classes
    EntryExtensionHelper
  59. final val string: Rql2StringType
    Definition Classes
    EntryExtensionHelper
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. final val temporal: OneOfType
    Definition Classes
    EntryExtensionHelper
  62. final val time: Rql2TimeType
    Definition Classes
    EntryExtensionHelper
  63. final val timestamp: Rql2TimestampType
    Definition Classes
    EntryExtensionHelper
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. def validateTableType(t: Type): Either[Seq[UnsupportedType], Rql2IterableType]
    Attributes
    protected
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from EntryExtensionHelper

Inherited from Rql2TypeUtils

Inherited from AnyRef

Inherited from Any

Ungrouped