Package | Description |
---|---|
com.socrata.api |
Provides objects that implement all the major Socrata operations (verbs).
|
com.socrata.builders |
Helper objects to create and manipulate some of the objects defined in com.socrata.model.These are
not necassary for using the API, but can be useful.
|
com.socrata.model.importer |
The model objects (nouns) used by the import operations defined by SodaImporter.
|
Modifier and Type | Method and Description |
---|---|
Column |
SodaDdl.addColumn(String datasetId,
Column column)
Adds a column to the dataset, and returns a definition of the dataset.
|
Column |
SodaDdl.alterColumn(String datasetId,
Column column)
Alters a column to the dataset, and returns a definition of the dataset.
|
Modifier and Type | Method and Description |
---|---|
Column |
SodaDdl.addColumn(String datasetId,
Column column)
Adds a column to the dataset, and returns a definition of the dataset.
|
Column |
SodaDdl.alterColumn(String datasetId,
Column column)
Alters a column to the dataset, and returns a definition of the dataset.
|
Modifier and Type | Field and Description |
---|---|
protected List<Column> |
AbstractDatasetInfoBuilder.columns |
Modifier and Type | Method and Description |
---|---|
DatasetBuilder |
DatasetBuilder.addColumn(Column column) |
DatasetBuilder |
DatasetBuilder.updateColumn(String columnName,
Column columnToUpdateTo) |
Modifier and Type | Method and Description |
---|---|
DatasetBuilder |
DatasetBuilder.setColumns(List<Column> columns) |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<Column,Column> |
Column.COPY |
static com.google.common.base.Function<Column,Column> |
Column.COPY |
static com.google.common.base.Function<Column,String> |
Column.TO_NAME |
Modifier and Type | Method and Description |
---|---|
Column |
Dataset.lookupRowIdentifierColumn()
returns the column for the row identifier column, based on the id.
|
Modifier and Type | Method and Description |
---|---|
List<Column> |
Dataset.getColumns()
Gets the list of columns in this dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
Dataset.setupRowIdentifierColumn(Column column)
Sets a column to be a row identifier for this dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
Dataset.setColumns(List<Column> columns)
Sets the list of columns in this dataset.
|
Constructor and Description |
---|
Column(Column src) |
Copyright © 2013. All Rights Reserved.