public class ColumnMetadata extends Object
Modifier and Type | Method and Description |
---|---|
int |
getColumnSize()
Returns the column size.
|
int |
getDecimalDigits()
Returns the number of decimal digits.
|
String |
getName()
Returns the column name.
|
TableMetadata |
getTable()
Returns the owner table.
|
int |
getTypeCode()
Returns the column type code.
|
String |
getTypeName()
Returns the column type name.
|
boolean |
isNullable()
Returns true if the column is nullable.
|
boolean |
isPrimaryKey()
Returns
true if this column is a primary key. |
String |
toString() |
public TableMetadata getTable()
public String getName()
public String getTypeName()
public int getColumnSize()
public int getDecimalDigits()
public boolean isNullable()
public int getTypeCode()
public boolean isPrimaryKey()
true
if this column is a primary key.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.