Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
S
saveAsFile(Document, String)
- Static method in class org.apache.empire.xml.
XMLWriter
Prints out the DOM-Tree.
select(DBColumnExpr)
- Method in class org.apache.empire.db.
DBCommand
Adds a DBColumnExpr object to the Vector: 'select'.
select(DBColumnExpr, DBColumnExpr)
- Method in class org.apache.empire.db.
DBCommand
This helper function adds two DBColumnExpr objects to the Vector: 'select'
select(DBColumnExpr, DBColumnExpr, DBColumnExpr)
- Method in class org.apache.empire.db.
DBCommand
This helper function adds three DBColumnExpr objects to the Vector: 'select'.
select(DBColumnExpr, DBColumnExpr, DBColumnExpr, DBColumnExpr)
- Method in class org.apache.empire.db.
DBCommand
This helper function adds four DBColumnExpr objects to the Vector: 'select'.
select(DBColumnExpr, DBColumnExpr, DBColumnExpr, DBColumnExpr, DBColumnExpr)
- Method in class org.apache.empire.db.
DBCommand
This helper function adds five DBColumnExpr objects to the Vector: 'select'.
select(DBColumnExpr[])
- Method in class org.apache.empire.db.
DBCommand
This helper function adds an array of DBColumnExpr objects to list of select-columns.
select(Collection<DBColumnExpr>)
- Method in class org.apache.empire.db.
DBCommand
Adds a list of column expression to the select clause
select(List<DBColumn>)
- Method in class org.apache.empire.db.
DBCommand
Adds a list of column expression to the select clause
selectDistinct()
- Method in class org.apache.empire.db.
DBCommand
Sets whether or not the select statement should contain the distinct directive .
set(String, Object)
- Method in class org.apache.empire.commons.
Attributes
set(Object, String, Options.InsertPos)
- Method in class org.apache.empire.commons.
Options
set(Object, String)
- Method in class org.apache.empire.commons.
Options
set(DBSetExpr)
- Method in class org.apache.empire.db.
DBCommand
Inserts DBSetExpr objects to the Vector 'set'.
set(DBXmlDictionary)
- Static method in class org.apache.empire.db.
DBXmlDictionary
setAttribute(String, Object)
- Method in class org.apache.empire.db.
DBColumnExpr
Sets the value of a column attribute.
setBeanPropertyName(String)
- Method in class org.apache.empire.db.
DBColumnExpr
Sets the Java bean property name for this column.
setBeanValues(Object, Collection<Column>)
- Method in interface org.apache.empire.data.
Record
sets all record values from a particular bean.
setBeanValues(Object)
- Method in interface org.apache.empire.data.
Record
sets all record values from a particular bean.
setBeanValues(Object, Collection<Column>)
- Method in class org.apache.empire.db.
DBRecord
Sets record values from the suppied java bean.
setBeanValues(Object)
- Method in class org.apache.empire.db.
DBRecord
Sets record values from the suppied java bean.
setBooleanType(DBDatabaseDriverOracle.BooleanType)
- Method in class org.apache.empire.db.oracle.
DBDatabaseDriverOracle
setCascadeDelete(boolean)
- Method in class org.apache.empire.db.
DBTable
Sets true if delete records will.
setCmdParam(int, Object)
- Method in class org.apache.empire.db.
DBCommand
Sets a object to in the list of Parameters.
setComment(String)
- Method in class org.apache.empire.db.
DBColumn
Sets a comment describing the current column.
setComment(String)
- Method in class org.apache.empire.db.
DBRowSet
setControlType(String)
- Method in class org.apache.empire.db.
DBColumnExpr
Sets the title attribute.
setDatabaseName(String)
- Method in class org.apache.empire.db.mysql.
DBDatabaseDriverMySQL
Sets the name for the database / schema
This names is required for creating a database.
setDatabaseName(String)
- Method in class org.apache.empire.db.sqlserver.
DBDatabaseDriverMSSQL
setDate(Date, int, int, int)
- Static method in class org.apache.empire.commons.
DateUtils
setDDLColumnDefaults(boolean)
- Method in class org.apache.empire.db.
DBDatabaseDriver
Set true if column default values should be included in DDL Statements
setDefaultEncoding(String)
- Static method in class org.apache.empire.db.
DBBlobData
Sets the defaultEncoding used in a constructor.
setDefaultValue(Object)
- Method in class org.apache.empire.db.
DBTableColumn
Sets the default column value.
setElementText(Node, Object)
- Static method in class org.apache.empire.xml.
XMLUtil
Sets the text value of an Element. if current text of the element is replaced with the new text if text is null any current text value is deleted.
setExceptionsEnabled(boolean)
- Static method in class org.apache.empire.commons.
ErrorObject
Use this to enable or disable Exceptions.
setLinkName(String)
- Method in class org.apache.empire.db.
DBDatabase
Sets the name of the database link used to identify objects.
setModified(DBColumn, boolean)
- Method in class org.apache.empire.db.
DBRecord
Sets the modified state of a column.
setObjectOwner(String)
- Method in class org.apache.empire.db.sqlserver.
DBDatabaseDriverMSSQL
setOptimizerHint(String)
- Method in class org.apache.empire.db.oracle.
DBCommandOracle
setOptions(Options)
- Method in class org.apache.empire.db.
DBColumnExpr
Sets the options for this column indicating all valid values.
setPrimaryKey(DBColumn[])
- Method in class org.apache.empire.db.
DBTable
Sets the primary keys.
setPrimaryKey(DBColumn)
- Method in class org.apache.empire.db.
DBTable
Sets the primary key to a single column.
setPrimaryKey(DBColumn, DBColumn)
- Method in class org.apache.empire.db.
DBTable
Adds two columns to the primary key list.
setPrimaryKey(DBColumn, DBColumn, DBColumn)
- Method in class org.apache.empire.db.
DBTable
Adds three columns to the primary key list.
setReadOnly(boolean)
- Method in class org.apache.empire.db.
DBTableColumn
Sets the read only attribute of the column.
setRequired(boolean)
- Method in class org.apache.empire.db.
DBTableColumn
Changes the requied property of the table column
Use for dynamic data model changes only.
setSchema(String)
- Method in class org.apache.empire.db.
DBDatabase
Sets the schema for SQL statements.
setSequenceTableName(String)
- Method in class org.apache.empire.db.mysql.
DBDatabaseDriverMySQL
Sets the name of the sequence table.
setSequenceTableName(String)
- Method in class org.apache.empire.db.sqlserver.
DBDatabaseDriverMSSQL
Sets the name of the sequence table.
setSize(double)
- Method in class org.apache.empire.db.
DBTableColumn
Changes the size of the table column
Use for dynamic data model changes only.
setText(String)
- Method in class org.apache.empire.commons.
OptionEntry
setTime(Date, int, int, int, int)
- Static method in class org.apache.empire.commons.
DateUtils
setTimestampColumn(DBColumn)
- Method in class org.apache.empire.db.
DBRowSet
setTitle(String)
- Method in class org.apache.empire.db.
DBColumnExpr
Sets the title attribute.
setUseSequenceTable(boolean)
- Method in class org.apache.empire.db.mysql.
DBDatabaseDriverMySQL
If set to true a special table is used for sequence number generation.
setValue(int, Object)
- Method in interface org.apache.empire.data.
Record
sets a record value based on the field index.
setValue(Column, Object)
- Method in interface org.apache.empire.data.
Record
sets a record value based on a column.
setValue(Object)
- Method in class org.apache.empire.db.
DBCommand.DBCmdParameter
setValue(int, Object)
- Method in class org.apache.empire.db.
DBRecord
Sets the value of the column in the record.
setValue(Column, Object)
- Method in class org.apache.empire.db.
DBRecord
Sets the value of the column in the record.
setValue(Object)
- Method in class org.apache.empire.db.expr.compare.
DBCompareColExpr
The value to compare the column expression with
setValue(Object)
- Method in class org.apache.empire.db.expr.set.
DBSetExpr
The value to which to set the column
setXmlWriterDebugPath(String)
- Static method in class org.apache.empire.xml.
XMLWriter
size()
- Method in class org.apache.empire.commons.
Options
skipRows(int)
- Method in class org.apache.empire.db.
DBReader
Moves the cursor down the given number of rows.
SQL_BOOLEAN_FALSE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_BOOLEAN_TRUE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_CONCAT_EXPR
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_CURRENT_DATE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_CURRENT_DATETIME
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_DATABASE_LINK
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_DATE_PATTERN
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_DATE_TEMPLATE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_DATETIME_PATTERN
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_DATETIME_TEMPLATE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_ABS
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_AVG
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_CEILING
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_COALESCE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_DAY
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_DECODE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_DECODE_ELSE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_DECODE_PART
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_DECODE_SEP
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_ESCAPE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_FLOOR
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_LENGTH
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_LOWER
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_LTRIM
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_MAX
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_MIN
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_MONTH
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_REPLACE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_REVERSE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_ROUND
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_RTRIM
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_STRINDEX
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_STRINDEXFROM
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_SUBSTRING
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_SUBSTRINGEX
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_SUM
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_TRIM
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_TRUNC
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_UPPER
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_FUNC_YEAR
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_NULL_VALUE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_PARAMETER
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_QUOTES_CLOSE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_QUOTES_OPEN
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_RENAME_COLUMN
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQL_RENAME_TABLE
- Static variable in class org.apache.empire.db.
DBDatabaseDriver
SQLException
- Static variable in class org.apache.empire.db.
DBErrors
STANDARD
- Static variable in class org.apache.empire.db.
DBIndex
startWith(DBCompareExpr)
- Method in class org.apache.empire.db.oracle.
DBCommandOracle
stringToArray(String, String)
- Static method in class org.apache.empire.commons.
StringUtils
Converts a string to an array of objects.
StringUtils
- Class in
org.apache.empire.commons
This class contains common functions for comparing and converting values of type String.
substring(DBExpr)
- Method in class org.apache.empire.db.
DBColumnExpr
Creates and returns a sql-expression for the substring(...) function.
substring(int)
- Method in class org.apache.empire.db.
DBColumnExpr
Overloaded.
substring(DBExpr, DBExpr)
- Method in class org.apache.empire.db.
DBColumnExpr
Creates and returns a sql-expression for the substring(...) function.
substring(DBExpr, int)
- Method in class org.apache.empire.db.
DBColumnExpr
Overloaded.
substring(int, DBExpr)
- Method in class org.apache.empire.db.
DBColumnExpr
Overloaded.
substring(int, int)
- Method in class org.apache.empire.db.
DBColumnExpr
Overloaded.
sum()
- Method in class org.apache.empire.db.
DBColumnExpr
Creates and returns an aggregation function object which calculates the sum for the current expression over a group of rows.
SYSDATE
- Static variable in class org.apache.empire.db.
DBDatabase
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y