Uses of Class
org.plasma.sdo.access.provider.jdo.Column

Packages that use Column
org.plasma.sdo.access.provider.jdo Package level documentation for package org.plasma.sdo.access.provider.jdo 
 

Uses of Column in org.plasma.sdo.access.provider.jdo
 

Fields in org.plasma.sdo.access.provider.jdo with type parameters of type Column
protected  List<Column> Version.columns
           
protected  List<Column> Value.columns
           
protected  List<Column> Unique.columns
           
protected  List<Column> Property.columns
           
protected  List<Column> PrimaryKey.columns
           
protected  List<Column> Order.columns
           
protected  List<Column> Key.columns
           
protected  List<Column> Join.columns
           
protected  List<Column> Index.columns
           
protected  List<Column> ForeignKey.columns
           
protected  List<Column> Field.columns
           
protected  List<Column> Element.columns
           
protected  List<Column> Discriminator.columns
           
protected  List<Column> DatastoreIdentity.columns
           
protected  List<Column> Class_.columns
           
 

Methods in org.plasma.sdo.access.provider.jdo that return Column
 Column ObjectFactory.createColumn()
          Create an instance of Column
 

Methods in org.plasma.sdo.access.provider.jdo that return types with arguments of type Column
 List<Column> Version.getColumns()
          Gets the value of the columns property.
 List<Column> Value.getColumns()
          Gets the value of the columns property.
 List<Column> Unique.getColumns()
          Gets the value of the columns property.
 List<Column> Property.getColumns()
          Gets the value of the columns property.
 List<Column> PrimaryKey.getColumns()
          Gets the value of the columns property.
 List<Column> Order.getColumns()
          Gets the value of the columns property.
 List<Column> Key.getColumns()
          Gets the value of the columns property.
 List<Column> Join.getColumns()
          Gets the value of the columns property.
 List<Column> Index.getColumns()
          Gets the value of the columns property.
 List<Column> ForeignKey.getColumns()
          Gets the value of the columns property.
 List<Column> Field.getColumns()
          Gets the value of the columns property.
 List<Column> Element.getColumns()
          Gets the value of the columns property.
 List<Column> Discriminator.getColumns()
          Gets the value of the columns property.
 List<Column> DatastoreIdentity.getColumns()
          Gets the value of the columns property.
 List<Column> Class_.getColumns()
          Gets the value of the columns property.
 



Copyright © 2013. All rights reserved.