Package | Description |
---|---|
org.wso2.carbon.dataservices.core.odata |
Modifier and Type | Method and Description |
---|---|
DataColumn.ODataDataType |
DataColumn.getColumnType() |
static DataColumn.ODataDataType |
DataColumn.ODataDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataColumn.ODataDataType[] |
DataColumn.ODataDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DataColumn(String columnName,
DataColumn.ODataDataType columnType,
boolean isNullable) |
DataColumn(String columnName,
DataColumn.ODataDataType columnType,
int order,
boolean isNullable,
int length,
boolean isAutoIncrement) |
Copyright © 2019 WSO2. All rights reserved.