net.fwbrasil.activate.storage.relational.idiom

QlIdiom

trait QlIdiom extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. QlIdiom
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def concat(strings: String*): String

  2. abstract def escape(string: String): String

  3. abstract def toSqlDdl(storageValue: StorageValue): String

  4. abstract def toSqlDdlAction(action: ModifyStorageAction): List[NormalQlStatement]

  5. abstract def toSqlDmlRegexp(value: String, regex: String): String

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bind(value: StorageValue)(implicit binds: Map[StorageValue, String]): String

  8. def bindId(entityId: entity.BaseEntity.ID, entityClass: Class[_])(implicit binds: Map[StorageValue, String]): String

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def columnType(column: StorageColumn): String

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def listColumnSelect(value: StatementEntitySourcePropertyValue, propertyName: String): String

  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def notEqualId(entity: BaseEntity, entitySource: EntitySource)(implicit binds: Map[StorageValue, String]): List[String]

  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def stringLowerFunction(value: String): String

  23. def stringUpperFunction(value: String): String

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toSqlDdl(action: ModifyStorageAction): String

  26. def toSqlDdl(column: StorageColumn): String

  27. def toSqlDml(assignment: UpdateAssignment)(implicit binds: Map[StorageValue, String]): String

  28. def toSqlDml(assignments: List[UpdateAssignment])(implicit binds: Map[StorageValue, String]): String

  29. def toSqlDml(value: Operator)(implicit binds: Map[StorageValue, String]): String

  30. def toSqlDml(value: Criteria)(implicit binds: Map[StorageValue, String]): String

  31. def toSqlDml(value: Where)(implicit binds: Map[StorageValue, String]): String

  32. def toSqlDml(value: From)(implicit binds: Map[StorageValue, String]): String

  33. def toSqlDml[V](value: StatementEntityValue[V])(implicit binds: Map[StorageValue, String]): String

  34. def toSqlDml(value: StatementBooleanValue)(implicit binds: Map[StorageValue, String]): String

  35. def toSqlDml(value: SimpleValue[_])(implicit binds: Map[StorageValue, String]): String

  36. def toSqlDml(value: StatementValue)(implicit binds: Map[StorageValue, String]): String

  37. def toSqlDml(criteria: OrderByCriteria[_])(implicit binds: Map[StorageValue, String]): String

  38. def toSqlDml(criterias: OrderByCriteria[_]*)(implicit binds: Map[StorageValue, String]): String

  39. def toSqlDml(select: Select)(implicit binds: Map[StorageValue, String]): String

  40. def toSqlDml(query: Query[_], entitiesReadFromCache: List[List[BaseEntity]]): NormalQlStatement

  41. def toSqlDml(statement: QueryStorageStatement): NormalQlStatement

  42. def toSqlDmlFunctionApply(value: FunctionApply[_])(implicit binds: Map[StorageValue, String]): String

  43. def toSqlDmlLimit(query: LimitedOrderedQuery[_]): String

  44. def toSqlDmlOrderBy(query: Query[_])(implicit binds: Map[StorageValue, String]): String

  45. def toSqlDmlQueryString(query: Query[_], entitiesReadFromCache: List[List[BaseEntity]])(implicit binds: Map[StorageValue, String]): String

  46. def toSqlDmlRemoveEntitiesReadFromCache(query: Query[_], entitiesReadFromCache: List[List[BaseEntity]])(implicit binds: Map[StorageValue, String]): String

  47. def toSqlDmlSelect(value: StatementSelectValue)(implicit binds: Map[StorageValue, String]): String

  48. def toSqlModify(statement: ModifyStorageStatement): NormalQlStatement

  49. def toSqlStatement(statement: StorageStatement): List[NormalQlStatement]

  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. def toTableName(entityClass: Class[_]): String

  52. def versionCondition(propertyMap: Map[String, StorageValue]): String

  53. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped