com.imageworks.migration

OracleDecimalColumnDefinition

class OracleDecimalColumnDefinition extends AbstractDecimalColumnDefinition

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OracleDecimalColumnDefinition
  2. AbstractDecimalColumnDefinition
  3. ColumnSupportsScale
  4. ColumnSupportsPrecision
  5. ColumnSupportsDefault
  6. ColumnDefinition
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OracleDecimalColumnDefinition()

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. var adapterOpt: Option[DatabaseAdapter]

    The database adapter associated with this column definition, which may or may not be set.

    The database adapter associated with this column definition, which may or may not be set.

    Attributes
    protected[com.imageworks.migration]
    Definition Classes
    ColumnDefinition
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. var columnNameOpt: Option[String]

    The column's name, which may or may not be set.

    The column's name, which may or may not be set.

    Attributes
    protected[com.imageworks.migration]
    Definition Classes
    ColumnDefinition
  10. val decimalSqlName: String

    Concrete subclasses must define this to the name of the DECIMAL or NUMERIC data type specific for the database.

    Concrete subclasses must define this to the name of the DECIMAL or NUMERIC data type specific for the database.

    Definition Classes
    OracleDecimalColumnDefinitionAbstractDecimalColumnDefinition
  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()
  14. def getAdapter: DatabaseAdapter

    The database adapter associated with this column definition.

    The database adapter associated with this column definition.

    returns

    the database adapter associated with this column definition

    Attributes
    protected[com.imageworks.migration]
    Definition Classes
    ColumnDefinition
    Exceptions thrown
    java.util.NoSuchElementException

    if the database adapter has not been associated with this column definition

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getColumnName: String

    Get the column's name.

    Get the column's name.

    returns

    the column name

    Attributes
    protected[com.imageworks.migration]
    Definition Classes
    ColumnDefinition
    Exceptions thrown
    java.util.NoSuchElementException

    if the column name has not been set

  17. def getTableName: String

    Get the table name the column is defined in.

    Get the table name the column is defined in.

    returns

    the table name the column is defined in

    Attributes
    protected[com.imageworks.migration]
    Definition Classes
    ColumnDefinition
    Exceptions thrown
    java.util.NoSuchElementException

    if the table name has not been set

  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def initialize(): Unit

    Called after the above properties have been wired.

    Called after the above properties have been wired.

    Definition Classes
    ColumnDefinition
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def limit: Option[String]

    Get the limit for the column.

    Get the limit for the column.

    Attributes
    protected
    Definition Classes
    ColumnDefinition
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. var options: List[ColumnOption]

    Column options.

    Column options.

    Attributes
    protected[com.imageworks.migration]
    Definition Classes
    ColumnDefinition
  26. def precision: Option[Int]

    Get the precision for the column.

    Get the precision for the column.

    Definition Classes
    ColumnDefinition
  27. def scale: Option[Int]

    Get the scale for the column.

    Get the scale for the column.

    Definition Classes
    ColumnDefinition
  28. def sql: String

  29. def sqlForColumnType(column_type_name: String): String

    Format a column definition respecting the limit on the column definition.

    Format a column definition respecting the limit on the column definition.

    column_type_name

    the column type name

    returns

    the column type name with the limit syntax if the column definition specifies a limit

    Definition Classes
    ColumnDefinition
  30. def sqlForColumnType(column_type_name: String, limit_opt: Option[String]): String

    Format a column definition respecting the given limit.

    Format a column definition respecting the given limit.

    column_type_name

    the column type name

    limit_opt

    optional column limit

    returns

    the column type name with the limit syntax if a limit was given

    Definition Classes
    ColumnDefinition
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. var tableNameOpt: Option[String]

    The table name the column is defined in, which may or may not be set.

    The table name the column is defined in, which may or may not be set.

    Attributes
    protected[com.imageworks.migration]
    Definition Classes
    ColumnDefinition
  33. final def toSql: String

    Definition Classes
    ColumnDefinition
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ColumnSupportsScale

Inherited from ColumnSupportsPrecision

Inherited from ColumnSupportsDefault

Inherited from ColumnDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped