public final class SqlSingleColumn extends SqlColumn
| Constructor and Description |
|---|
SqlSingleColumn(SqlTable table,
String name,
boolean nullable,
boolean insertable,
boolean updatable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInsertable() |
boolean |
isNullable() |
boolean |
isUpdatable() |
protected SqlColumn |
newColumFromAlias(SqlTable targetTable) |
public boolean isNullable()
public boolean isInsertable()
public boolean isUpdatable()
protected SqlColumn newColumFromAlias(SqlTable targetTable)
newColumFromAlias in class SqlColumnCopyright © 2019. All rights reserved.