Class ST_Extent

java.lang.Object
org.sqlite.Function
org.sqlite.Function.Aggregate
org.gvsig.sqlite.dal.functions.Functions.AbstractAggregate
org.gvsig.sqlite.dal.functions.ST_Extent
All Implemented Interfaces:
Cloneable, Functions.Function

public class ST_Extent extends Functions.AbstractAggregate
Author:
gvSIG Team
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.sqlite.Function

    org.sqlite.Function.Aggregate, org.sqlite.Function.Window
  • Field Summary

    Fields inherited from class org.sqlite.Function

    FLAG_DETERMINISTIC
  • Constructor Summary

    Constructors
    Constructor
    Description
    ST_Extent(org.sqlite.SQLiteConnection conn)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     

    Methods inherited from class org.gvsig.sqlite.dal.functions.Functions.AbstractAggregate

    getConnection, getFunction, getName

    Methods inherited from class org.sqlite.Function.Aggregate

    clone, xFunc

    Methods inherited from class org.sqlite.Function

    args, create, create, create, destroy, destroy, error, result, result, result, result, result, result, value_blob, value_double, value_int, value_long, value_text, value_type

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ST_Extent

      public ST_Extent(org.sqlite.SQLiteConnection conn)
  • Method Details

    • xStep

      protected void xStep() throws SQLException
      Specified by:
      xStep in class org.sqlite.Function.Aggregate
      Throws:
      SQLException
    • xFinal

      protected void xFinal() throws SQLException
      Specified by:
      xFinal in class org.sqlite.Function.Aggregate
      Throws:
      SQLException