Uses of Class
com.sibvisions.rad.persist.jdbc.ServerMetaData.PrimaryKeyType

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

Uses of ServerMetaData.PrimaryKeyType in com.sibvisions.rad.persist.jdbc
 

Methods in com.sibvisions.rad.persist.jdbc that return ServerMetaData.PrimaryKeyType
 ServerMetaData.PrimaryKeyType ServerMetaData.getPrimaryKeyType()
          Gets the type of the Primary key columns.
static ServerMetaData.PrimaryKeyType ServerMetaData.PrimaryKeyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServerMetaData.PrimaryKeyType[] ServerMetaData.PrimaryKeyType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.sibvisions.rad.persist.jdbc with parameters of type ServerMetaData.PrimaryKeyType
 void ServerMetaData.setPrimaryKeyType(ServerMetaData.PrimaryKeyType pType)
          Gets the type of the Primary key columns.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.