public class SimpleColumnDescriptor extends CloneableDataObject
Title: Dataspace Framework
Description:
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
SimpleColumnDescriptor(java.lang.String nameString,
com.streamscape.ds.types.Type dataType) |
Modifier and Type | Method and Description |
---|---|
SimpleColumnDescriptor |
clone()
Clones the object.
|
java.lang.String |
getColumnName() |
int |
getJdbcPrecision() |
int |
getJdbcScale() |
int |
getJdbcType() |
java.lang.String |
getTypeName() |
getSerialVersionUID
public SimpleColumnDescriptor(java.lang.String nameString, com.streamscape.ds.types.Type dataType)
public java.lang.String getColumnName()
public int getJdbcType()
public int getJdbcScale()
public int getJdbcPrecision()
public SimpleColumnDescriptor clone()
CloneableDataObject
clone
in interface CloneableObject
clone
in class CloneableDataObject
public java.lang.String getTypeName()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.