OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.rdbms.AQServerConnection

Packages that use AQServerConnection
com.aquafold.openapi.gui   
com.aquafold.openapi.project   
com.aquafold.openapi.rdbms   
 

Uses of AQServerConnection in com.aquafold.openapi.gui
 

Methods in com.aquafold.openapi.gui with parameters of type AQServerConnection
 void AQTableDataEditor.execute(AQServerConnection conn, String sql)
          Executes an edit query and inserts resulting table into the bottom part of this table data editor frame.
 

Uses of AQServerConnection in com.aquafold.openapi.project
 

Methods in com.aquafold.openapi.project that return AQServerConnection
 AQServerConnection AQProject.getServerConnection(String path)
          Returns a project server connection.
 AQServerConnection[] AQProject.getServerConnections()
          Returns all server connections available within the script context.
 AQServerConnection[] AQProject.getServerConnections(String folder, boolean recursive)
          Returns all server connections in the current folder, and subfolders if recursive flag is passed true.
 

Uses of AQServerConnection in com.aquafold.openapi.rdbms
 

Methods in com.aquafold.openapi.rdbms that return AQServerConnection
 AQServerConnection AQServerObject.getServerConnection()
          To get information on the server connection.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.