Package | Description |
---|---|
com.asakusafw.dmdl.directio.csv.driver |
DMDL extensions for Direct I/O.
|
com.asakusafw.dmdl.directio.hive.common |
Hive support common classes.
|
com.asakusafw.dmdl.directio.json.driver |
JSON support for Direct I/O.
|
com.asakusafw.dmdl.directio.line.driver |
Line based text support for Direct I/O.
|
com.asakusafw.dmdl.directio.text |
Formatted text support for Direct I/O.
|
com.asakusafw.dmdl.directio.tsv.driver |
Special TSV support for Direct I/O.
|
com.asakusafw.dmdl.windgate.jdbc.driver |
DMDL extensions for WindGate.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvFieldDriver
Processes
@directio.csv.field attributes. |
class |
CsvFileNameDriver
Processes
@directio.csv.file_name attributes. |
class |
CsvIgnoreDriver
Processes
@directio.csv.ignore attributes. |
class |
CsvLineNumberDriver
Processes
@directio.csv.line_number attributes. |
class |
CsvRecordNumberDriver
Processes
@directio.csv.record_number attributes. |
Modifier and Type | Class and Description |
---|---|
class |
HiveCharDriver
Processes
@directio.hive.char attributes. |
class |
HiveDecimalDriver
Processes
@directio.hive.decimal attributes. |
class |
HiveFieldDriver
Processes
@directio.hive.field attributes. |
class |
HiveIgnoreDriver
Processes
@directio.hive.ignore attributes. |
class |
HiveStringDriver
Processes
@directio.hive.string attributes. |
class |
HiveTimestampDriver
Processes
@directio.hive.timestamp attributes. |
class |
HiveVarcharDriver
Processes
@directio.hive.varchar attributes. |
Modifier and Type | Class and Description |
---|---|
class |
JsonFileNameDriver
Processes
@directio.json.file_name attributes. |
class |
JsonIgnoreDriver
Processes
@directio.json.ignore attributes. |
class |
JsonLineNumberDriver
Processes
@directio.json.line_number attributes. |
class |
JsonPropertyDriver
Processes
@directio.json.property attributes. |
class |
JsonRecordNumberDriver
Processes
@directio.json.record_number attributes. |
Modifier and Type | Class and Description |
---|---|
class |
LineBodyDriver
Processes
@directio.line.body attributes. |
class |
LineFileNameDriver
Processes
@directio.line.file_name attributes. |
class |
LineLineNumberDriver
Processes
@directio.line.line_number attributes. |
Modifier and Type | Class and Description |
---|---|
class |
TextFieldDriver
Processes
@directio.text.field attributes. |
class |
TextFileNameDriver
Processes
@directio.text.file_name attributes. |
class |
TextIgnoreDriver
Processes
@directio.text.ignore attributes. |
class |
TextLineNumberDriver
Processes
@directio.text.line_number attributes. |
class |
TextRecordNumberDriver
Processes
@directio.text.record_number attributes. |
Modifier and Type | Class and Description |
---|---|
class |
TsvFieldDriver
Processes
@directio.tsv.field attributes. |
class |
TsvFileNameDriver
Processes
@directio.tsv.file_name attributes. |
class |
TsvIgnoreDriver
Processes
@directio.tsv.ignore attributes. |
Modifier and Type | Class and Description |
---|---|
class |
ColumnDriver
Processes
@windgate.column attributes (deprecated). |
class |
JdbcColumnDriver
Processes
@windgate.jdbc.column attributes. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.