Packages

c

raw.compiler.rql2.builtin

PostgreSQLInferAndReadEntry

class PostgreSQLInferAndReadEntry extends SugarEntryExtension with SqlTableExtensionHelper

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgreSQLInferAndReadEntry
  2. SqlTableExtensionHelper
  3. SugarEntryExtension
  4. EntryExtension
  5. EntryExtensionHelper
  6. Rql2TypeUtils
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PostgreSQLInferAndReadEntry()

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. def allowRepeatedOptionalArguments: Boolean
    Definition Classes
    EntryExtension
  7. final val anything: AnythingType
    Definition Classes
    EntryExtensionHelper
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final val binary: Rql2BinaryType
    Definition Classes
    EntryExtensionHelper
  10. final val bool: Rql2BoolType
    Definition Classes
    EntryExtensionHelper
  11. final val byte: Rql2ByteType
    Definition Classes
    EntryExtensionHelper
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. final val date: Rql2DateType
    Definition Classes
    EntryExtensionHelper
  14. final val decimal: Rql2DecimalType
    Definition Classes
    EntryExtensionHelper
  15. def desugar(t: Type, args: Seq[FunAppArg], mandatoryArgs: Seq[Arg], optionalArgs: Seq[(String, Arg)], varArgs: Seq[Arg])(implicit programContext: ProgramContext): Exp
  16. def docs: EntryDoc

    Documentation.

    Documentation.

    Definition Classes
    PostgreSQLInferAndReadEntryEntryExtension
  17. final val double: Rql2DoubleType
    Definition Classes
    EntryExtensionHelper
  18. def entryName: String
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. final val float: Rql2FloatType
    Definition Classes
    EntryExtensionHelper
  22. final def getBoolValue(v: Arg): Boolean
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. final def getEncodingValue(v: Arg): Either[String, Encoding]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  25. final def getIntValue(v: Arg): Int
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  26. final def getListKVValue(v: Arg): Seq[(String, String)]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  27. final def getListOptionStringValue(v: Arg): Seq[Option[String]]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  28. final def getListStringValue(v: Arg): Seq[String]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  29. final def getLocationValue(v: Arg): LocationDescription
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  30. final def getMandatoryArgExp(mandatoryArgs: Seq[Arg], idx: Int): Exp
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  31. def getMandatoryParam(prevMandatoryArgs: Seq[Arg], idx: Int): Either[String, Param]
  32. def getMandatoryParamHint(prevMandatoryArgs: Seq[Arg], idx: Int, actual: Type, expected: Type): Option[String]
    Definition Classes
    EntryExtension
  33. def getMandatoryParamSuggestions(prevMandatoryArgs: Seq[Arg], idx: Int, actual: Type, expected: Type): Seq[String]
    Definition Classes
    EntryExtension
  34. final def getOptionalArgExp(optionalArgs: Seq[(String, Arg)], idn: String): Option[Exp]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  35. def getOptionalParam(prevMandatoryArgs: Seq[Arg], idn: String): Either[String, Param]
  36. def getOptionalParamHint(prevMandatoryArgs: Seq[Arg], idx: Int, actual: Type, expected: Type): Option[String]
    Definition Classes
    EntryExtension
  37. def getOptionalParamSuggestions(prevMandatoryArgs: Seq[Arg], idx: Int, actual: Type, expected: Type): Seq[String]
    Definition Classes
    EntryExtension
  38. final def getProps(t: Type): Set[Rql2TypeProperty]
    Definition Classes
    Rql2TypeUtils
  39. def getQueryInferrerProperties(mandatoryArgs: Seq[Arg], optionalArgs: Seq[(String, Arg)], vendor: SqlVendor): Either[String, SqlQueryInferrerProperties]
    Attributes
    protected
    Definition Classes
    SqlTableExtensionHelper
  40. final def getStringValue(v: Arg): String
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  41. def getTableInferrerProperties(mandatoryArgs: Seq[Arg], optionalArgs: Seq[(String, Arg)], vendor: SqlVendor): Either[String, SqlTableInferrerProperties]
    Attributes
    protected
    Definition Classes
    SqlTableExtensionHelper
  42. final def getVarArgsExp(varArgs: Seq[Arg], idx: Int): Exp
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  43. def getVarParam(prevMandatoryArgs: Seq[Arg], prevVarArgs: Seq[Arg], idx: Int): Either[String, Param]
    Definition Classes
    EntryExtension
  44. def getVarParamHint(prevMandatoryArgs: Seq[Arg], prevVarArgs: Seq[Arg], idx: Int, actual: Type, expected: Type): Option[String]
    Definition Classes
    EntryExtension
  45. def getVarParamSuggestions(prevMandatoryArgs: Seq[Arg], prevVarArgs: Seq[Arg], idx: Int, actual: Type, expected: Type): Seq[String]
    Definition Classes
    EntryExtension
  46. final def hasTypeConstraint(t: Type): Boolean
    Definition Classes
    Rql2TypeUtils
  47. def hasVarArgs: Boolean
    Definition Classes
    EntryExtension
  48. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  49. final def inferTypeToRql2Type(t: SourceType, makeNullable: Boolean, makeTryable: Boolean): Type
    Definition Classes
    Rql2TypeUtils
  50. final val int: Rql2IntType
    Definition Classes
    EntryExtensionHelper
  51. final val integer: OneOfType
    Definition Classes
    EntryExtensionHelper
  52. final val interval: Rql2IntervalType
    Definition Classes
    EntryExtensionHelper
  53. def isComparable(t: Type): Boolean
    Definition Classes
    Rql2TypeUtils
  54. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  55. final def isTypeConstraint(t: Type): Boolean
    Definition Classes
    Rql2TypeUtils
  56. final val iterable: Rql2IterableType
    Definition Classes
    EntryExtensionHelper
  57. final val list: Rql2ListType
    Definition Classes
    EntryExtensionHelper
  58. final val location: Rql2LocationType
    Definition Classes
    EntryExtensionHelper
  59. final def locationValueToExp(v: Arg): Exp
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  60. final val long: Rql2LongType
    Definition Classes
    EntryExtensionHelper
  61. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  63. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  64. def nrMandatoryParams: Int
  65. final val number: OneOfType
    Definition Classes
    EntryExtensionHelper
  66. final val numberOrString: OneOfType
    Definition Classes
    EntryExtensionHelper
  67. def optionalParams: Option[Set[String]]
  68. def packageName: String
  69. def rawTypeToRql2Type(t: RawType): Type
    Definition Classes
    Rql2TypeUtils
  70. def rawValueToRql2Value(v: RawValue, t: RawType): Value
    Definition Classes
    Rql2TypeUtils
  71. final def removeProp(t: Type, p: Rql2TypeProperty): Type
    Definition Classes
    Rql2TypeUtils
  72. final def removeProps(t: Type, props: Set[Rql2TypeProperty]): Type
    Definition Classes
    Rql2TypeUtils
  73. final def resetProps(t: Type, props: Set[Rql2TypeProperty]): Type
    Definition Classes
    Rql2TypeUtils
  74. def returnType(mandatoryArgs: Seq[Arg], optionalArgs: Seq[(String, Arg)], varArgs: Seq[Arg])(implicit programContext: ProgramContext): Either[String, Type]
  75. def returnTypeErrorList(node: BaseNode, mandatoryArgs: Seq[Arg], optionalArgs: Seq[(String, Arg)], varArgs: Seq[Arg])(implicit programContext: ProgramContext): Either[Seq[BaseError], Type]
    Definition Classes
    EntryExtension
  76. def rql2TypeToRawType(t: Type): Option[RawType]
    Definition Classes
    Rql2TypeUtils
  77. final val short: Rql2ShortType
    Definition Classes
    EntryExtensionHelper
  78. final val string: Rql2StringType
    Definition Classes
    EntryExtensionHelper
  79. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  80. final val temporal: OneOfType
    Definition Classes
    EntryExtensionHelper
  81. final val time: Rql2TimeType
    Definition Classes
    EntryExtensionHelper
  82. final val timestamp: Rql2TimestampType
    Definition Classes
    EntryExtensionHelper
  83. def toString(): String
    Definition Classes
    AnyRef → Any
  84. def validateTableType(t: Type): Either[Seq[UnsupportedType], Rql2IterableType]
    Attributes
    protected
    Definition Classes
    SqlTableExtensionHelper
  85. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. 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 SqlTableExtensionHelper

Inherited from SugarEntryExtension

Inherited from EntryExtension

Inherited from EntryExtensionHelper

Inherited from Rql2TypeUtils

Inherited from AnyRef

Inherited from Any

Ungrouped