Uses of Class
org.sql.generation.api.grammar.common.datatypes.IntervalDataType

Packages that use IntervalDataType
org.sql.generation.api.grammar.common.datatypes This is the package containing support for (most)pre-defined SQL data types. 
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
 

Uses of IntervalDataType in org.sql.generation.api.grammar.common.datatypes
 

Fields in org.sql.generation.api.grammar.common.datatypes declared as IntervalDataType
static IntervalDataType IntervalDataType.DAY
           
static IntervalDataType IntervalDataType.HOUR
           
static IntervalDataType IntervalDataType.MINUTE
           
static IntervalDataType IntervalDataType.MONTH
           
static IntervalDataType IntervalDataType.SECOND
           
static IntervalDataType IntervalDataType.YEAR
           
 

Methods in org.sql.generation.api.grammar.common.datatypes that return IntervalDataType
 IntervalDataType SQLInterval.getEndField()
          Returns the end field precision for this INTERVAL.
 IntervalDataType SQLInterval.getStartField()
          Returns the start field type for this INTERVAL.
 

Uses of IntervalDataType in org.sql.generation.api.grammar.factories
 

Methods in org.sql.generation.api.grammar.factories with parameters of type IntervalDataType
 SQLInterval DataTypeFactory.dayTimeInterval(IntervalDataType startField, Integer startFieldPrecision, IntervalDataType endField, Integer secondFracs)
          Creates a new day-time INTERVAL.
 SQLInterval DataTypeFactory.yearMonthInterval(IntervalDataType startField, Integer startFieldPrecision, IntervalDataType endField)
          Creates a new year-month INTERVAL.
 



Copyright © 2010-2012. All Rights Reserved.