OpenAPI 1.0

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

Packages that use AQSQLClob
com.aquafold.openapi.rdbms   
 

Uses of AQSQLClob in com.aquafold.openapi.rdbms
 

Subinterfaces of AQSQLClob in com.aquafold.openapi.rdbms
 interface AQSQLNClob
          This class describes a SQL NCLOB object.
 

Methods in com.aquafold.openapi.rdbms that return AQSQLClob
 AQSQLClob AQResultSet.getClob(int columnIndex)
          Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object.
 AQSQLClob AQResultSet.getClob(String columnName)
          Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object.
 


OpenAPI 1.0


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