org.jooq.util.oracle
Class OracleUDTDefinition

java.lang.Object
  extended by org.jooq.util.AbstractDefinition
      extended by org.jooq.util.AbstractElementContainerDefinition<AttributeDefinition>
          extended by org.jooq.util.AbstractUDTDefinition
              extended by org.jooq.util.oracle.OracleUDTDefinition
All Implemented Interfaces:
Definition, PackageDefinition, UDTDefinition

public class OracleUDTDefinition
extends AbstractUDTDefinition


Field Summary
 
Fields inherited from class org.jooq.util.AbstractElementContainerDefinition
PRECISION_SCALE
 
Constructor Summary
OracleUDTDefinition(SchemaDefinition schema, String name, String comment)
           
 
Method Summary
protected  List<AttributeDefinition> getElements0()
           
protected  List<RoutineDefinition> getRoutines0()
           
 
Methods inherited from class org.jooq.util.AbstractUDTDefinition
getAttribute, getAttribute, getAttributes, getRoutines
 
Methods inherited from class org.jooq.util.AbstractElementContainerDefinition
getDefinitionPath, getElement, getElement, getElement, getElements, parseNotNull, parsePrecision, parseScale
 
Methods inherited from class org.jooq.util.AbstractDefinition
create, equals, getComment, getConnection, getDatabase, getDialect, getInputName, getName, getOutputName, getOverload, getQualifiedInputName, getQualifiedName, getQualifiedOutputName, getSchema, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jooq.util.Definition
getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getQualifiedInputName, getQualifiedName, getQualifiedOutputName, getSchema
 

Constructor Detail

OracleUDTDefinition

public OracleUDTDefinition(SchemaDefinition schema,
                           String name,
                           String comment)
Method Detail

getElements0

protected List<AttributeDefinition> getElements0()
                                          throws SQLException
Specified by:
getElements0 in class AbstractElementContainerDefinition<AttributeDefinition>
Throws:
SQLException

getRoutines0

protected List<RoutineDefinition> getRoutines0()
Specified by:
getRoutines0 in class AbstractUDTDefinition


Copyright © 2012. All Rights Reserved.