MicrosoftAccessSource Class

public final class MicrosoftAccessSource
extends CopySource

A copy activity source for Microsoft Access.

Constructor Summary

Constructor Description
MicrosoftAccessSource()

Creates an instance of MicrosoftAccessSource class.

Method Summary

Modifier and Type Method and Description
static MicrosoftAccessSource fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftAccessSource from the JsonReader.

Object getAdditionalColumns()

Get the additionalColumns property: Specifies the additional columns to be added to source data.

Object getQuery()

Get the query property: Database query.

String getType()

Get the type property: Copy source type.

MicrosoftAccessSource setAdditionalColumns(Object additionalColumns)

Set the additionalColumns property: Specifies the additional columns to be added to source data.

MicrosoftAccessSource setMaxConcurrentConnections(Object maxConcurrentConnections)

Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.

MicrosoftAccessSource setQuery(Object query)

Set the query property: Database query.

MicrosoftAccessSource setSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count.

MicrosoftAccessSource setSourceRetryWait(Object sourceRetryWait)

Set the sourceRetryWait property: Source retry wait.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from CopySource

Methods inherited from java.lang.Object

Constructor Details

MicrosoftAccessSource

public MicrosoftAccessSource()

Creates an instance of MicrosoftAccessSource class.

Method Details

fromJson

public static MicrosoftAccessSource fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftAccessSource from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftAccessSource if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftAccessSource.

getAdditionalColumns

public Object getAdditionalColumns()

Get the additionalColumns property: Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

Returns:

the additionalColumns value.

getQuery

public Object getQuery()

Get the query property: Database query. Type: string (or Expression with resultType string).

Returns:

the query value.

getType

public String getType()

Get the type property: Copy source type.

Overrides:

MicrosoftAccessSource.getType()

Returns:

the type value.

setAdditionalColumns

public MicrosoftAccessSource setAdditionalColumns(Object additionalColumns)

Set the additionalColumns property: Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

Parameters:

additionalColumns - the additionalColumns value to set.

Returns:

the MicrosoftAccessSource object itself.

setMaxConcurrentConnections

public MicrosoftAccessSource setMaxConcurrentConnections(Object maxConcurrentConnections)

Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Overrides:

MicrosoftAccessSource.setMaxConcurrentConnections(Object maxConcurrentConnections)

Parameters:

maxConcurrentConnections

setQuery

public MicrosoftAccessSource setQuery(Object query)

Set the query property: Database query. Type: string (or Expression with resultType string).

Parameters:

query - the query value to set.

Returns:

the MicrosoftAccessSource object itself.

setSourceRetryCount

public MicrosoftAccessSource setSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).

Overrides:

MicrosoftAccessSource.setSourceRetryCount(Object sourceRetryCount)

Parameters:

sourceRetryCount

setSourceRetryWait

public MicrosoftAccessSource setSourceRetryWait(Object sourceRetryWait)

Set the sourceRetryWait property: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

Overrides:

MicrosoftAccessSource.setSourceRetryWait(Object sourceRetryWait)

Parameters:

sourceRetryWait

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftAccessSource.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to