Skip navigation links

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

E13403-06


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

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

 

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

 

Methods in oracle.javatools.db.sql that return WindowFunction.ClauseType
 WindowFunction.ClauseType WindowFunction.getClauseType()
           
static WindowFunction.ClauseType WindowFunction.ClauseType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WindowFunction.ClauseType[] WindowFunction.ClauseType.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.ClauseType
 void WindowFunction.setClauseType(WindowFunction.ClauseType clauseType)
           

 


Skip navigation links

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

E13403-06


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