public class ColumnData extends Object
| Constructor and Description | 
|---|
| ColumnData(String name,
          String type) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName() | 
| Integer | getSize() | 
| String | getType() | 
| boolean | isAutoIncrement() | 
| boolean | isNullAllowed() | 
| void | setAutoIncrement(boolean autoIncrement) | 
| void | setNullAllowed(boolean nullAllowed) | 
| void | setSize(Integer size) | 
public String getName()
public String getType()
public boolean isNullAllowed()
public void setNullAllowed(boolean nullAllowed)
public void setSize(Integer size)
public Integer getSize()
public boolean isAutoIncrement()
public void setAutoIncrement(boolean autoIncrement)
Copyright © 2007–2015 Querydsl. All rights reserved.