Uses of Class
org.sql.generation.api.grammar.definition.table.MatchType

Packages that use MatchType
org.sql.generation.api.grammar.builders.definition This is package containing builders for syntax elements used in SQL Data Definition statements (typically CREATE statements). 
org.sql.generation.api.grammar.definition.table This package contains syntax interfaces for CREATE TABLE statement. 
 

Uses of MatchType in org.sql.generation.api.grammar.builders.definition
 

Methods in org.sql.generation.api.grammar.builders.definition that return MatchType
 MatchType ForeignKeyConstraintBuilder.getMatchType()
          Returns the match type for this foreign key constraint.
 

Methods in org.sql.generation.api.grammar.builders.definition with parameters of type MatchType
 ForeignKeyConstraintBuilder ForeignKeyConstraintBuilder.setMatchType(MatchType matchType)
          Sets the match type for this foreign key constraint.
 

Uses of MatchType in org.sql.generation.api.grammar.definition.table
 

Fields in org.sql.generation.api.grammar.definition.table declared as MatchType
static MatchType MatchType.FULL
          Represents the full match (MATCH FULL).
static MatchType MatchType.PARTIAL
          Represents the partial match (MATCH PARTIAL).
static MatchType MatchType.SIMPLE
          Represents the simple match (MATCH SIMPLE).
 

Methods in org.sql.generation.api.grammar.definition.table that return MatchType
 MatchType ForeignKeyConstraint.getMatchType()
          Returns the match type for this foreign key.
 



Copyright © 2010-2012. All Rights Reserved.