object AbinitioDMLs
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbinitioDMLs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- 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
- type _server_log_t = String
- case class address_t(readable_name: String, e_mail_address: String) extends Product with Serializable
- type address_vec_t = List[address_t]
- case class bc_lookup_address_type(file_offset: Long, compr_size: Long, byte_offset: Long) extends Product with Serializable
- case class content_t(header: header_t, text: String, parts: part_vec_t) extends Product with Serializable
- case class decode_datetime_type(year: Integer, month: Integer, day: Integer, hour: Integer, minute: Integer, second: Integer, microsecond: Integer) extends Product with Serializable
- type directory_listing_type = Array[String]
- case class disposition_t(disp_type: String, parameters: parameter_vec_t) extends Product with Serializable
- case class dml_arg(name: String, dml_type: String, comment: String = "") extends Product with Serializable
- case class dml_expression_info(form: String, dml_type: String, operator: String, parenthesized: Byte = 0, operands: Array[String]) extends Product with Serializable
- case class dml_field_info(name: String, dml_type: String, defaultValue: String, condition: String, nullable: Byte = 0, nullflag: Byte = 0, form: String = "string", comment: String = null, typename: String = null, offset: Integer = null, includes: Array[String] = Array()) extends Product with Serializable
- type dml_field_info_item_vec = Array[String]
- type dml_field_info_vec = Array[dml_field_info]
- type dml_include_vec = Array[String]
- case class dml_key_info(field_name: String, modifiers: Array[String] = Array()) extends Product with Serializable
- type dml_key_info_vec = Array[dml_key_info]
- 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
- case class dml_package_member(form: String = null, dml_type: String = "", name: String = "", value: String = "", beforecomment: String = "", aftercomment: String = "") extends Product with Serializable
- case class dml_range_t(first: Int, last: Int) extends Product with Serializable
- case class dml_rule(lhs: String, rhs: String, priority: Int, comment: String = "") extends Product with Serializable
- type dml_rule_vec = Array[dml_rule]
- case class dml_statement(statement: String, comment: String = "") extends Product with Serializable
- 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
- 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
- case class dml_type_attribute_info(key: String, value: String) extends Product with Serializable
- 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
- type dml_type_info_vec = Array[dml_type_info]
- case class dml_variable(name: String, dml_type: String, init: String, comment: String = "") extends Product with Serializable
- case class envelope_t(return_path: address_vec_t, created_date: String, from: address_vec_t, sender: Option[address_t] = None, reply_to: Option[address_vec_t] = None, subject: String, to: address_vec_t, cc: Option[address_vec_t] = None, bcc: Option[address_vec_t] = None, in_reply_to: Option[String] = None, message_id: Option[String] = None) extends Product with Serializable
- case class file_information_type(found: Byte = 1, readable: Byte = 1, writeable: Byte = 1, executable: Byte = 1, file_type: String = "FILE", host: Array[Array[String]] = Array(), size: Long = 0, block_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
- case class file_t(url: String, data: void_vec_t) extends Product with Serializable
- case class file_t1(url: String, data: String) extends Product with Serializable
- type file_vec_t = List[file_t]
- case class header_t(mime_type: String, mime_subtype: String, parameters: parameter_vec_t, encoding: String, id: String, description: String, disposition: disposition_t, language: String, location: String) extends Product with Serializable
- type key_t = Int
- case class keyfile(key: key_t, file: file_t1) extends Product with Serializable
- type lookup_identifier_type = Long
- case class mailoutput(message: message_t, server_log: String) extends Product with Serializable
- case class message_t(envelope: envelope_t, content: content_t) extends Product with Serializable
- 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
- 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
- case class parameter_t(attribute: String, value: String) extends Product with Serializable
- type parameter_vec_t = List[parameter_t]
- case class part_t(header: header_t, text: String, data: void_vec_t) extends Product with Serializable
- type part_vec_t = List[part_t]
- case class pset_info_type(prototype: String, analysis_level: String = "expand", parameters: Array[parameter_info_type]) extends Product with Serializable
- case class table_property(storage_type: String = "") extends Product with Serializable
- case class text_message_t(key: key_t, to: address_vec_t, from: address_t, subject: String, text: String) extends Product with Serializable
- case class text_message_with_files_t(text_message: text_message_t, file_vec: file_vec_t) extends Product with Serializable
- type void_vec_t = List[Byte]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object dml_expression_info extends Serializable
- object dml_field_info extends Serializable
- object dml_key_info extends Serializable
- object dml_package_member extends Serializable
- object dml_type_attribute_info extends Serializable
- object file_information_type extends Serializable
- object multifile_information_type extends Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated