Interface Functions.Function

All Known Implementing Classes:
Functions.AbstractAggregate, Functions.AbstractFunction, Json_value, Reverse, Reverseinstr, ST_Area, ST_AsBinary, ST_AsText, ST_Boundary, ST_Buffer, ST_Centroid, ST_Contains, ST_ConvexHull, ST_CoveredBy, ST_Covers, ST_Crosses, ST_Difference, ST_Dimension, ST_Disjoint, ST_Distance, ST_EndPoint, ST_Envelope, ST_Extent, ST_Force2D, ST_GeometryN, ST_GeomFromText, ST_GeomFromWKB, ST_Intersection, ST_Intersects, ST_IsEmpty, ST_IsSimple, ST_IsValid, ST_MakePoint, ST_MaxX, ST_MaxY, ST_MinX, ST_MinY, ST_NumGeometries, ST_NumPoints, ST_Overlaps, ST_Perimeter, ST_Point, ST_PointN, ST_SetSRID, ST_SRID, ST_StartPoint, ST_Touches, ST_Transform, ST_Union, ST_Within, ST_X, ST_Y, ST_Z
Enclosing class:
Functions

public static interface Functions.Function
  • Method Summary

    Modifier and Type
    Method
    Description
    org.sqlite.SQLiteConnection
     
    org.sqlite.Function
     
     
  • Method Details

    • getConnection

      org.sqlite.SQLiteConnection getConnection()
    • getName

      String getName()
    • getFunction

      org.sqlite.Function getFunction()