JDBaccess API 1.0

com.jdbaccess.da
Interface Call

All Superinterfaces:
DataAccess
All Known Subinterfaces:
Function, Procedure

public interface Call
extends DataAccess

Super interface of Function and Procedure.


Method Summary
 java.lang.String getModuleName()
          Get the package name of the function or procedure.
 void setModuleName(java.lang.String moduleName)
          Set the package name of the function or procedure.
 void setReadLobsFull(boolean readLobsFull)
          if true, all lob fields are read completely from database, else lob fields are read only to a default size because of performance reasons
 
Methods inherited from interface com.jdbaccess.da.DataAccess
end, getName, getObjectType, getPackageName, getSize, getSql, setName, setObjectType, setPackageName, setParameters, setSql, toString
 

Method Detail

getModuleName

java.lang.String getModuleName()
Get the package name of the function or procedure. In MySql a package name is not available.

Returns:
the package name of the function or procedure. e.g. pkg_employee

setModuleName

void setModuleName(java.lang.String moduleName)
Set the package name of the function or procedure. In MySql a package name is not available.

Parameters:
moduleName - The package name of the function or procedure to set. e.g. pkg_employee

setReadLobsFull

void setReadLobsFull(boolean readLobsFull)
if true, all lob fields are read completely from database, else lob fields are read only to a default size because of performance reasons

Parameters:
readLobsFull -

JDBaccess API 1.0

Copyright © 2005-2006 JDBaccess.com, Königsweg 210, D-14129 Berlin, Germany. All Rights Reserved.