Uses of Interface
javax.jdo.metadata.ColumnMetadata

Packages that use ColumnMetadata
javax.jdo.metadata This package contains classes representing the different components of the JDO Metadata. 
 

Uses of ColumnMetadata in javax.jdo.metadata
 

Methods in javax.jdo.metadata that return ColumnMetadata
 ColumnMetadata[] VersionMetadata.getColumns()
          Accessor for all column(s) defined on the version.
 ColumnMetadata[] MemberMetadata.getColumns()
          Accessor for all column(s) defined on the join.
 ColumnMetadata[] UniqueMetadata.getColumns()
          Accessor for all column(s) defined on the unique constraint.
 ColumnMetadata[] JoinMetadata.getColumns()
          Accessor for all column(s) defined on the join.
 ColumnMetadata[] PrimaryKeyMetadata.getColumns()
          Accessor for all column(s) defined on the PK.
 ColumnMetadata[] ElementMetadata.getColumns()
          Accessor for all column(s) defined on the element.
 ColumnMetadata[] KeyMetadata.getColumns()
          Accessor for all column(s) defined on the key.
 ColumnMetadata[] TypeMetadata.getColumns()
          Accessor for all column(s) defined on the join.
 ColumnMetadata[] ValueMetadata.getColumns()
          Accessor for all column(s) defined on the value.
 ColumnMetadata[] OrderMetadata.getColumns()
          Accessor for all column(s) defined on the ordering.
 ColumnMetadata[] IndexMetadata.getColumns()
          Accessor for all column(s) defined on the index.
 ColumnMetadata[] DiscriminatorMetadata.getColumns()
          Accessor for all column(s) defined on the discriminator.
 ColumnMetadata[] ForeignKeyMetadata.getColumns()
          Accessor for all column(s) defined on the FK.
 ColumnMetadata[] DatastoreIdentityMetadata.getColumns()
          Accessor for all column(s) defined on the datastore identity.
 ColumnMetadata IndexMetadata.newColumn()
          Add a new column for this index.
 ColumnMetadata VersionMetadata.newColumnMetadata()
          Add a new column for this version.
 ColumnMetadata MemberMetadata.newColumnMetadata()
          Add a new column for this join.
 ColumnMetadata UniqueMetadata.newColumnMetadata()
          Add a new column for this unique constraint.
 ColumnMetadata JoinMetadata.newColumnMetadata()
          Add a new column for this join.
 ColumnMetadata PrimaryKeyMetadata.newColumnMetadata()
          Add a new column for this PK
 ColumnMetadata ElementMetadata.newColumnMetadata()
          Add a new column for this element.
 ColumnMetadata KeyMetadata.newColumnMetadata()
          Add a new column for this key.
 ColumnMetadata TypeMetadata.newColumnMetadata()
          Add a new column for this join.
 ColumnMetadata ValueMetadata.newColumnMetadata()
          Add a new column for this value.
 ColumnMetadata OrderMetadata.newColumnMetadata()
          Add a column for this ordering.
 ColumnMetadata DiscriminatorMetadata.newColumnMetadata()
          Add a new column for this discriminator.
 ColumnMetadata ForeignKeyMetadata.newColumnMetadata()
          Add a new column for this FK.
 ColumnMetadata DatastoreIdentityMetadata.newColumnMetadata()
          Add a new column for this datastore identity.
 ColumnMetadata ColumnMetadata.setAllowsNull(boolean nulls)
          Method to set whether it allows null.
 ColumnMetadata ColumnMetadata.setDefaultValue(java.lang.String val)
          Method to set the default value.
 ColumnMetadata ColumnMetadata.setInsertValue(java.lang.String val)
          Method to set the insert value (for columns with no field/property).
 ColumnMetadata ColumnMetadata.setJDBCType(java.lang.String type)
          Method to set the JDBC type.
 ColumnMetadata ColumnMetadata.setLength(int len)
          Method to set the length
 ColumnMetadata ColumnMetadata.setName(java.lang.String name)
          Method to set the column name.
 ColumnMetadata ColumnMetadata.setScale(int scale)
          Method to set the scale
 ColumnMetadata ColumnMetadata.setSQLType(java.lang.String type)
          Method to set the SQL type.
 ColumnMetadata ColumnMetadata.setTarget(java.lang.String target)
          Method to set the target column (at the other side of the relation).
 ColumnMetadata ColumnMetadata.setTargetField(java.lang.String target)
          Method to set the target field (at the other side of the relation).
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.