Package | Description |
---|---|
com.gooddata.connector | |
com.gooddata.modeling.generator | |
com.gooddata.modeling.model | |
com.gooddata.transform |
Modifier and Type | Field and Description |
---|---|
protected SourceSchema |
AbstractConnector.schema
The LDM schema of the data source
|
Modifier and Type | Method and Description |
---|---|
SourceSchema |
PtConnector.getLabelSchema() |
SourceSchema |
PtConnector.getLabelToStorySchema() |
SourceSchema |
Connector.getSchema()
LDM schema getter
|
SourceSchema |
AbstractConnector.getSchema()
LDM schema getter
|
SourceSchema |
PtConnector.getStorySchema() |
static SourceSchema |
CsvConnector.guessSourceSchema(InputStream configStream,
URL dataUrl,
String defaultLdmType,
String[] factsNames,
String folder,
char separator) |
static SourceSchema |
CsvConnector.guessSourceSchema(URL dataUrl,
String defaultLdmType,
String[] factsNames,
String folder,
SourceSchema srcSchm,
CsvConfiguration csvConfig) |
static SourceSchema |
CsvConnector.guessSourceSchema(URL dataUrl,
String defaultLdmType,
String[] factsNames,
String folder,
SourceSchema srcSchm,
String[] headers,
CsvConfiguration csvConfig) |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractConnector.expandDates(SourceSchema s) |
void |
PtConnector.extract(SourceSchema schema,
String inputFile,
String dir) |
static SourceSchema |
CsvConnector.guessSourceSchema(URL dataUrl,
String defaultLdmType,
String[] factsNames,
String folder,
SourceSchema srcSchm,
CsvConfiguration csvConfig) |
static SourceSchema |
CsvConnector.guessSourceSchema(URL dataUrl,
String defaultLdmType,
String[] factsNames,
String folder,
SourceSchema srcSchm,
String[] headers,
CsvConfiguration csvConfig) |
static List<Column> |
AbstractConnector.populateColumnsFromSchema(SourceSchema schema) |
void |
PtConnector.setLabelSchema(SourceSchema labelSchema) |
void |
PtConnector.setLabelToStorySchema(SourceSchema labelToStorySchema) |
void |
Connector.setSchema(SourceSchema schema)
LDM schema setter
|
void |
AbstractConnector.setSchema(SourceSchema schema)
LDM schema setter
|
void |
PtConnector.setStorySchema(SourceSchema storySchema) |
Constructor and Description |
---|
DateColumnsExtender(SourceSchema schema) |
Modifier and Type | Field and Description |
---|---|
protected SourceSchema |
MaqlGenerator.schema |
Modifier and Type | Method and Description |
---|---|
static String |
MaqlGenerator.createAttributeTableName(SourceSchema schema,
SourceColumn sc)
Creates attribute table name
|
Constructor and Description |
---|
MaqlGenerator(SourceSchema schema) |
Modifier and Type | Method and Description |
---|---|
static SourceSchema |
SourceSchema.createSchema(File configFile)
Creates a new SourceSchema from the XML config file
|
static SourceSchema |
SourceSchema.createSchema(InputStream configStream)
Creates a new SourceSchema from the XML config steam
|
static SourceSchema |
SourceSchema.createSchema(String name)
Creates a new empty schema
|
protected static SourceSchema |
SourceSchema.fromXml(File configFile)
Deserializes the schema from XML
|
protected static SourceSchema |
SourceSchema.fromXml(InputStream is)
Deserializes the schema from an XML stream
|
Modifier and Type | Method and Description |
---|---|
SourceSchema |
Transformer.getSchema() |
Modifier and Type | Method and Description |
---|---|
static Transformer |
Transformer.create(SourceSchema schema) |
void |
Transformer.setSchema(SourceSchema schema) |
Constructor and Description |
---|
Transformer(SourceSchema schema) |
Copyright © 2014. All rights reserved.