JDBaccess API 1.0
A B C D E F G H I P R S T U X

S

Select - Interface in com.jdbaccess.da
Interface for selecting objects: with Select you define and execute sql selects.
setAllFieldsModified() - Method in class com.jdbaccess.transfer.Row
Sets all field values modified
setAllFieldsModified() - Method in class com.jdbaccess.transfer.TransferObject
Sets all field values to modified.
setAllFieldsUnmodified() - Method in class com.jdbaccess.transfer.Row
Sets all field values unmodified
setAllFieldsUnmodified() - Method in class com.jdbaccess.transfer.TransferObject
Sets all field values unmodified
setDefaultValue(Object) - Method in class com.jdbaccess.transfer.Field
Sets the default value of this field
setEntity(String) - Method in class com.jdbaccess.transfer.Field
Sets the entity name of this field
setEntity(String) - Method in class com.jdbaccess.transfer.TransferObject
Sets the entity name (table name) of this transfer object.
setFunctionName(String) - Method in interface com.jdbaccess.da.Function
Set the function name of the function.
setHidden(boolean) - Method in class com.jdbaccess.transfer.Field
Sets the hidden flag of this field
setLength(long) - Method in class com.jdbaccess.transfer.Field
Sets the length for this field
setMaxPrecision(int) - Method in class com.jdbaccess.transfer.Field
Sets the maximum precision for this field
setMaxScale(int) - Method in class com.jdbaccess.transfer.Field
Sets the maximum scale for this field
setMaxValue(Object) - Method in class com.jdbaccess.transfer.Field
Sets the maximum value for this field
setMinValue(Object) - Method in class com.jdbaccess.transfer.Field
Sets the minimum value for this field
setModuleName(String) - Method in interface com.jdbaccess.da.Call
Set the package name of the function or procedure.
setName(String) - Method in interface com.jdbaccess.da.DataAccess
Set the name of the data access
setName(String) - Method in class com.jdbaccess.transfer.Field
Sets the name of this field
setObjectType(String) - Method in interface com.jdbaccess.da.DataAccess
Set the object type of the data access.
setOrderBy(ArrayList) - Method in interface com.jdbaccess.da.Select
Set the order by fields.
setOutputParamType(String) - Method in interface com.jdbaccess.da.Function
Set the output parameter type of the function (e.g.
setOutputParamTypes(ArrayList) - Method in interface com.jdbaccess.da.Procedure
Set the output parameter types of the procedure.
setPackageName(String) - Method in interface com.jdbaccess.da.DataAccess
Set the package name of the data access for structuring the data access objects
setPageSize(int) - Method in interface com.jdbaccess.da.CallResult
Set the page size of the result.
setPageSize(int) - Method in interface com.jdbaccess.da.Result
Set the page size of the result.
setParameters(ArrayList) - Method in interface com.jdbaccess.da.DataAccess
Set parameters to the data access object.
setPosition(long) - Method in interface com.jdbaccess.da.Result
Set the actual position of the result
setPosition(int) - Method in class com.jdbaccess.transfer.Field
Sets the position of this field in result (e.g. for table column ordering) beginning at 1
setProcedureName(String) - Method in interface com.jdbaccess.da.Procedure
Set the name of the procedure.
setReadLobsFull(boolean) - Method in interface com.jdbaccess.da.Call
if true, all lob fields are read completely from database, else lob fields are read only to a default size because of performance reasons
setReadLobsFull(boolean) - Method in interface com.jdbaccess.da.CallResult
if true, all lob fields are read completely from the database tables, else lob fields are read only to a default size because of performance reasons
setReadLobsFull(boolean) - Method in interface com.jdbaccess.da.Result
if true, all lob fields are read completely from the database tables, else lob fields are read only to a default size because of performance reasons
setReadOnly(boolean) - Method in class com.jdbaccess.transfer.Field
Sets the read only flag of this field
setRequired(boolean) - Method in class com.jdbaccess.transfer.Field
Sets the required flag of this field
setResultFieldType(String, Class) - Method in interface com.jdbaccess.da.Select
If you do not want to get the default class type for a field in your select result, you can set a field to a specific class type.
setResultType(Class) - Method in interface com.jdbaccess.da.Select
Set the result of the select to a specific class which means that all elements which are returned in that result are of this type.
setSequenceName(String) - Method in class com.jdbaccess.transfer.TransferObject
Sets the sequence name of this transfer object.
setSql(String) - Method in interface com.jdbaccess.da.DataAccess
Set the sql string of the data access
setSqlCount(String) - Method in interface com.jdbaccess.da.Select
Too gain further performance for method getSize() you can define countSelects on your select.
setSQLType(Integer) - Method in class com.jdbaccess.transfer.Field
Sets the sql type of this field
setTO(TransferObject) - Method in interface com.jdbaccess.da.Delete
Set the transfer object to this delete object
setTO(TransferObject) - Method in interface com.jdbaccess.da.Insert
Set one transfer object which should be inserted.
setTO(TransferObject) - Method in interface com.jdbaccess.da.Update
Set one transfer object to the update object
setTOs(ArrayList) - Method in interface com.jdbaccess.da.Insert
Set the transfer objects which should be inserted.
setType(Class) - Method in class com.jdbaccess.transfer.Field
Sets the type of this field
setValue(String, Object) - Method in class com.jdbaccess.transfer.Row
Sets the value of the field with that fieldName (not modified)
setValue(String, Object) - Method in class com.jdbaccess.transfer.TransferObject
Sets the value of the field with that field name.
setValueModified(String, Object) - Method in class com.jdbaccess.transfer.Row
Sets the value of the field with that fieldName modified
setValueModified(String, Object) - Method in class com.jdbaccess.transfer.TransferObject
Sets the value of the field with that field name.
setWhereCondition(LogicalCondition) - Method in class com.jdbaccess.transfer.TransferObject
Sets the where condition

JDBaccess API 1.0
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.