Class SqlDef

java.lang.Object
com.onenetwork.platform.common.SqlDef

public class SqlDef
extends java.lang.Object
Stub for SqlDef to compile platform-api code. This is removed from the platform-api jar (see the remove-stubs target in platform-api/build.xml), and at runtime the version from dvce.jar is used.
  • Constructor Summary

    Constructors 
    Constructor Description
    SqlDef()  
  • Method Summary

    Modifier and Type Method Description
    static SqlDef anon​(java.lang.String query)  
    java.lang.String getName()  
    java.lang.String getValue()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • anon

      public static SqlDef anon​(java.lang.String query)
    • getName

      public java.lang.String getName()
    • getValue

      public java.lang.String getValue()