Home > Contents >
Alpha TOC   |    Annotated TOC 

 

sql

Defines the sql of a tag.

Syntax

<display
       rstype="list type"
      [markcolumn="column name"]
        
      />

Attributes

Name
Type
Required?
Default value
Description
rstype
list (an implementation of
at.onetoone.esa.engine.
backend.ResultSet)
.
at.onetoone.esa.engine.
backend.ResultSet
A java class name of an implementation of com.fatwire.analytics.engine.
backend.ResultSet
to use for the result.
markcolumn
string
Χ
No default value.
Specifies a result set column name. If its value is 1 the cell will be highlighted.

Children

  • <param>
  • <query>
  • <count>

    Parents

  • <module>

    Example

    <sql>
    	<query>
    		select something from mytable
    	</query>
    	<count type="simple">
    </sql>
    
    
    
    
    
      Home > Contents >

    Oracle WebCenter Sites 11gR1 | Analytics Tag Reference
    Copyright 2012 by Oracle Corporation
    All rights reserved.