public interface SimpleValue extends Value
Value.JdbcCodes
Modifier and Type | Method and Description |
---|---|
String |
getAlias(Dialect dialect)
For any column name, generate an alias that is unique
to that column name, unique across tables, and within
alias size constraints determined by
Dialect.getMaxAliasLength() . |
Datatype |
getDatatype()
Retrieve the datatype of this value.
|
void |
setDatatype(Datatype datatype)
Set the datatype of this value.
|
getTable, toLoggableString, validateJdbcTypes
Datatype getDatatype()
void setDatatype(Datatype datatype)
datatype
- The value's datatypeString getAlias(Dialect dialect)
Dialect.getMaxAliasLength()
.dialect
- the dialect.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.