|
string DB0Or1Row(string query, string query_name)
|
Permorms a query and returns the row in the form
{ 0or1 {field_1 value_1} {field_2 value_2} ... }.
|
|
|
void DBDml(string query, string query_name)
|
Permorms a DML operation and returns nothing.
|
|
|
string DBGesCache(string carnet)
|
Fill the table gescachetb.
|
|
|
string DBGetCuotaFija(string carnet, string carrera)
|
Return the cuota fija for a carnet and carrera
|
|
|
string DBGetFechaPago(string carnet, string carrera)
|
Return the payment date for a carnet and carrera
|
|
|
string DBGetSaldo(string carnet, string carrera)
|
Insert grades in the UDB using the store procedure: cacarganotas
|
|
|
string DBGetTransactionId(string carnet)
|
Returns the Transaction ID for a given CARNET
|
|
|
string DBGetUDBImage(string codpers, string tipodocto, string correlativo)
|
Returns the url of the udb image for a codpers
|
|
|
void DBInsertGrades(string ges_pk, string codpers, string user)
|
Insert grades in the UDB using the store procedure: cacarganotas
|
|
|
string DBList(string query, string query_name)
|
Permorms a query and returns a list.
|
|
|
string DBListOfArrays(string query, string query_name)
|
Permorms a query and returns the list of arrays.
|
|
|
string DBListOfLists(string query, string query_name)
|
Permorms a query and returns the list of lists.
|
|
|
string DBPayClasses(string transaction)
|
Returns the status of the paying class store procedure
|
|
|
string DBString(string query, string query_name)
|
Permorms a query and returns the row.
|
|
|
string DBTransactionCUDB001(string total, string number_o, string tid, string flag, string transaccion, string length, string correlativos)
|
Executes the transaccion documented in
/packages/credomatic-udb/www/no-registrados/progreso.tcl
with code: CUDB-001
|
|
|
string DBTransactionCUDB002(string total, string number_o, string tid, string flag, string transaccion, string length)
|
Executes the transaccion documented in
/packages/credomatic-udb/www/no-registrados/progreso.tcl
with code: CUDB-002
|
|