Uses of Class
com.sibvisions.rad.persist.jdbc.Name

Packages that use Name
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
 

Uses of Name in com.sibvisions.rad.persist.jdbc
 

Methods in com.sibvisions.rad.persist.jdbc that return Name
 Name Name.clone()
          
 Name ServerColumnMetaData.getColumnName()
          Returns the name object for that column.
 Name[] Key.getColumns()
          Returns the key columns.
 Name[] ForeignKey.getFKColumns()
          Returns the foreign key columns.
 Name ForeignKey.getPKCatalog()
          Returns the catalog of the primary key table.
 Name[] ForeignKey.getPKColumns()
          Returns the primary key columns.
 Name ForeignKey.getPKSchema()
          Returns the schema of the primary key table.
 Name ForeignKey.getPKTable()
          Returns the primary key table.
 

Methods in com.sibvisions.rad.persist.jdbc with parameters of type Name
 void ServerMetaData.setAutoIncrementColumnNames(Name[] pAutoIncrementColumnNames)
          Sets the auto increment column names.
 void ForeignKey.setFKColumns(Name[] pFKColumns)
          Sets the foreign key columns.
 void ForeignKey.setPKCatalog(Name pPKCatalog)
          Sets the primary key catalog name.
 void ForeignKey.setPKColumns(Name[] pPKColumns)
          Sets the primary key columns.
 void ForeignKey.setPKSchema(Name pPKSchema)
          Sets the primary key Schema name.
 void ServerMetaData.setPrimaryKeyColumnNames(Name[] pPrimaryKeyColumnNames)
          Sets the Primary Key column names.
 void ServerMetaData.setRepresentationColumnNames(Name[] pRepresentationColumnNames)
          Sets the Representation column names.
 

Constructors in com.sibvisions.rad.persist.jdbc with parameters of type Name
ForeignKey(Name pPKTable, Name pPKCatalog, Name pPKSchema)
          Construct a Select cache object.
Key(java.lang.String pName, Name[] pColumns)
          Construct a Select cache object.
ServerColumnMetaData(Name pName)
          Constructs a ServerColumnMetaData with a specific name.
ServerColumnMetaData(Name pName, ColumnMetaData pColumnMetaData)
          Constructs a ServerColumnMetaData with a specific name and Column MetaData.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.