public class SQLColumn extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<SQLForeignKey> |
getForeignKeys()
Get the foreign keys for this column
|
List<SQLIndex> |
getIndexes()
Get the indexes for this column
|
String |
getName()
Get the column name
|
int |
getSize()
Get the column size
|
String |
getTableName()
Get the table owning this column
|
int |
getType()
Get the column type (see java.sql.Types)
|
int |
hashCode() |
boolean |
isIndexed()
Indicates if this column is indexed
|
boolean |
isNullable()
Indicates if a column allows null values
|
boolean |
isPrimary()
Indicates if this column is a primary key
|
public String getName()
public boolean isPrimary()
public int getType()
public int getSize()
public boolean isNullable()
public String getTableName()
public boolean isIndexed()
public List<SQLForeignKey> getForeignKeys()
Copyright © 2018. All rights reserved.