public class DataSetMetadata extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataSetMetadata.Types
enum for define the supportive data column types.
|
| Constructor and Description |
|---|
DataSetMetadata(int columnCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
String[] |
getNames() |
DataSetMetadata.Types[] |
getTypes() |
void |
put(int columnCount,
String name,
DataSetMetadata.Types type) |
public String[] getNames()
public DataSetMetadata.Types[] getTypes()
public void put(int columnCount,
String name,
DataSetMetadata.Types type)
public int getColumnCount()
Copyright © 2018 WSO2. All rights reserved.