com.triactive.jdo.store.sql
Class Role

java.lang.Object
  extended bycom.triactive.jdo.store.sql.Role

public class Role
extends java.lang.Object


Field Summary
static Role ELEMENT
           
static Role KEY
           
static int MAX_SUFFIX_LENGTH
           
static Role NONE
           
static Role OWNER
           
static Role VALUE
           
 
Method Summary
 java.lang.String getSqlIdentifierSuffix(DatabaseAdapter dba, java.lang.Class columnType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final Role NONE

OWNER

public static final Role OWNER

ELEMENT

public static final Role ELEMENT

KEY

public static final Role KEY

VALUE

public static final Role VALUE

MAX_SUFFIX_LENGTH

public static final int MAX_SUFFIX_LENGTH
See Also:
Constant Field Values
Method Detail

getSqlIdentifierSuffix

public java.lang.String getSqlIdentifierSuffix(DatabaseAdapter dba,
                                               java.lang.Class columnType)


Copyright © 2001-2007 The TJDO Project All Rights Reserved.