net.fwbrasil.activate.storage.relational.idiom

SqlIdiom

trait SqlIdiom extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SqlIdiom
  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 findConstraintStatement(tableName: String, constraintName: String): String

  4. abstract def findIndexStatement(tableName: String, indexName: String): String

  5. abstract def findTableColumnStatement(tableName: String, columnName: String): String

  6. abstract def findTableStatement(tableName: String): String

  7. abstract def toSqlDdl(action: ModifyStorageAction): String

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

  9. 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 clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  13. def getValue(resultSet: ResultSet, i: Int, storageValue: StorageValue, connection: Connection): StorageValue

  14. def getValue[A](resultSet: ResultSet, f: ⇒ A): Option[A]

    Attributes
    protected
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def ifExistsRestriction(statement: String, boolean: Boolean): Option[(String, Int)]

  17. def ifNotExistsRestriction(statement: String, boolean: Boolean): Option[(String, Int)]

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

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

    Definition Classes
    AnyRef
  22. def prepareDatabase(storage: JdbcRelationalStorage): Unit

  23. def setValue(ps: PreparedStatement, i: Int, storageValue: StorageValue): Unit

  24. def setValue[V](ps: PreparedStatement, f: (V) ⇒ Unit, i: Int, optionValue: Option[V], sqlType: Int): Unit

    Attributes
    protected
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toSqlDdl(column: StorageColumn): String

  27. def toSqlDdlAction(action: ModifyStorageAction): List[SqlStatement]

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

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

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

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

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

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

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

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

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

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

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

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

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

  41. def toSqlDml(query: Query[_], entitiesReadFromCache: List[List[Entity]]): SqlStatement

  42. def toSqlDml(statement: QueryStorageStatement): SqlStatement

  43. def toSqlDmlLimit(limit: Int): String

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

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

  46. def toSqlDmlRemoveEntitiesReadFromCache(query: Query[_], entitiesReadFromCache: List[List[Entity]]): String

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

  48. def toSqlModify(statement: ModifyStorageStatement): SqlStatement

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

  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. def toTableName(entityClass: Class[_], suffix: String = ""): 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