Object

com.alpine.sql

DatabaseType

Related Doc: package sql

Permalink

object DatabaseType

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DatabaseType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class TypeValue(name: String) extends Product with Serializable

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val CassandraName: String

    Permalink
  5. val DB2Name: String

    Permalink
  6. val GreenplumName: String

    Permalink
  7. val HAWQName: String

    Permalink
  8. val Hive2Name: String

    Permalink
  9. val HiveName: String

    Permalink
  10. val MariaDBName: String

    Permalink
  11. val MongoName: String

    Permalink
  12. val MySQLName: String

    Permalink
  13. val OracleName: String

    Permalink
  14. val PostgreSQLName: String

    Permalink
  15. val PostgresName: String

    Permalink

    Note that this may not be a complete list, it's just a list of the already known types.

    Note that this may not be a complete list, it's just a list of the already known types.

    Strings should be all lower-case, as in the JDBC URL schemes.

  16. val SQLServerName: String

    Permalink
  17. val SybaseName: String

    Permalink
  18. val TeradataName: String

    Permalink
  19. val VerticaName: String

    Permalink
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. val cassandra: TypeValue

    Permalink
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. val db2: TypeValue

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. val greenplum: TypeValue

    Permalink
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. val hawq: TypeValue

    Permalink
  31. val hive: TypeValue

    Permalink
  32. val hive2: TypeValue

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. val mariadb: TypeValue

    Permalink
  35. val mongo: TypeValue

    Permalink
  36. val mysql: TypeValue

    Permalink
  37. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. val oracle: TypeValue

    Permalink
  41. val postgres: TypeValue

    Permalink
  42. val sqlserver: TypeValue

    Permalink
  43. val sybase: TypeValue

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

    Permalink
    Definition Classes
    AnyRef
  45. val teradata: TypeValue

    Permalink
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. val vertica: TypeValue

    Permalink
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped