Internal Website Search

31-40 of 200 resultsRefresh

FieldResult.column

javax.persistence">javax.persistence.FieldResultString column Name of the column in the SELECT clause - i.e., column aliases, if applicable

Column.nullable

Element Column" title="Annotation in javax.persistence">javax.persistence.Columnboolean nullable (Optional) Whether the database column is nullable.

Column.name

Element Column" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.ColumnString name Name of the column.

Column.defaultValue

Element Column" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.ColumnString defaultValue Default value for this column.

Column.allowsNull

Element Column" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.ColumnString allowsNull Whether the column allows null values to be inserted.

Column.insertValue

Element Column" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.ColumnString insertValue Value to be inserted when this is an "unmapped" column

Value.column

in javax.jdo.annotations">javax.jdo.annotations.ValueString column Name of the column to store the value in. Returns: the name of the column to store

Discriminator.column

="Annotation in javax.jdo.annotations">javax.jdo.annotations.DiscriminatorString column Name of the column for the discriminator Returns: the name of the column

Join.column

javax.jdo.annotations">javax.jdo.annotations.JoinString column Name of the column in the join table. Returns: the name of the column in the join table

Key.column

javax.jdo.annotations">javax.jdo.annotations.KeyString column Name of the column to store the key in. Returns: name of the column to store the key in