public class DataDescriptor extends Object implements Serializable
Constructor and Description |
---|
DataDescriptor(String name,
int dataType)
Constructs an DataDescriptor.
|
Modifier and Type | Method and Description |
---|---|
int |
getDataType()
Gets the data type.
|
String |
getName()
Gets the name of the data element.
|
int |
getSqlDataType()
Gets the SQL data type.
|
public DataDescriptor(String name, int dataType)
name
- the name of the data elementdataType
- the data type; see constants in DataValuepublic String getName()
public int getDataType()
public int getSqlDataType()
Copyright © 2023. All rights reserved.