org.jboss.dna.sequencer.ddl
Interface DdlConstants.ReferencialAction

Enclosing interface:
DdlConstants

public static interface DdlConstants.ReferencialAction


Field Summary
static String CASCADE
           
static String NO_ACTION
           
static String SET_DEFAULT
           
static String SET_NULL
           
 

Field Detail

CASCADE

static final String CASCADE
See Also:
Constant Field Values

SET_NULL

static final String SET_NULL
See Also:
Constant Field Values

SET_DEFAULT

static final String SET_DEFAULT
See Also:
Constant Field Values

NO_ACTION

static final String NO_ACTION
See Also:
Constant Field Values


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.