Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.javatools.db.sql.WindowFunction.BoundType

Packages that use WindowFunction.BoundType
oracle.javatools.db.sql Contains an API for declaratively parsing SQL queries (SELECT statements). 
 

Uses of WindowFunction.BoundType in oracle.javatools.db.sql
 

Methods in oracle.javatools.db.sql that return WindowFunction.BoundType
 WindowFunction.BoundType WindowFunction.WindowFunctionBound.getBoundType()
           
static WindowFunction.BoundType WindowFunction.BoundType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WindowFunction.BoundType[] WindowFunction.BoundType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.javatools.db.sql with parameters of type WindowFunction.BoundType
 void WindowFunction.WindowFunctionBound.setBoundType(WindowFunction.BoundType boundType)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.