Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JDBaccess API 1.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
P
R
S
T
U
X
G
getActionString()
- Method in exception com.jdbaccess.exception.
ApplicationException
Returns the action string
getAllElements()
- Method in interface com.jdbaccess.da.
CallResult
Get all the elements of the result.
getAllElements()
- Method in interface com.jdbaccess.da.
Result
Get all the elements of the result.
getCauseString()
- Method in exception com.jdbaccess.exception.
ApplicationException
Returns the cause string
getDefaultValue()
- Method in class com.jdbaccess.transfer.
Field
Returns the default value of this field
getDelete(Transaction)
- Static method in class com.jdbaccess.da.
DAFactory
Get a new Delete object for that transaction
getDelete(Transaction, String, String, Class)
- Static method in class com.jdbaccess.da.
DAFactory
Looks for a Delete in xml data access files beginning in directory of the given start class for that objectType and name and for that transaction
getEntity()
- Method in class com.jdbaccess.transfer.
Field
Gets the entity name
getEntity()
- Method in class com.jdbaccess.transfer.
TransferObject
Gets the entity name of this transfer object
getErrorNumber()
- Method in exception com.jdbaccess.exception.
ApplicationException
Returns the error number
getErrorType()
- Method in exception com.jdbaccess.exception.
ApplicationException
Returns the error type
getField(String)
- Method in class com.jdbaccess.transfer.
TransferObject
Gets the field with that fieldName
getFields()
- Method in interface com.jdbaccess.da.
CallResult
This method delivers all fields (with type, sqlType, scale, precision etc.) as an Arraylist for that select.
getFields()
- Method in interface com.jdbaccess.da.
Result
This method delivers all fields (with type, sqlType, scale, precision etc.) as an Arraylist for that select.
getFields()
- Method in class com.jdbaccess.transfer.
Row
Gets all fields of this row
getFields()
- Method in class com.jdbaccess.transfer.
TransferObject
Gets all fields of this object
getFirstElement()
- Method in interface com.jdbaccess.da.
Result
Get the first elements of the result.
getFunction(Transaction)
- Static method in class com.jdbaccess.da.
DAFactory
Get a new Function object for that transaction.
getFunction(Transaction, String, String, Class)
- Static method in class com.jdbaccess.da.
DAFactory
Looks for a Function in xml data access files beginning in directory of the given start class for that objectType and name and for that transaction
getFunctionName()
- Method in interface com.jdbaccess.da.
Function
Get the function name of the function.
getFunctionResult()
- Method in interface com.jdbaccess.da.
Function
Get the result object of the function (after execution)
getIdentifierFieldName()
- Static method in class com.jdbaccess.transfer.
TransferObject
Gets the identifier field name of the transfer object
getInsert(Transaction)
- Static method in class com.jdbaccess.da.
DAFactory
Get a new Insert object for that transaction.
getInsert(Transaction, String, String, Class)
- Static method in class com.jdbaccess.da.
DAFactory
Looks for an Insert in xml data access files beginning in directory of the given start class for that objectType and name and for that transaction
getLength()
- Method in class com.jdbaccess.transfer.
Field
Returns the legth of this field
getMaxPrecision()
- Method in class com.jdbaccess.transfer.
Field
Returns the default maximum precision of this field
getMaxScale()
- Method in class com.jdbaccess.transfer.
Field
Returns the default maximum scale of this field
getMaxValue()
- Method in class com.jdbaccess.transfer.
Field
Returns the default maximum value of this field
getMinValue()
- Method in class com.jdbaccess.transfer.
Field
Returns the default minimum value of this field
getModifiedFieldNames()
- Method in class com.jdbaccess.transfer.
Row
Returns all modified field names of this row as an ArrayList of String
getModifiedFieldNames()
- Method in class com.jdbaccess.transfer.
TransferObject
Returns all modified field names of this object
getModuleName()
- Method in interface com.jdbaccess.da.
Call
Get the package name of the function or procedure.
getName()
- Method in interface com.jdbaccess.da.
DataAccess
Get the name of the data access object.
getName()
- Method in class com.jdbaccess.transfer.
Field
Returns the name of this field
getNextElement()
- Method in interface com.jdbaccess.da.
CallResult
Get the next element of the result from actual position forward.
getNextElement()
- Method in interface com.jdbaccess.da.
Result
Get the next element of the result from actual position forward.
getNextElements()
- Method in interface com.jdbaccess.da.
CallResult
Get the next elements of the result from actual position forward as the page size is defined.
getNextElements(long)
- Method in interface com.jdbaccess.da.
CallResult
Get the next "count" elements of the result from actual position forward.
getNextElements()
- Method in interface com.jdbaccess.da.
Result
Get the next elements of the result from actual position forward as the page size is defined.
getNextElements(long)
- Method in interface com.jdbaccess.da.
Result
Get the next "count" elements of the result from actual position forward.
getObjectType()
- Method in interface com.jdbaccess.da.
DataAccess
Get the object type of the data access object.
getOrderBy()
- Method in interface com.jdbaccess.da.
Select
getOutputParams()
- Method in interface com.jdbaccess.da.
Procedure
Get the output parameters of the procedure.
getPackageName()
- Method in interface com.jdbaccess.da.
DataAccess
Get the package name of the data access object.
getPosition()
- Method in interface com.jdbaccess.da.
CallResult
Get the actual position of the result
getPosition()
- Method in interface com.jdbaccess.da.
Result
Get the actual position of the result
getPosition()
- Method in class com.jdbaccess.transfer.
Field
Gets the position of this field in result (e.g. for table column ordering) beginning at 1
getPreviousElements()
- Method in interface com.jdbaccess.da.
Result
Get the previous elements of the result from actual position backward as the page size is defined.
getProcedure(Transaction)
- Static method in class com.jdbaccess.da.
DAFactory
Get a new Procedure object for that transaction.
getProcedure(Transaction, String, String, Class)
- Static method in class com.jdbaccess.da.
DAFactory
Looks for a Procedure in xml data access files beginning in directory of the given start class for that objectType and name and for that transaction
getProcedureName()
- Method in interface com.jdbaccess.da.
Procedure
Get the name of the procedure.
getResult(int)
- Method in interface com.jdbaccess.da.
Procedure
Procedures could have one or more call results (selection results).
getResultPosition()
- Method in interface com.jdbaccess.da.
CallResult
Get the result position of that call result in its call.
getSelect()
- Static method in class com.jdbaccess.da.
DAFactory
Get a new Select object.
getSelect(Transaction)
- Static method in class com.jdbaccess.da.
DAFactory
Get a new Select object for that transaction.
getSelect(String, String, Class)
- Static method in class com.jdbaccess.da.
DAFactory
Looks for a Select in xml data access files beginning in directory of the given start class for that objectType and name
getSequenceName()
- Method in class com.jdbaccess.transfer.
TransferObject
Get the sequence name of this object.
getSequenceNextValue(String)
- Method in interface com.jdbaccess.dao.
DataAccessObject
Gets one next value of that sequence
getSequenceNextValue(String)
- Method in class com.jdbaccess.dao.
DataAccessObjectImpl
getSequenceNextValues(String, int)
- Method in interface com.jdbaccess.dao.
DataAccessObject
Gets "count" number of values for that sequence
getSequenceNextValues(String, int)
- Method in class com.jdbaccess.dao.
DataAccessObjectImpl
getSize()
- Method in interface com.jdbaccess.da.
DataAccess
Get the size of the data access object.
getSize()
- Method in interface com.jdbaccess.da.
Result
You call this method here or on the select which belongs to this result.
getSql()
- Method in interface com.jdbaccess.da.
DataAccess
Get the sql string of the data access object.
getSqlCount()
- Method in interface com.jdbaccess.da.
Select
getSQLType()
- Method in class com.jdbaccess.transfer.
Field
Gets the sql type of this field
getTransaction()
- Static method in class com.jdbaccess.da.
DAFactory
Get a new transaction object.
getType()
- Method in class com.jdbaccess.transfer.
Field
Returns the type of this field (e.g.
getUpdate(Transaction)
- Static method in class com.jdbaccess.da.
DAFactory
Get a new Update object for that transaction.
getUpdate(Transaction, String, String, Class)
- Static method in class com.jdbaccess.da.
DAFactory
Looks for an Update in xml data access files beginning in directory of the given start class for that objectType and name and for that transaction
getValue(String)
- Method in class com.jdbaccess.transfer.
Row
Gets the value of the field with that field name
getValue(String)
- Method in class com.jdbaccess.transfer.
TransferObject
Gets the value of this field with that field name
getWhereCondition()
- Method in class com.jdbaccess.transfer.
TransferObject
Gets the whereCondition of this transfer object.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JDBaccess API 1.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
P
R
S
T
U
X
Copyright © 2005-2006
JDBaccess.com
, Königsweg 210, D-14129 Berlin, Germany. All Rights Reserved.