Object

io.prophecy.libs

AbinitioDMLs

Related Doc: package libs

Permalink

object AbinitioDMLs

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

Type Members

  1. case class PartialDataFormat(delimiter: Option[String] = None, precision: Option[Int] = None, scale: Option[Int] = None, format: Option[String] = None, miscProperties: Map[String, Any] = Map()) extends Product with Serializable

    Permalink
  2. case class decode_datetime_type(year: Integer, month: Integer, day: Integer, hour: Integer, minute: Integer, second: Integer, microsecond: Integer) extends Product with Serializable

    Permalink
  3. case class dml_arg(name: String, dml_type: String, comment: String = "") extends Product with Serializable

    Permalink
  4. case class dml_expression_info(form: String, dml_type: String, operator: String, parenthesized: Byte = 0, operands: Array[String]) extends Product with Serializable

    Permalink
  5. case class dml_field_info(name: String, dml_type: String, defaultValue: String, condition: String, nullable: Byte, nullflag: Byte, form: String = "string", comment: String = null, typename: String = null, offset: Integer = null, includes: Array[String] = Array()) extends Product with Serializable

    Permalink
  6. type dml_field_info_item_vec = Array[String]

    Permalink
  7. type dml_field_info_vec = Array[dml_field_info]

    Permalink
  8. type dml_include_vec = Array[String]

    Permalink
  9. case class dml_key_info(field_name: String, modifiers: Array[String] = Array()) extends Product with Serializable

    Permalink
  10. type dml_key_info_vec = Array[dml_key_info]

    Permalink
  11. case class dml_package_info(package_name: String = "", attributes: Array[String] = Array(), members: Array[dml_package_member] = Array(), includes: Array[String] = Array()) extends Product with Serializable

    Permalink
  12. case class dml_package_member(form: String = null, dml_type: String = "", name: String = "", value: String = "", beforecomment: String = "", aftercomment: String = "") extends Product with Serializable

    Permalink
  13. case class dml_range_t(first: Int, last: Int) extends Product with Serializable

    Permalink
  14. case class dml_rule(lhs: String, rhs: String, priority: Int, comment: String = "") extends Product with Serializable

    Permalink
  15. type dml_rule_vec = Array[dml_rule]

    Permalink
  16. case class dml_statement(statement: String, comment: String = "") extends Product with Serializable

    Permalink
  17. case class dml_transform(function_name: String = "fn0", inputs: Array[dml_arg] = Array(), outputs: Array[dml_arg] = Array(dml_arg("out", "")), locals: Array[dml_variable] = Array(), statements: Array[dml_statement] = Array(), rules: Array[dml_rule] = Array(), includes: Array[String] = Array()) extends Product with Serializable

    Permalink
  18. case class dml_transform_info(name: String, package_name: String, outputs: Array[dml_arg], inputs: Array[dml_arg], locals: Array[dml_variable], statements: Array[dml_statement], rules: Array[dml_rule], includes: Array[String] = Array()) extends Product with Serializable

    Permalink
  19. case class dml_type_attribute_info(key: String, value: String) extends Product with Serializable

    Permalink
  20. case class dml_type_info(form: String = null, size: String = "0", length: String = "0", element_type: String = "", typename: String = "", index_type: String = "", index_expr: String = "", attributes: Array[dml_type_attribute_info] = Array(), includes: Array[String] = Array()) extends Product with Serializable

    Permalink
  21. type dml_type_info_vec = Array[dml_type_info]

    Permalink
  22. case class dml_variable(name: String, dml_type: String, init: String, comment: String = "") extends Product with Serializable

    Permalink
  23. case class file_information_type(found: Byte = 1, readable: Byte = 1, writeable: Byte = 1, executable: Byte = 1, file_type: String = "FILE", size: Long = 0, blocks: Long = 0, uid: Long = 0, gid: Long = 0, inode: Long = 0, device: Long = 0, created: Long = 0, modified: Long = 0, username: String = "", groupname: String = "") extends Product with Serializable

    Permalink
  24. type lookup_identifier_type = Long

    Permalink
  25. case class multifile_information_type(paths: Array[String] = Array(), found: Byte = 1, readable: Byte = 1, writeable: Byte = 1, executable: Byte = 1, file_type: String = "FILE", size: Long = 0, blocks: Long = 0, uid: Long = 0, gid: Long = 0, inode: Long = 0, device: Long = 0, created: Long = 0, modified: Long = 0, username: String = "", groupname: String = "") extends Product with Serializable

    Permalink
  26. case class parameter_info_type(name: String, value: String, interpretation: String = "pdl", value_in_file: Byte = 0, interpret_file_contents: Byte = 0, overridable: Byte = 1) extends Product with Serializable

    Permalink
  27. case class pset_info_type(prototype: String, analysis_level: String = "expand", parameters: Array[parameter_info_type]) extends Product with Serializable

    Permalink
  28. case class table_property(storage_type: 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. object dml_expression_info extends Serializable

    Permalink
  7. object dml_field_info extends Serializable

    Permalink
  8. object dml_key_info extends Serializable

    Permalink
  9. object dml_package_member extends Serializable

    Permalink
  10. object dml_type_attribute_info extends Serializable

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. object file_information_type extends Serializable

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. object multifile_information_type extends Serializable

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped