|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCOM.ibm.db2.app.UDF
org.compiere.udf.Account
public class Account
SQLJ Account related Functions
| Field Summary |
|---|
| Fields inherited from class COM.ibm.db2.app.UDF |
|---|
SQLUDF_FIRST_CALL, SQLUDF_NORMAL_CALL, SQLUDF_TF_CLOSE, SQLUDF_TF_FETCH, SQLUDF_TF_FINAL, SQLUDF_TF_FIRST, SQLUDF_TF_OPEN |
| Constructor Summary | |
|---|---|
Account()
|
|
| Method Summary | |
|---|---|
static double |
balance(int p_Account_ID,
BigDecimal p_AmtDr,
BigDecimal p_AmtCr)
Get Balance based on Account Sign and Type. |
| Methods inherited from class COM.ibm.db2.app.UDF |
|---|
close, getCallType, getConnection, getDBapplid, getDBauthid, getDBcodepg, getDBcolname, getDBinfo, getDBname, getDBplatform, getDBprocid, getDBtbname, getDBtbschema, getDBver_rel, getFunctionName, getScratchpad, getSpecificName, isNull, needToSet, set, set, set, set, set, set, set, set, set, set, set, setCodepage, setScratchpad, setSQLmessage, setSQLstate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Account()
| Method Detail |
|---|
public static double balance(int p_Account_ID,
BigDecimal p_AmtDr,
BigDecimal p_AmtCr)
throws SQLException
p_Account_ID - accountp_AmtDr - debitp_AmtCr - credit
SQLException
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||