|
JDBaccess API 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Call
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 |
---|
java.lang.String getModuleName()
void setModuleName(java.lang.String moduleName)
moduleName
- The package name of the function or procedure to set. e.g. pkg_employeevoid setReadLobsFull(boolean readLobsFull)
readLobsFull
-
|
JDBaccess API 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |