T - The final java type of the expression.E - The result set read java type of the expression.public interface Column<T,E> extends Expression<T,E>
| Modifier and Type | Method and Description |
|---|---|
Expression<T,E> |
asParam()
Gets an SQL expression that represents a param (?)
|
T |
getDefValue()
The default value for this column.
|
String |
getName()
The name of the column.
|
Table |
getTable()
The table that this column belongs to.
|
boolean |
isAllowNull()
If this column allows null values.
|
boolean |
isAutoIncrement()
If this column is an autoincrement column.
|
boolean |
isKey()
If this column is part of the primary key.
|
asc, desc, eq, eq, getSQLType, in, isNull, ne, newriteSQLTable getTable()
String getName()
boolean isKey()
boolean isAllowNull()
boolean isAutoIncrement()
T getDefValue()
Expression<T,E> asParam()
Copyright © 2015–2018 Bridje Framework. All rights reserved.