Module Values_0.DirectJDBCSourceSource

Specifies the direct JDBC source connection.

Sourcetype nonrec t = {
  1. name : NodeName.t;
    (*

    The name of the JDBC source connection.

    *)
  2. database : EnclosedInStringProperty.t;
    (*

    The database of the JDBC source connection.

    *)
  3. table : EnclosedInStringProperty.t;
    (*

    The table of the JDBC source connection.

    *)
  4. connectionName : EnclosedInStringProperty.t;
    (*

    The connection name of the JDBC source.

    *)
  5. connectionType : JDBCConnectionType.t;
    (*

    The connection type of the JDBC source.

    *)
  6. redshiftTmpDir : EnclosedInStringProperty.t option;
    (*

    The temp directory of the JDBC Redshift source.

    *)
  7. outputSchemas : GlueSchemas.t option;
    (*

    Specifies the data schema for the direct JDBC source.

    *)
}
Sourceval context_ : string
Sourceval make : ?redshiftTmpDir:??? -> ?outputSchemas:??? -> name:NodeName.t -> database:EnclosedInStringProperty.t -> table:EnclosedInStringProperty.t -> connectionName:EnclosedInStringProperty.t -> connectionType:JDBCConnectionType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of GlueStudioColumnNameString.t ]) list ] list ]) list ] list | `String of NodeName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t