Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Field and Description |
---|---|
static RelationalConstants.Nullable |
RelationalConstants.Nullable.DEFAULT_VALUE |
Modifier and Type | Method and Description |
---|---|
static RelationalConstants.Nullable |
RelationalConstants.Nullable.fromValue(String value) |
static RelationalConstants.Nullable |
RelationalConstants.Nullable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationalConstants.Nullable[] |
RelationalConstants.Nullable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RelationalConstants.Nullable |
ResultSetColumn.getNullable(Repository.UnitOfWork transaction) |
RelationalConstants.Nullable |
Parameter.getNullable(Repository.UnitOfWork transaction) |
RelationalConstants.Nullable |
Column.getNullable(Repository.UnitOfWork transaction) |
Modifier and Type | Method and Description |
---|---|
void |
ResultSetColumn.setNullable(Repository.UnitOfWork transaction,
RelationalConstants.Nullable newNullable) |
void |
Parameter.setNullable(Repository.UnitOfWork transaction,
RelationalConstants.Nullable newNullable) |
void |
Column.setNullable(Repository.UnitOfWork transaction,
RelationalConstants.Nullable newNullable) |
Modifier and Type | Method and Description |
---|---|
RelationalConstants.Nullable |
ResultSetColumnImpl.getNullable(Repository.UnitOfWork uow) |
RelationalConstants.Nullable |
ParameterImpl.getNullable(Repository.UnitOfWork uow) |
RelationalConstants.Nullable |
ColumnImpl.getNullable(Repository.UnitOfWork uow) |
Modifier and Type | Method and Description |
---|---|
void |
ResultSetColumnImpl.setNullable(Repository.UnitOfWork uow,
RelationalConstants.Nullable newNullable) |
void |
ParameterImpl.setNullable(Repository.UnitOfWork uow,
RelationalConstants.Nullable newNullable) |
void |
ColumnImpl.setNullable(Repository.UnitOfWork uow,
RelationalConstants.Nullable newNullable) |
Copyright © 2013–2019. All rights reserved.