| Package | Description |
|---|---|
| com.mysema.query.sql |
SQL/JDBC support for Querydsl
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnMetadata |
ColumnMetadata.getColumnMetadata(Path<?> path)
Returns this path's column metadata if present.
|
ColumnMetadata |
RelationalPathBase.getMetadata(Path<?> column) |
ColumnMetadata |
RelationalPath.getMetadata(Path<?> column)
Returns the metadata for this path or null if none was assigned.
|
static ColumnMetadata |
ColumnMetadata.named(String name)
Creates default column meta data with the given column name, but without
any type or constraint information.
|
ColumnMetadata |
ColumnMetadata.notNull() |
ColumnMetadata |
ColumnMetadata.ofType(int jdbcType) |
ColumnMetadata |
ColumnMetadata.withDigits(int decimalDigits) |
ColumnMetadata |
ColumnMetadata.withSize(int size) |
| Modifier and Type | Method and Description |
|---|---|
protected <P extends Path<?>> |
RelationalPathBase.addMetadata(P path,
ColumnMetadata metadata) |
Copyright © 2007–2014 Mysema Ltd. All rights reserved.