Internal Website Search

21-30 of 200 resultsRefresh

Column.table

Element Column" title="Annotation in javax.persistence">javax.persistence.ColumnString table (Optional) The name of the table that contains the column. If absent the column

Column.scale

Element Column" title="Annotation in javax.persistence">javax.persistence.Columnint scale (Optional) The scale for a decimal (exact numeric) column. (Applies only if a decimal column

Column.columnDefinition

Element Column" title="Annotation in javax.persistence">javax.persistence.ColumnString columnDefinition column. Defaults to the generated SQL to create a column of the inferred type.

Column.length

Element Column" title="Annotation in javax.persistence">javax.persistence.Columnint length (Optional) The column length. (Applies only if a string-valued column is used.)

Column.unique

Element Column" title="Annotation in javax.persistence">javax.persistence.Columnboolean unique (Optional) Whether the column is a unique key. This is a shortcut for the

Column.sqlType

Element Column" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.ColumnString sqlType SQL Type for this column.

Column.targetMember

Element Column" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.ColumnString targetMember Target member in the other class or interface for this column

Column.length

Element Column" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.Columnint length Maximum length of data stored in this column.

Column.jdbcType

Element Column" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.ColumnString jdbcType JDBC Type for this column.

Column.scale

Element Column" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.Columnint scale Scale for the column when handling floating point values.