Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractDB2SqlService - Class in org.eclipse.scout.rt.server.jdbc.db2
 
AbstractDB2SqlService() - Constructor for class org.eclipse.scout.rt.server.jdbc.db2.AbstractDB2SqlService
 
AbstractDerbySqlService - Class in org.eclipse.scout.rt.server.jdbc.derby
Cause Derby supports no sequences, we model this behavior with a table with only one column AND entry of type BIGINT (or other numeric type).
AbstractDerbySqlService() - Constructor for class org.eclipse.scout.rt.server.jdbc.derby.AbstractDerbySqlService
 
AbstractMsSqlSqlService - Class in org.eclipse.scout.rt.server.jdbc.mssql
 
AbstractMsSqlSqlService() - Constructor for class org.eclipse.scout.rt.server.jdbc.mssql.AbstractMsSqlSqlService
 
AbstractMySqlSqlService - Class in org.eclipse.scout.rt.server.jdbc.mysql
 
AbstractMySqlSqlService() - Constructor for class org.eclipse.scout.rt.server.jdbc.mysql.AbstractMySqlSqlService
 
AbstractOracleSqlService - Class in org.eclipse.scout.rt.server.jdbc.oracle
 
AbstractOracleSqlService() - Constructor for class org.eclipse.scout.rt.server.jdbc.oracle.AbstractOracleSqlService
 
AbstractPostgreSqlService - Class in org.eclipse.scout.rt.server.jdbc.postgresql
 
AbstractPostgreSqlService() - Constructor for class org.eclipse.scout.rt.server.jdbc.postgresql.AbstractPostgreSqlService
 
AbstractSqlLookupService<T> - Class in org.eclipse.scout.rt.server.jdbc.lookup
Sql SELECT statement for getting LookupRows.
AbstractSqlLookupService() - Constructor for class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
 
AbstractSqlService - Class in org.eclipse.scout.rt.server.jdbc
 
AbstractSqlService() - Constructor for class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
AbstractSqlService.PlatformListener - Class in org.eclipse.scout.rt.server.jdbc
IPlatformListener to shutdown this SQL service upon platform shutdown.
AbstractSqlStyle - Class in org.eclipse.scout.rt.server.jdbc.style
 
AbstractSqlStyle() - Constructor for class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
AbstractSqlStyle.DecimalConversion - Enum in org.eclipse.scout.rt.server.jdbc.style
 
AbstractSqlTransactionMember - Class in org.eclipse.scout.rt.server.jdbc
 
AbstractSqlTransactionMember(String) - Constructor for class org.eclipse.scout.rt.server.jdbc.AbstractSqlTransactionMember
 
accept(AbstractFormData) - Method in class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
Computes whether this BasicPartDefinition takes part in building the filter criterion.
adaptBindName(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
adaptBindNameTimeDateOp(String) - Method in class org.eclipse.scout.rt.server.jdbc.db2.DB2SqlStyle
 
adaptBindNameTimeDateOp(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
add(EntityContribution) - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
 
addAllNodeEntitiesFrom(Object, String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
Parse all entity definitions in the statement part and define a new (local) alias that is associate with the node.
addBind(String, Object) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
Convenience for FormDataStatementBuilder.getBindMap().put(name,value)
addBinds(String[], Object[]) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
Convenience for FormDataStatementBuilder.getBindMap().put(name,value)
addBodyLine(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
addFormDataStatementBuilderInjection(IFormDataStatementBuilderInjection) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
addFromExpression(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
Adds the given expression to the list of from parts.
addGroupByExpression(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
Adds the given expression to the list of group by parts.
addHavingConstraint(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
Adds the given constraint to the list of having parts.
addImportLine(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
addMissingNodeEntitiesFrom(Object, String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
 
addMissingRootEntitiesFrom(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
Parse all entity definitions in the statement part and define in the root map if there is not yet a definition for it.
addSelectExpression(String, boolean) - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
Adds the given expression to the list of select parts.
addWhere(String, NVPair...) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
add sql part with custom binds the ADD keyword is NOT added (pre-pended) automatically
addWhereConstraint(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
Adds the given constraint to the list of where parts.
AliasMapper - Class in org.eclipse.scout.rt.server.jdbc.builder
Alias management for form data statement builder
AliasMapper() - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
 
appendTreeSubContribution(EntityContribution, EntityContribution, FormDataStatementBuilder.EntityStrategy) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
attributeToName(AttributePath) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
autoCompleteEntityPartTags(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
autoCompleteTags(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.DataModelEntityPartDefinition
 

B

BasicPartDefinition - Class in org.eclipse.scout.rt.server.jdbc.builder
Definition of a properties-to-sql, fields-to-sql mapping for AbstractPropertyDatas and AbstractFormFieldDatas
BasicPartDefinition(Class<?>, String, int) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
 
BasicPartDefinition(ClassIdentifier, String, int) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
 
BasicPartDefinition(Class<?>, String) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
BasicPartDefinition(Class<?>[], String) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
BasicPartDefinition(Class<?>, String, int, boolean) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
BasicPartDefinition(ClassIdentifier, String, int, boolean) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
BasicPartDefinition(Class<?>[], String, int) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
BasicPartDefinition(Class<?>[], String, int, boolean) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
BasicPartDefinition(ClassIdentifier[], String, int, boolean) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
BindModel - Class in org.eclipse.scout.rt.server.jdbc.parsers
 
BindModel(IToken[]) - Constructor for class org.eclipse.scout.rt.server.jdbc.parsers.BindModel
 
BindParser - Class in org.eclipse.scout.rt.server.jdbc.parsers
Parser for bind variables in arbitrary sql staments The bind is (possibly) parsed together with its left operator (for better =ANY vs.
BindParser(String) - Constructor for class org.eclipse.scout.rt.server.jdbc.parsers.BindParser
 
build(AbstractFormData) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
buildBindFor(Object, Class) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
buildBindFor(Object, Class) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
buildComposerAttributeNode(ComposerAttributeNodeData, FormDataStatementBuilder.AttributeStrategy) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
buildComposerEntityEitherOrSplit(FormDataStatementBuilder.EntityStrategy, String, boolean, List<TreeNodeData>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
buildComposerEntityNodeContribution(ComposerEntityNodeData, FormDataStatementBuilder.EntityStrategy) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
buildComposerEntityUnit(FormDataStatementBuilder.EntityStrategy, String, boolean, List<TreeNodeData>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
only used with strategy FormDataStatementBuilder.EntityStrategy.BuildConstraints and one-to-many entity relation
buildComposerEntityUnitContribution(ComposerEntityNodeData, FormDataStatementBuilder.EntityStrategy, String, List<TreeNodeData>, boolean) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
do not use or override this method, it is protected for unit test purposes
buildComposerEntityZeroTraversingSplit(FormDataStatementBuilder.EntityStrategy, String, boolean, List<TreeNodeData>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
only used with strategy FormDataStatementBuilder.EntityStrategy.BuildConstraints and one-to-many entity relation
buildComposerOrNodes(List<ComposerEitherOrNodeData>, FormDataStatementBuilder.EntityStrategy, FormDataStatementBuilder.AttributeStrategy) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
do not use or override this method, it is protected for unit test purposes
builder - Variable in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
buildTreeNodes(List<TreeNodeData>, FormDataStatementBuilder.EntityStrategy, FormDataStatementBuilder.AttributeStrategy) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 

C

callbackAfterConnectionCreated(Connection) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
callbackCustomBindFunction(String, String[], Object[]) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
callbackTestConnection(Connection) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
callStoredProcedure(String, Object...) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
callStoredProcedure(String, Object...) - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
call a stored procedure
callStoredProcedure(String, Object...) - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
cancel() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlTransactionMember
 
check() - Method in class org.eclipse.scout.rt.server.jdbc.builder.DataModelAttributePartDefinition
Override to do customized checks on select and where clause or to deactivate default checks.
check() - Method in class org.eclipse.scout.rt.server.jdbc.builder.DataModelEntityPartDefinition
Override to do customized checks on select and where clause or to deactivate default checks.
check(Object) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
check(Object) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
Check for all parts a statement mapping was defined
checkDataModelAttribute(AttributePath) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
checkDataModelEntity(EntityPath) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
checkGroupByPart(String) - Static method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtility
Check if a group by part is valid, i.e.
checkGroupByPart(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
Check if a group by part is valid, i.e.
checkRec(EntityPath, Object) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
checkValueField(AbstractValueFieldData<?>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
cleanEntityName(String) - Static method in class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
cleans an entity name @PERSON@ => PERSON @person@ => PERSON @parent.PERSON@ => PERSON Person => PERSON
closeConnectionAsync(Connection, String) - Method in class org.eclipse.scout.rt.server.jdbc.internal.pool.SqlConnectionPool
 
commit() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
commit() - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
Normally a commit is not necessary since all SQL is running inside the service request xa transaction.
commit() - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
commit() - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
commit() - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
 
constraintTextToContribution(String) - Static method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtility
 
containsRefusingAllTag(String) - Static method in class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
 
contributionToConstraintText(EntityContribution) - Static method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtility
Creates a where constraints based on the EntityContribution.
convertDecimalType(BigDecimal) - Method in enum org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle.DecimalConversion
 
create(String) - Static method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
createAttributePart(FormDataStatementBuilder.AttributeStrategy, Integer, String, int, List<String>, List<Object>, boolean, Map<String, String>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
adding an attribute as an entity contribution
createAttributePartSimple(FormDataStatementBuilder.AttributeStrategy, Integer, String, int, List<String>, List<Object>, boolean, Map<String, String>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
adding an attribute as an entity contribution
createBetween(String, String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createBetween(String, String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.BUDGET between :bindName1 and :bindName2
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createBindFor(Object, Class) - Method in class org.eclipse.scout.rt.server.jdbc.postgresql.PostgreSqlStyle
 
createBindFor(Object, Class) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
May be used by specific style if different behavior is required.
createCheckInstance() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
createConstraintsContribution(EntityContribution) - Static method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtility
Creates constraints based on the EntityContribution.
createContains(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
createContains(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createContains(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME like '*'||:bindName||'*'
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateBetween(String, String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateBetween(String, String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED between :bindName1 and :bindName2
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateEQ(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateEQ(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED= :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateGE(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
createDateGE(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateGE(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED >= :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateGT(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
createDateGT(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateGT(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED > :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateIsInDays(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsInDays(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsInDays(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsInDays :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateIsInGEDays(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsInGEDays(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsInGEDays(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsInGEDays :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateIsInGEMonths(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsInGEMonths(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsInGEMonths(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsInGEMonths :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateIsInGEWeeks(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsInGEWeeks(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsInGEWeeks(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsInGEWeeks :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX )
createDateIsInLastDays(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsInLastDays(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsInLastDays(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsInLastDays :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateIsInLastMonths(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsInLastMonths(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsInLastMonths(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsInLastMonths :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateIsInLEDays(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsInLEDays(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsInLEDays(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsInLEDays :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateIsInLEMonths(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsInLEMonths(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsInLEMonths(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsInLEMonths :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateIsInLEWeeks(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsInLEWeeks(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsInLEWeeks(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsInLEWeeks :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX )
createDateIsInMonths(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsInMonths(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsInMonths(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsInMonths :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateIsInNextDays(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsInNextDays(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsInNextDays(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsInNextDays :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateIsInNextMonths(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsInNextMonths(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsInNextMonths(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsInNextMonths :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateIsInWeeks(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsInWeeks(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsInWeeks(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsInWeeks :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateIsNotToday(String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsNotToday(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsNotToday(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsNotToday
createDateIsToday(String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateIsToday(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateIsToday(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateIsToday
createDateLE(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
createDateLE(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateLE(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED <= :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateLT(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
createDateLT(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateLT(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED < :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateNEQ(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateNEQ(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED<> :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateTimeBetween(String, String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateTimeBetween(String, String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED between :bindName1 and :bindName2
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateTimeEQ(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateTimeEQ(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED = :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateTimeGE(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateTimeGE(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED >= :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateTimeGT(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateTimeGT(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED > :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateTimeIsInGEHours(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateTimeIsInGEHours(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateTimeIsInGEHours(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateTimeIsInGEHours :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateTimeIsInGEMinutes(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateTimeIsInGEMinutes(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateTimeIsInGEMinutes(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateTimeIsInGEMinutes :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateTimeIsInLEHours(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateTimeIsInLEHours(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateTimeIsInLEHours(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateTimeIsInLEHours :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateTimeIsInLEMinutes(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateTimeIsInLEMinutes(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateTimeIsInLEMinutes(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateTimeIsInLEMinutes :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateTimeIsNotNow(String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateTimeIsNotNow(String) - Method in class org.eclipse.scout.rt.server.jdbc.mssql.MSSQLSqlStyle
 
createDateTimeIsNotNow(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateTimeIsNotNow(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateTimeIsNotNow
createDateTimeIsNow(String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createDateTimeIsNow(String) - Method in class org.eclipse.scout.rt.server.jdbc.mssql.MSSQLSqlStyle
 
createDateTimeIsNow(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateTimeIsNow(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME dateTimeIsNow
createDateTimeLE(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateTimeLE(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED <= :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateTimeLT(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateTimeLT(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED < :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createDateTimeNEQ(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createDateTimeNEQ(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED <> :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createEndsWith(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
createEndsWith(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createEndsWith(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME like '*'||:bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createEntityPart(FormDataStatementBuilder.EntityStrategy, String, EntityContribution, boolean) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
Evaluates the collecting tags in the entity statement and fills in the values of the EntityContribution.
createEntityPart(String, boolean, EntityContribution) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
createEQ(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createEQ(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME = :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createGE(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createGE(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME >= :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createGT(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createGT(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME > :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createIn(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createIn(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME in :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX )
createInList(String, Object) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createInList(String, boolean, Object) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createInList(String, Object) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME in (o1,o2,...)
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createInList(String, boolean, Object) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME in (o1,o2,...)
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createInstance(FormDataStatementBuilder, AbstractFormData, Map<String, String>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
Override this method to intercept and change part instance properties such as values, operation type, etc.
Sometimes it is convenient to set the operation to DataModelConstants.OPERATOR_NONE which uses the attribute itself as the complete statement part.
createInstance(FormDataStatementBuilder, ComposerAttributeNodeData, FormDataStatementBuilder.AttributeStrategy, String, List<String>, List<Object>, Map<String, String>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.DataModelAttributePartDefinition
Override this method to intercept and change part instance properties such as values, operation type, etc.
Sometimes it is convenient to set the operation to DataModelConstants.OPERATOR_NONE which uses the attribute itself as the complete statement part.
createInstance(FormDataStatementBuilder, ComposerEntityNodeData, FormDataStatementBuilder.EntityStrategy, String, Map<String, String>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.DataModelEntityPartDefinition
Override this method to intercept and change the sql fragment that is created by this entity.
Sometimes it is convenient to have dynamic joins depending on what attributes are contained within the ComposerEntityNodeData.getContainingAttributeNodes().
createInstanceImpl(FormDataStatementBuilder, List<Object>, List<String>, List<Object>, Map<String, String>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
This method is called when BasicPartDefinition.createInstance(FormDataStatementBuilder, AbstractFormData, Map) is not overridden and can be used to only override the core of create instance.
createInstanceImpl(FormDataStatementBuilder, List<Object>, List<String>, List<Object>, Map<String, String>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.ExampleFullTextPartDefinition
 
createJdbcConnection(AbstractSqlService) - Method in class org.eclipse.scout.rt.server.jdbc.internal.pool.SqlConnectionBuilder
 
createJndiConnection(AbstractSqlService) - Method in class org.eclipse.scout.rt.server.jdbc.internal.pool.SqlConnectionBuilder
 
createLE(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createLE(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME <= :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createLike(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createLike(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME like :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createLT(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createLT(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME < :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createNEQ(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createNEQ(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME <> :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createNotContains(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
createNotContains(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createNotContains(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME not like '*'||:bindName||'*'
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createNotEndsWith(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
createNotEndsWith(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createNotEndsWith(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME not like '*'||:bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createNotIn(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createNotIn(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME not in :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createNotInList(String, Object) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createNotInList(String, boolean, Object) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createNotInList(String, Object) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME not in (o1,o2,...)
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createNotInList(String, boolean, Object) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME not in (o1,o2,...)
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createNotLike(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createNotLike(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME not like :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createNotNull(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createNotNull(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME not null
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createNotStartsWith(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
createNotStartsWith(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createNotStartsWith(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME not like :bindName||'*'
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createNull(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createNull(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME is null
createNumberNotNull(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createNumberNotNull(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
nvl(P.NAME,0)<>0
special case for 'number is null', if 0 and null are treated equally
createNumberNull(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createNumberNull(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
nvl(P.NAME,0) = 0
special case for 'number is null', if 0 and null are treated equally
createPlainText(String, Object...) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
createPlainText() - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
createPlainText(String, Object...) - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
Creates plaintext SQL from the given SQL part by plaining all binds
createPlainText() - Method in interface org.eclipse.scout.rt.server.jdbc.IStatementProcessor
 
createPlainText(String, Object...) - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
createSelectStatement(String, EntityContribution...) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
Creates a select statement by merging the given entity contributions with the given base statement.
createSqlDump(boolean, boolean) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
createSqlOpValuePart(Integer, String, int, List<String>, List<Object>, boolean) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
createSqlPart(String, List<String>, List<Object>, boolean, Map<String, String>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
Create sql text, makes bind names unique, and adds all binds to the bind map
createSqlPart(Integer, String, int, List<String>, List<Object>, boolean, Map<String, String>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
Create sql text, makes bind names unique, and adds all binds to the bind map
createStartsWith(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
createStartsWith(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createStartsWith(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME like :bindName||'*'
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createStatementProcessor(String, Object[], int) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
createTextNotNull(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createTextNotNull(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
nvl(P.NAME,'0')<>'0'
special case for 'text is null' when '0' and null are treated equally
createTextNull(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createTextNull(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
nvl(P.NAME,'0')=='0'
special case for 'text is null', if '0' and null are treated equally
createTimeIsInGEHours(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createTimeIsInGEHours(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createTimeIsInGEHours(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME timeIsInGEHours :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX )
createTimeIsInGEMinutes(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createTimeIsInGEMinutes(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createTimeIsInGEMinutes(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME timeIsInGEMinutes :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createTimeIsInHours(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createTimeIsInHours(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createTimeIsInHours(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME timeIsInHours :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createTimeIsInLEHours(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createTimeIsInLEHours(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createTimeIsInLEHours(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME timeIsInLEHours :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX )
createTimeIsInLEMinutes(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createTimeIsInLEMinutes(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createTimeIsInLEMinutes(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME timeIsInLEMinutes :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
createTimeIsInMinutes(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createTimeIsInMinutes(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createTimeIsInMinutes(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME timeIsInMinutes :bindName
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX )
createTimeIsNotNow(String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createTimeIsNotNow(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createTimeIsNotNow(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME timeIsNow
createTimeIsNow(String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
createTimeIsNow(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createTimeIsNow(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.NAME timeIsNow
createWhereConstraint(EntityContribution) - Static method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
createYearToDate(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
createYearToDate(String, String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
P.EVT_CREATED between :bindName1 and today in year
(or "&text" for non-binds, see also ISqlStyle.PLAIN_BIND_MARKER_PREFIX)
CsvSqlAdapter - Class in org.eclipse.scout.rt.server.jdbc.csv
 
CsvSqlAdapter(ISqlService) - Constructor for class org.eclipse.scout.rt.server.jdbc.csv.CsvSqlAdapter
 

D

DatabaseSpecificToken - Class in org.eclipse.scout.rt.server.jdbc.parsers.token
 
DatabaseSpecificToken(String, String) - Constructor for class org.eclipse.scout.rt.server.jdbc.parsers.token.DatabaseSpecificToken
 
DataModelAttributePartDefinition - Class in org.eclipse.scout.rt.server.jdbc.builder
Definition of a attribute-to-sql mapping for IDataModelAttribute
DataModelAttributePartDefinition(Class<? extends IDataModelAttribute>, String, boolean) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.DataModelAttributePartDefinition
DataModelAttributePartDefinition(Class<? extends IDataModelAttribute>, String, String, boolean) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.DataModelAttributePartDefinition
 
DataModelEntityPartDefinition - Class in org.eclipse.scout.rt.server.jdbc.builder
Definition of a entity-to-sql mapping for IDataModelEntity
DataModelEntityPartDefinition(Class<? extends IDataModelEntity>, String) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.DataModelEntityPartDefinition
DataModelEntityPartDefinition(Class<? extends IDataModelEntity>, String, String) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.DataModelEntityPartDefinition
 
DB2OracleModeSqlStyle - Class in org.eclipse.scout.rt.server.jdbc.db2
 
DB2OracleModeSqlStyle() - Constructor for class org.eclipse.scout.rt.server.jdbc.db2.DB2OracleModeSqlStyle
 
DB2SqlStyle - Class in org.eclipse.scout.rt.server.jdbc.db2
 
DB2SqlStyle() - Constructor for class org.eclipse.scout.rt.server.jdbc.db2.DB2SqlStyle
 
decodeJdbcType(int) - Static method in class org.eclipse.scout.rt.server.jdbc.SqlBind
 
DEFAULT_MEMORY_PREFETCH_SIZE - Static variable in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
delete(String, Object...) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
delete(String, Object...) - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
delete rows
delete(String, Object...) - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
DerbySqlStyle - Class in org.eclipse.scout.rt.server.jdbc.derby
Note: This class is mostly untested.
DerbySqlStyle() - Constructor for class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlDirectJdbcConnectionProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcDriverNameProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcDriverUnloadProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcMappingNameProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcPoolConnectionBusyTimeoutProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcPoolConnectionLifetimeProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcPoolSizeProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcPropertiesProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcStatementCacheSizeProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJndiInitialContextFactoryProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJndiNameProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJndiProviderUrlProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJndiUrlPkgPrefixesProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlPasswordProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlTransactionMemberIdProperty
 
description() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlUsernameProperty
 
destroy() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
Method invoked once the platform is shutting down.
destroy() - Method in class org.eclipse.scout.rt.server.jdbc.internal.pool.SqlConnectionPool
Destroys this connection pool.
DESTROY_ORDER - Static variable in interface org.eclipse.scout.rt.server.jdbc.ISqlService
Indicates the order of the SQL service's IPlatformListener to destroy itself upon entering platform state IPlatform.State.PlatformStopping.
destroySqlConnectionPool() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
Destroys the current connection pool (created lazy upon releasing conneciton)
determineGenericsParameterClass() - Method in class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
 
dump() - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 

E

EntityContribution - Class in org.eclipse.scout.rt.server.jdbc.builder
Contribution of an attribute to its containing entity
EntityContribution() - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
 
EntityContribution(EntityContribution...) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
 
EntityContributionUtility - Class in org.eclipse.scout.rt.server.jdbc.builder
Utility for building statements with EntityContribution
entityToName(EntityPath) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
equals(Object) - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
 
ExampleFullTextPartDefinition - Class in org.eclipse.scout.rt.server.jdbc.builder
Example handler that demonstrates custom part building for a full-text search field based on a oracle database with full-text engine.
ExampleFullTextPartDefinition(Class, String) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.ExampleFullTextPartDefinition
 
execAfterConnectionCreated(Connection) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
execBeginTransaction() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
called just after the transaction has started
execCheckHealth() - Method in class org.eclipse.scout.rt.server.jdbc.JdbcHealthCecker
 
execCreateConnection() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
execCustomBindFunction(String, String[], Object[]) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
Custom functions that can be used in sql statements as binds or sql style independent functions
execEndTransaction(boolean) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
Called just before the transaction is being committed or rollbacked.
Do not call commit here, the flag is just meant as a hint.
execLoadLookupRows(String, String, ILookupCall<T>) - Method in class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
This method is called on server side to load lookup rows.
execReleaseConnection(Connection) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
execTestConnection(Connection) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
exportData(CsvSettings) - Method in class org.eclipse.scout.rt.server.jdbc.csv.CsvSqlAdapter
Export sql data into a file
exportDataFromTable(File, String, Locale, String, String, String, String, Object, String, List<String>, boolean, List<String>, boolean) - Method in class org.eclipse.scout.rt.server.jdbc.csv.CsvSqlAdapter
Export a table's data into a file
exportDataWithSql(File, String, Locale, String, String, String, NVPair[], List<String>, boolean, List<String>, boolean) - Method in class org.eclipse.scout.rt.server.jdbc.csv.CsvSqlAdapter
Export sql select data into a file

F

fieldToName(Object) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
filterSqlByAll(String) - Method in class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
Process xml tags.
Keep content of "all" tag.
Remove key,text,rec tags.
filterSqlByKey(String) - Method in class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
Process xml tags.
Keep content of "key" tag.
Remove text,all,rec tags.
filterSqlByRec(String) - Method in class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
Process xml tags.
Keep content of "rec" tag.
Remove key,text,all tags.
filterSqlByText(String) - Method in class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
Process xml tags.
Keep content of "text" tag.
Remove key,all,rec tags.
finished(Connection, PreparedStatement, ResultSet, int) - Method in interface org.eclipse.scout.rt.server.jdbc.ISelectStreamHandler
 
FormDataStatementBuilder - Class in org.eclipse.scout.rt.server.jdbc.builder
FormDataStatementBuilder(ISqlStyle) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
FormDataStatementBuilder.AttributeKind - Enum in org.eclipse.scout.rt.server.jdbc.builder
 
FormDataStatementBuilder.AttributeStrategy - Enum in org.eclipse.scout.rt.server.jdbc.builder
Strategy used in DataModelAttributePartDefinition#createInstance(FormDataStatementBuilder, ComposerAttributeNodeData, AttributeStrategy, String, List, List, Map)
FormDataStatementBuilder.EntityStrategy - Enum in org.eclipse.scout.rt.server.jdbc.builder
Strategy used in DataModelEntityPartDefinition#createInstance(FormDataStatementBuilder, ComposerEntityNodeData, EntityStrategy, String, Map)
FormDataStatementBuilderCheck - Class in org.eclipse.scout.rt.server.jdbc.builder
 
FormDataStatementBuilderCheck(FormDataStatementBuilder) - Constructor for class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
FunctionInputToken - Class in org.eclipse.scout.rt.server.jdbc.parsers.token
Prepared statement input bind can be a batch bind can be a plain bind
FunctionInputToken(String, String, String[], boolean, boolean) - Constructor for class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 

G

getAliasMapper() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
getAllTokens() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.BindModel
 
getArgs() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 
getAttributeKind(TreeNodeData) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
getAttributeType() - Method in class org.eclipse.scout.rt.server.jdbc.builder.DataModelAttributePartDefinition
 
getBasicPartDefinitions() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
getBindMap() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
getBody() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
getCallableStatement(Connection, String) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.PreparedStatementCache
 
getCallableStatement(Connection, String) - Method in interface org.eclipse.scout.rt.server.jdbc.IStatementCache
 
getCallerService() - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
getConcatOp() - Method in class org.eclipse.scout.rt.server.jdbc.db2.DB2SqlStyle
 
getConcatOp() - Method in class org.eclipse.scout.rt.server.jdbc.mssql.MSSQLSqlStyle
 
getConcatOp() - Method in class org.eclipse.scout.rt.server.jdbc.oracle.OracleSqlStyle
 
getConcatOp() - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
getConcatOp() - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
ansi: +
getConfiguredDecimalConversionStrategy() - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
Gets the strategy to convert a decimal / numeric DB type into a data type in Java.
getConfiguredDirectJdbcConnection() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredJdbcDriverName() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredJdbcDriverName() - Method in class org.eclipse.scout.rt.server.jdbc.db2.AbstractDB2SqlService
 
getConfiguredJdbcDriverName() - Method in class org.eclipse.scout.rt.server.jdbc.derby.AbstractDerbySqlService
 
getConfiguredJdbcDriverName() - Method in class org.eclipse.scout.rt.server.jdbc.mssql.AbstractMsSqlSqlService
 
getConfiguredJdbcDriverName() - Method in class org.eclipse.scout.rt.server.jdbc.mysql.AbstractMySqlSqlService
 
getConfiguredJdbcDriverName() - Method in class org.eclipse.scout.rt.server.jdbc.oracle.AbstractOracleSqlService
 
getConfiguredJdbcDriverName() - Method in class org.eclipse.scout.rt.server.jdbc.postgresql.AbstractPostgreSqlService
 
getConfiguredJdbcMappingName() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredJdbcMappingName() - Method in class org.eclipse.scout.rt.server.jdbc.db2.AbstractDB2SqlService
 
getConfiguredJdbcMappingName() - Method in class org.eclipse.scout.rt.server.jdbc.derby.AbstractDerbySqlService
 
getConfiguredJdbcMappingName() - Method in class org.eclipse.scout.rt.server.jdbc.mssql.AbstractMsSqlSqlService
 
getConfiguredJdbcMappingName() - Method in class org.eclipse.scout.rt.server.jdbc.mysql.AbstractMySqlSqlService
 
getConfiguredJdbcMappingName() - Method in class org.eclipse.scout.rt.server.jdbc.oracle.AbstractOracleSqlService
 
getConfiguredJdbcMappingName() - Method in class org.eclipse.scout.rt.server.jdbc.postgresql.AbstractPostgreSqlService
 
getConfiguredJdbcPoolConnectionBusyTimeout() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredJdbcPoolConnectionLifetime() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredJdbcPoolSize() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredJdbcProperties() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredJdbcStatementCacheSize() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredJndiInitialContextFactory() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredJndiName() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredJndiProviderUrl() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredJndiUrlPkgPrefixes() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredPassword() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredSequenceColumnName() - Method in class org.eclipse.scout.rt.server.jdbc.derby.AbstractDerbySqlService
 
getConfiguredSortColumn() - Method in class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
sort column 0-based.
getConfiguredSqlSelect() - Method in class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
Sql SELECT statement
getConfiguredSqlStyle() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredSqlStyle() - Method in class org.eclipse.scout.rt.server.jdbc.db2.AbstractDB2SqlService
 
getConfiguredSqlStyle() - Method in class org.eclipse.scout.rt.server.jdbc.derby.AbstractDerbySqlService
 
getConfiguredSqlStyle() - Method in class org.eclipse.scout.rt.server.jdbc.mssql.AbstractMsSqlSqlService
 
getConfiguredSqlStyle() - Method in class org.eclipse.scout.rt.server.jdbc.mysql.AbstractMySqlSqlService
 
getConfiguredSqlStyle() - Method in class org.eclipse.scout.rt.server.jdbc.oracle.AbstractOracleSqlService
 
getConfiguredSqlStyle() - Method in class org.eclipse.scout.rt.server.jdbc.postgresql.AbstractPostgreSqlService
 
getConfiguredTimeoutMillis() - Method in class org.eclipse.scout.rt.server.jdbc.JdbcHealthCecker
 
getConfiguredTransactionMemberId() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConfiguredUsername() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConnection() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getConnection() - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
 
getConnection() - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
getCurrentInputBindMap() - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
getDataByAll(ILookupCall<T>) - Method in class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
 
getDataByKey(ILookupCall<T>) - Method in class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
 
getDataByRec(ILookupCall<T>) - Method in class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
 
getDataByText(ILookupCall<T>) - Method in class org.eclipse.scout.rt.server.jdbc.lookup.AbstractSqlLookupService
 
getDataModel() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
getDataModelAttributePartDefinitions() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
getDataModelEntityPartDefinitions() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
getDefaultValue() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcDriverUnloadProperty
 
getDriverName() - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
Access to the driver name
getEntityType() - Method in class org.eclipse.scout.rt.server.jdbc.builder.DataModelEntityPartDefinition
 
getFilteredStatement() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.BindModel
 
getFilteredStatement() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.IntoModel
 
getFromParts() - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
 
getGroupByParts() - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
 
getHavingParts() - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
 
getImports() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
getInventory() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getInventory() - Method in class org.eclipse.scout.rt.server.jdbc.internal.pool.SqlConnectionPool
 
getIOTokens() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.BindModel
 
getJdbcDriverName() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getJdbcMappingName() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getJdbcPoolConnectionBusyTimeout() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getJdbcPoolConnectionLifetime() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getJdbcPoolSize() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getJdbcProperties() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getJdbcStatementCacheSize() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getJdbcType(Class) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
getJndiInitialContextFactory() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getJndiName() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getJndiProviderUrl() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getJndiUrlPkgPrefixes() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlDirectJdbcConnectionProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcDriverNameProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcDriverUnloadProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcMappingNameProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcPoolConnectionBusyTimeoutProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcPoolConnectionLifetimeProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcPoolSizeProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcPropertiesProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcStatementCacheSizeProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJndiInitialContextFactoryProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJndiNameProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJndiProviderUrlProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJndiUrlPkgPrefixesProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlPasswordProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlTransactionMemberIdProperty
 
getKey() - Method in class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlUsernameProperty
 
getLikeWildcard() - Method in class org.eclipse.scout.rt.server.jdbc.db2.DB2SqlStyle
 
getLikeWildcard() - Method in class org.eclipse.scout.rt.server.jdbc.mssql.MSSQLSqlStyle
 
getLikeWildcard() - Method in class org.eclipse.scout.rt.server.jdbc.oracle.OracleSqlStyle
 
getLikeWildcard() - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
getLikeWildcard() - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
ansi: *
getLowerToken() - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
getLowerToken() - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
expression for lower case text using the database specific keyword, LOWER on oracle
getMaxFetchMemorySize() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getMaxListSize() - Method in class org.eclipse.scout.rt.server.jdbc.db2.DB2SqlStyle
 
getMaxListSize() - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
getMaxListSize() - Method in class org.eclipse.scout.rt.server.jdbc.mssql.MSSQLSqlStyle
 
getMaxListSize() - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
getMaxListSize() - Method in class org.eclipse.scout.rt.server.jdbc.oracle.OracleSqlStyle
 
getMaxListSize() - Method in class org.eclipse.scout.rt.server.jdbc.postgresql.PostgreSqlStyle
 
getMaxListSize() - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
getName() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.DatabaseSpecificToken
 
getName() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 
getName() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
getName() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueOutputToken
 
getNextBindSeqNo() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
getNodeAlias(Object, String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
 
getNodeAliases(Object) - Method in class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
 
getNvlToken() - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
getNvlToken() - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
getNvlToken() - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
expression for null-value/default-value using the database specific keyword, NVL on oracle
getOperation() - Method in class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
 
getOutputTokens() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.IntoModel
 
getParentNodeOfType(TreeNodeData, Class<T>) - Static method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
getParsedAttribute() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
getParsedOp() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
getParsedToken() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.DatabaseSpecificToken
 
getParsedToken() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 
getParsedToken() - Method in interface org.eclipse.scout.rt.server.jdbc.parsers.token.IToken
 
getParsedToken() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.TextToken
 
getParsedToken() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
getParsedToken() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueOutputToken
 
getPassword() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getPreparedStatement(Connection, String) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.PreparedStatementCache
 
getPreparedStatement(Connection, String) - Method in interface org.eclipse.scout.rt.server.jdbc.IStatementCache
 
getPropertyValue(Class<? extends IConfigProperty<DATA_TYPE>>, DATA_TYPE) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getReplaceToken() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.DatabaseSpecificToken
 
getReplaceToken() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 
getReplaceToken() - Method in interface org.eclipse.scout.rt.server.jdbc.parsers.token.IToken
 
getReplaceToken() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.TextToken
 
getReplaceToken() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
getReplaceToken() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueOutputToken
 
getRootAlias(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
 
getRootAliases() - Method in class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
 
getSelectClause() - Method in class org.eclipse.scout.rt.server.jdbc.builder.DataModelAttributePartDefinition
 
getSelectClause() - Method in class org.eclipse.scout.rt.server.jdbc.builder.DataModelEntityPartDefinition
 
getSelectParts() - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
 
getSequenceNextval(String) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getSequenceNextval(String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.AbstractDerbySqlService
 
getSequenceNextval(String) - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
 
getSequenceNextval(String) - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
getSequenceNextvalStatement(String) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getSequenceNextvalStatement(String) - Method in class org.eclipse.scout.rt.server.jdbc.db2.AbstractDB2SqlService
 
getSequenceNextvalStatement(String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.AbstractDerbySqlService
 
getSequenceNextvalStatement(String) - Method in class org.eclipse.scout.rt.server.jdbc.postgresql.AbstractPostgreSqlService
 
getSequenceProvider() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
getSqlAttribute() - Method in class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
 
getSqlConnectionPool() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getSqlStyle() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getSqlStyle() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
getSqlStyle() - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
Provides ISqlStyle to write database independent SQL statements.
getSqlStyle() - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
getSqlType() - Method in class org.eclipse.scout.rt.server.jdbc.SqlBind
 
getStatementCache() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getSysdateToken() - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
getSysdateToken() - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
expression for the current date using the database specific keyword, SYSDATE on oracle
getTransaction() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getTransactionMemberId() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getTransactionMemberId() - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
 
getTrimToken() - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
getTrimToken() - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
expression for trimmed text using the database specific keyword, TRIM on oracle
getUpperToken() - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
getUpperToken() - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
expression for upper case text using the database specific keyword, UPPER on oracle
getUsername() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
getValue() - Method in class org.eclipse.scout.rt.server.jdbc.SqlBind
 
getValueTypeClassIdentifiers() - Method in class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
 
getWhereClause() - Method in class org.eclipse.scout.rt.server.jdbc.builder.DataModelAttributePartDefinition
 
getWhereClause() - Method in class org.eclipse.scout.rt.server.jdbc.builder.DataModelEntityPartDefinition
 
getWhereConstraints() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
getWhereParts() - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
 

H

handleRow(Connection, PreparedStatement, ResultSet, int, List<SqlBind>) - Method in interface org.eclipse.scout.rt.server.jdbc.ISelectStreamHandler
 
hashCode() - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
 
hasInjections() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 

I

IFormDataStatementBuilderInjection - Interface in org.eclipse.scout.rt.server.jdbc.builder
importData(CsvSettings) - Method in class org.eclipse.scout.rt.server.jdbc.csv.CsvSqlAdapter
 
importDataIntoTable(File, String, Locale, int, String, String, String, String, Object, String, List<String>, List<String>, boolean) - Method in class org.eclipse.scout.rt.server.jdbc.csv.CsvSqlAdapter
 
initialize(String, int, long, long) - Method in class org.eclipse.scout.rt.server.jdbc.internal.pool.SqlConnectionPool
 
injectPostBuildAttribute(ComposerAttributeNodeData, FormDataStatementBuilder.AttributeStrategy, EntityContribution) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
injectPostBuildEntity(ComposerEntityNodeData, FormDataStatementBuilder.EntityStrategy, EntityContribution) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
injectPreBuildEntity(ComposerEntityNodeData, FormDataStatementBuilder.EntityStrategy, EntityContribution) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
insert(String, Object...) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
insert(String, Object...) - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
insert rows
insert(String, Object...) - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
IntoModel - Class in org.eclipse.scout.rt.server.jdbc.parsers
 
IntoModel(String, ValueOutputToken[]) - Constructor for class org.eclipse.scout.rt.server.jdbc.parsers.IntoModel
 
IntoParser - Class in org.eclipse.scout.rt.server.jdbc.parsers
Parser for into variables in arbitrary sql text Syntax (EBNF):
IntoParser(String) - Constructor for class org.eclipse.scout.rt.server.jdbc.parsers.IntoParser
 
isAnsiJoin(String) - Static method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtility
 
isBatch() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
isBatch() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueOutputToken
 
isBindDuplicateCheckEnabled() - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
isBlobEnabled() - Method in class org.eclipse.scout.rt.server.jdbc.db2.DB2SqlStyle
 
isBlobEnabled() - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
isBlobEnabled() - Method in class org.eclipse.scout.rt.server.jdbc.mssql.MSSQLSqlStyle
 
isBlobEnabled() - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
isBlobEnabled() - Method in class org.eclipse.scout.rt.server.jdbc.oracle.OracleSqlStyle
 
isBlobEnabled() - Method in class org.eclipse.scout.rt.server.jdbc.postgresql.PostgreSqlStyle
 
isBlobEnabled() - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
flag signaling whether BLOB or LONG RAW should be used for byte[] binds
isClobEnabled() - Method in class org.eclipse.scout.rt.server.jdbc.db2.DB2SqlStyle
 
isClobEnabled() - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
isClobEnabled() - Method in class org.eclipse.scout.rt.server.jdbc.mssql.MSSQLSqlStyle
 
isClobEnabled() - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
isClobEnabled() - Method in class org.eclipse.scout.rt.server.jdbc.oracle.OracleSqlStyle
 
isClobEnabled() - Method in class org.eclipse.scout.rt.server.jdbc.postgresql.PostgreSqlStyle
 
isClobEnabled() - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
flag signaling whether CLOB or LONG VARCHAR should be used for char[] and large String binds
isConsumeChildContributions(EntityPath) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
isCreatingInListGeneratingBind(Object) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
isCreatingInListGeneratingBind(Object) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
Style can handle arrays as bind or as literal replacement.
isDestroyed() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
Returns whether this SQL service was destroyed, and cannot be used anymore.
isDestroyed() - Method in class org.eclipse.scout.rt.server.jdbc.internal.pool.SqlConnectionPool
Returns whether this SQL pool was destroyed, and cannot be used anymore.
isDirectJdbcConnection() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
ISelectStreamHandler - Interface in org.eclipse.scout.rt.server.jdbc
 
isEmpty() - Method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContribution
 
isInput() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.DatabaseSpecificToken
 
isInput() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 
isInput() - Method in interface org.eclipse.scout.rt.server.jdbc.parsers.token.IToken
 
isInput() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.TextToken
 
isInput() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
isInput() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueOutputToken
 
isLargeString(String) - Method in class org.eclipse.scout.rt.server.jdbc.db2.DB2SqlStyle
 
isLargeString(String) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
isLargeString(String) - Method in class org.eclipse.scout.rt.server.jdbc.mssql.MSSQLSqlStyle
 
isLargeString(String) - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
isLargeString(String) - Method in class org.eclipse.scout.rt.server.jdbc.oracle.OracleSqlStyle
 
isLargeString(String) - Method in class org.eclipse.scout.rt.server.jdbc.postgresql.PostgreSqlStyle
 
isLargeString(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
 
isOutput() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.DatabaseSpecificToken
 
isOutput() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 
isOutput() - Method in interface org.eclipse.scout.rt.server.jdbc.parsers.token.IToken
 
isOutput() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.TextToken
 
isOutput() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
isOutput() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueOutputToken
 
isPlainBind() - Method in class org.eclipse.scout.rt.server.jdbc.builder.BasicPartDefinition
 
isPlainBind() - Method in class org.eclipse.scout.rt.server.jdbc.builder.DataModelAttributePartDefinition
 
isPlainSql() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 
isPlainSql() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
isPlainToken() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 
isPlainValue() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 
isPlainValue() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
ISqlService - Interface in org.eclipse.scout.rt.server.jdbc
This interface is used for access to a database.
ISqlStyle - Interface in org.eclipse.scout.rt.server.jdbc.style
The interface provides database independent access to SQL building blocks.
isSelectInto() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueOutputToken
 
IStatementCache - Interface in org.eclipse.scout.rt.server.jdbc
 
IStatementProcessor - Interface in org.eclipse.scout.rt.server.jdbc
 
IStatementProcessorMonitor - Interface in org.eclipse.scout.rt.server.jdbc
 
isZeroTraversingAttribute(int, Object[]) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
do not use or override this method, it is protected for unit test purposes
IToken - Interface in org.eclipse.scout.rt.server.jdbc.parsers.token
 

J

JdbcHealthCecker - Class in org.eclipse.scout.rt.server.jdbc
Basic JDBC Health Check using ISqlStyle.testConnection(java.sql.Connection) to verify database connectivity.
JdbcHealthCecker() - Constructor for class org.eclipse.scout.rt.server.jdbc.JdbcHealthCecker
 

L

leaseConnection(AbstractSqlService) - Method in class org.eclipse.scout.rt.server.jdbc.internal.pool.SqlConnectionPool
 
localizeBindName(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
Replace bind name by unique bind name so that it is not conflicting with other parts that use the same statement part and bind name.
localizeStatement(String, String, String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
Replace bind name in statement
logServiceConfig() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 

M

MAX_LIST_SIZE - Static variable in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
Default maximal in-list size
MAX_SQL_STRING_LENGTH - Static variable in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
Maximal length of a plain text string.
mergeContributions(FormDataStatementBuilder.EntityStrategy, String, EntityContribution, boolean) - Static method in class org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtility
Evaluates the collecting tags in the entity statement and fills in the values of the EntityContribution.
MSSQLSqlStyle - Class in org.eclipse.scout.rt.server.jdbc.mssql
 
MSSQLSqlStyle() - Constructor for class org.eclipse.scout.rt.server.jdbc.mssql.MSSQLSqlStyle
 
MySqlSqlStyle - Class in org.eclipse.scout.rt.server.jdbc.mysql
 
MySqlSqlStyle() - Constructor for class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 

N

needsCommit() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlTransactionMember
 
nextAlias() - Method in class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
generates next unique alias name such as p1, p2, p3 etc.

O

onDuplicateBind(IToken) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
OracleSqlStyle - Class in org.eclipse.scout.rt.server.jdbc.oracle
 
OracleSqlStyle() - Constructor for class org.eclipse.scout.rt.server.jdbc.oracle.OracleSqlStyle
 
org.eclipse.scout.rt.server.jdbc - package org.eclipse.scout.rt.server.jdbc
 
org.eclipse.scout.rt.server.jdbc.builder - package org.eclipse.scout.rt.server.jdbc.builder
 
org.eclipse.scout.rt.server.jdbc.csv - package org.eclipse.scout.rt.server.jdbc.csv
 
org.eclipse.scout.rt.server.jdbc.db2 - package org.eclipse.scout.rt.server.jdbc.db2
 
org.eclipse.scout.rt.server.jdbc.derby - package org.eclipse.scout.rt.server.jdbc.derby
 
org.eclipse.scout.rt.server.jdbc.internal.exec - package org.eclipse.scout.rt.server.jdbc.internal.exec
 
org.eclipse.scout.rt.server.jdbc.internal.pool - package org.eclipse.scout.rt.server.jdbc.internal.pool
 
org.eclipse.scout.rt.server.jdbc.lookup - package org.eclipse.scout.rt.server.jdbc.lookup
 
org.eclipse.scout.rt.server.jdbc.mssql - package org.eclipse.scout.rt.server.jdbc.mssql
 
org.eclipse.scout.rt.server.jdbc.mysql - package org.eclipse.scout.rt.server.jdbc.mysql
 
org.eclipse.scout.rt.server.jdbc.oracle - package org.eclipse.scout.rt.server.jdbc.oracle
 
org.eclipse.scout.rt.server.jdbc.parsers - package org.eclipse.scout.rt.server.jdbc.parsers
 
org.eclipse.scout.rt.server.jdbc.parsers.sql - package org.eclipse.scout.rt.server.jdbc.parsers.sql
 
org.eclipse.scout.rt.server.jdbc.parsers.token - package org.eclipse.scout.rt.server.jdbc.parsers.token
 
org.eclipse.scout.rt.server.jdbc.postgresql - package org.eclipse.scout.rt.server.jdbc.postgresql
 
org.eclipse.scout.rt.server.jdbc.style - package org.eclipse.scout.rt.server.jdbc.style
 

P

parse() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.BindParser
 
parse() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.IntoParser
 
parse(String) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlParser
 
PLAIN_BIND_MARKER_PREFIX - Static variable in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
Can be used to escape plain text that must not be prefixed by :
E.g.
PlatformListener() - Constructor for class org.eclipse.scout.rt.server.jdbc.AbstractSqlService.PlatformListener
 
postBuildAttribute(ComposerAttributeNodeData, FormDataStatementBuilder.AttributeStrategy, EntityContribution) - Method in interface org.eclipse.scout.rt.server.jdbc.builder.IFormDataStatementBuilderInjection
postBuildEntity(ComposerEntityNodeData, FormDataStatementBuilder.EntityStrategy, EntityContribution) - Method in interface org.eclipse.scout.rt.server.jdbc.builder.IFormDataStatementBuilderInjection
postFetchData(Connection, PreparedStatement, ResultSet, List<Object[]>) - Method in interface org.eclipse.scout.rt.server.jdbc.IStatementProcessorMonitor
Called after data has been completely fetched and before operation is going to close affected resources.
PostgreSqlStyle - Class in org.eclipse.scout.rt.server.jdbc.postgresql
 
PostgreSqlStyle() - Constructor for class org.eclipse.scout.rt.server.jdbc.postgresql.PostgreSqlStyle
 
preBuildEntity(ComposerEntityNodeData, FormDataStatementBuilder.EntityStrategy, EntityContribution) - Method in interface org.eclipse.scout.rt.server.jdbc.builder.IFormDataStatementBuilderInjection
PreparedStatementCache - Class in org.eclipse.scout.rt.server.jdbc.internal.exec
 
PreparedStatementCache(int) - Constructor for class org.eclipse.scout.rt.server.jdbc.internal.exec.PreparedStatementCache
 
processDatabaseSpecificToken(DatabaseSpecificToken, ISqlStyle) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
processModification(Connection, IStatementCache, IStatementProcessorMonitor) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
processModification(Connection, IStatementCache, IStatementProcessorMonitor) - Method in interface org.eclipse.scout.rt.server.jdbc.IStatementProcessor
 
processResultRow(ResultSet) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
processResultRows(ResultSet, int) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
processSelect(Connection, IStatementCache, IStatementProcessorMonitor) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
processSelect(Connection, IStatementCache, IStatementProcessorMonitor) - Method in interface org.eclipse.scout.rt.server.jdbc.IStatementProcessor
 
processSelectInto(Connection, IStatementCache, IStatementProcessorMonitor) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
processSelectInto(Connection, IStatementCache, IStatementProcessorMonitor) - Method in interface org.eclipse.scout.rt.server.jdbc.IStatementProcessor
 
processSelectStreaming(Connection, IStatementCache, ISelectStreamHandler) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
processSelectStreaming(Connection, IStatementCache, ISelectStreamHandler) - Method in interface org.eclipse.scout.rt.server.jdbc.IStatementProcessor
 
processStoredProcedure(Connection, IStatementCache, IStatementProcessorMonitor) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
processStoredProcedure(Connection, IStatementCache, IStatementProcessorMonitor) - Method in interface org.eclipse.scout.rt.server.jdbc.IStatementProcessor
 

R

readBind(ResultSet, ResultSetMetaData, int, int) - Method in class org.eclipse.scout.rt.server.jdbc.postgresql.PostgreSqlStyle
 
readBind(ResultSet, ResultSetMetaData, int, int) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
readBind(ResultSet, ResultSetMetaData, int, int) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
read bind value from a ResultSet
registerActiveStatement(Statement) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlTransactionMember
Registers a statement in order to be canceled by ICancellable.cancel(boolean)
registerActiveStatement(Statement) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
registerOutput(CallableStatement, int, Class) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
registerOutput(CallableStatement, int, Class) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
apply out parameter to a stored procedure call in a CallableStatement
registerOutputs(CallableStatement) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
release() - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.PreparedStatementCache
 
releaseCallableStatement(CallableStatement) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.PreparedStatementCache
 
releaseCallableStatement(CallableStatement) - Method in interface org.eclipse.scout.rt.server.jdbc.IStatementCache
 
releaseConnection(Connection) - Method in class org.eclipse.scout.rt.server.jdbc.internal.pool.SqlConnectionPool
 
releasePreparedStatement(PreparedStatement) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.PreparedStatementCache
 
releasePreparedStatement(PreparedStatement) - Method in interface org.eclipse.scout.rt.server.jdbc.IStatementCache
 
removeFormDataStatementBuilderInjection(IFormDataStatementBuilderInjection) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
replaceMarkersByAliases(String, Map<String, String>, Map<String, String>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
Resolve and replace all entity definitions and references inthe statement part.
resolveImport(Class<?>) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
rollback() - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
When the service completes work with an exception, a xa rollback is done on ALL used service request resources
rollback() - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
Normally not necessary.
rollback() - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
rollback() - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
rollback() - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
 

S

select(String, Object...) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
select(String, Object...) - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
Selects a normal matrix of data.
select(String, Object...) - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
selectInto(String, Object...) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
selectInto(String, Object...) - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
The INTO binds are filled by the corresponding result column.
selectInto(String, Object...) - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
selectIntoLimited(String, int, Object...) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
selectIntoLimited(String, int, Object...) - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
The INTO binds are filled by the corresponding result column.
selectIntoLimited(String, int, Object...) - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
selectLimited(String, int, Object...) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
selectLimited(String, int, Object...) - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
Select a normal matrix of data and limit amount of returned rows.
selectLimited(String, int, Object...) - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
selectStreaming(String, ISelectStreamHandler, Object...) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
selectStreaming(String, ISelectStreamHandler, Object...) - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
The callback can handle each row individually and therefore stream data
selectStreamingLimited(String, ISelectStreamHandler, int, Object...) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
selectStreamingLimited(String, ISelectStreamHandler, int, Object...) - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
The callback can handle each row individually and therefore stream data
setBasicDefinition(Class<?>, String, int) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
Define the statement part for a sql part.
setBasicDefinition(ClassIdentifier, String, int) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
setBasicDefinition(Class<?>, String, int, boolean) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
setBasicDefinition(ClassIdentifier, String, int, boolean) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
setBasicDefinition(Class<?>[], String, int) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
setBasicDefinition(ClassIdentifier[], String, int) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
setBasicDefinition(BasicPartDefinition) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
setBatch(boolean) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
setBatch(boolean) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueOutputToken
 
setDataModel(IDataModel) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 
setDataModelAttributeDefinition(Class<? extends IDataModelAttribute>, String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
Data model attribute:
The sqlAttribute is something like LAST_NAME, STATUS or @[email protected]_NAME, @[email protected].
setDataModelAttributeDefinition(Class<? extends IDataModelAttribute>, String, boolean) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
setDataModelAttributeDefinition(Class<? extends IDataModelAttribute>, String, String, boolean) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
setDataModelAttributeDefinition(DataModelAttributePartDefinition) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
setDataModelEntityDefinition(Class<? extends IDataModelEntity>, String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
setDataModelEntityDefinition(Class<? extends IDataModelEntity>, String, String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
Data model entity:
The whereClause is something like
setDataModelEntityDefinition(DataModelEntityPartDefinition) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
setFinishingTransaction(boolean) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlTransactionMember
 
setNodeAlias(Object, String, String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
 
setParsedAttribute(String) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
setParsedOp(String) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
setPlainSql(boolean) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 
setPlainSql(boolean) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
setPlainToken(boolean) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 
setPlainValue(boolean) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 
setPlainValue(boolean) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
setReplaceToken(String) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.DatabaseSpecificToken
 
setReplaceToken(String) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.FunctionInputToken
 
setReplaceToken(String) - Method in interface org.eclipse.scout.rt.server.jdbc.parsers.token.IToken
 
setReplaceToken(String) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.TextToken
 
setReplaceToken(String) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
setReplaceToken(String) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueOutputToken
 
setRootAlias(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
 
setRootAlias(String, String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
setSequenceProvider(AtomicInteger) - Method in class org.eclipse.scout.rt.server.jdbc.builder.AliasMapper
use another sequence provider (counts 0,1,2...
setSequenceProvider(AtomicInteger) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
use another sequence provider (counts 0,1,2...
simulate() - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
simulate() - Method in interface org.eclipse.scout.rt.server.jdbc.IStatementProcessor
Simulate the execution of the statement and dump output to System.out
SQL - Class in org.eclipse.scout.rt.server.jdbc
This is a convenience class to use ISqlService.
SqlBind - Class in org.eclipse.scout.rt.server.jdbc
 
SqlBind(int, Object) - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlBind
 
SqlConfigProperties - Class in org.eclipse.scout.rt.server.jdbc
Config properties for org.eclipse.scout.rt.server.jdbc
SqlConfigProperties.SqlDirectJdbcConnectionProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlJdbcDriverNameProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlJdbcDriverUnloadProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlJdbcMappingNameProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlJdbcPoolConnectionBusyTimeoutProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlJdbcPoolConnectionLifetimeProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlJdbcPoolSizeProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlJdbcPropertiesProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlJdbcStatementCacheSizeProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlJndiInitialContextFactoryProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlJndiNameProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlJndiProviderUrlProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlJndiUrlPkgPrefixesProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlPasswordProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlTransactionMemberIdProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConfigProperties.SqlUsernameProperty - Class in org.eclipse.scout.rt.server.jdbc
 
SqlConnectionBuilder - Class in org.eclipse.scout.rt.server.jdbc.internal.pool
 
SqlConnectionBuilder() - Constructor for class org.eclipse.scout.rt.server.jdbc.internal.pool.SqlConnectionBuilder
 
SqlConnectionPool - Class in org.eclipse.scout.rt.server.jdbc.internal.pool
System-wide connection pool for pooling connections There is one pool for every ISqlService sub class type If possible, every scout Session is provided with always the same connection it had in the last request this class is thread-safe
SqlConnectionPool() - Constructor for class org.eclipse.scout.rt.server.jdbc.internal.pool.SqlConnectionPool
 
SqlDirectJdbcConnectionProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlDirectJdbcConnectionProperty
 
SqlFormatter - Class in org.eclipse.scout.rt.server.jdbc.parsers.sql
SqlFormatter() - Constructor for class org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatter
 
SqlJdbcDriverNameProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcDriverNameProperty
 
SqlJdbcDriverUnloadProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcDriverUnloadProperty
 
SqlJdbcMappingNameProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcMappingNameProperty
 
SqlJdbcPoolConnectionBusyTimeoutProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcPoolConnectionBusyTimeoutProperty
 
SqlJdbcPoolConnectionLifetimeProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcPoolConnectionLifetimeProperty
 
SqlJdbcPoolSizeProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcPoolSizeProperty
 
SqlJdbcPropertiesProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcPropertiesProperty
 
SqlJdbcStatementCacheSizeProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJdbcStatementCacheSizeProperty
 
SqlJndiInitialContextFactoryProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJndiInitialContextFactoryProperty
 
SqlJndiNameProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJndiNameProperty
 
SqlJndiProviderUrlProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJndiProviderUrlProperty
 
SqlJndiUrlPkgPrefixesProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlJndiUrlPkgPrefixesProperty
 
SqlParser - Class in org.eclipse.scout.rt.server.jdbc.parsers.sql
Parser for sql SELECT statements Syntax (EBNF):
SqlParser() - Constructor for class org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlParser
 
SqlPasswordProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlPasswordProperty
 
SqlTransactionMemberIdProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlTransactionMemberIdProperty
 
SqlUsernameProperty() - Constructor for class org.eclipse.scout.rt.server.jdbc.SqlConfigProperties.SqlUsernameProperty
 
stateChanged(PlatformEvent) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService.PlatformListener
 
StatementProcessor - Class in org.eclipse.scout.rt.server.jdbc.internal.exec
 
StatementProcessor(ISqlService, String, Object[]) - Constructor for class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
StatementProcessor(ISqlService, String, Object[], int) - Constructor for class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
StatementProcessor(ISqlService, String, Object[], int, int) - Constructor for class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
STATUS_CODE_INVALID_GROUP_BY_PART - Static variable in class org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtility
 
STATUS_CODE_INVALID_GROUP_BY_PART - Static variable in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder
 

T

testConnection(Connection) - Method in class org.eclipse.scout.rt.server.jdbc.db2.DB2OracleModeSqlStyle
 
testConnection(Connection) - Method in class org.eclipse.scout.rt.server.jdbc.db2.DB2SqlStyle
 
testConnection(Connection) - Method in class org.eclipse.scout.rt.server.jdbc.derby.DerbySqlStyle
 
testConnection(Connection) - Method in class org.eclipse.scout.rt.server.jdbc.mssql.MSSQLSqlStyle
 
testConnection(Connection) - Method in class org.eclipse.scout.rt.server.jdbc.mysql.MySqlSqlStyle
 
testConnection(Connection) - Method in class org.eclipse.scout.rt.server.jdbc.oracle.OracleSqlStyle
 
testConnection(Connection) - Method in class org.eclipse.scout.rt.server.jdbc.postgresql.PostgreSqlStyle
 
testConnection(Connection) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
test a connection before use
Note: this method is called before *every* sql connection pool transaction
Note: this method is not called when an rmi connection pool is used
TextToken - Class in org.eclipse.scout.rt.server.jdbc.parsers.token
 
TextToken(String) - Constructor for class org.eclipse.scout.rt.server.jdbc.parsers.token.TextToken
 
toAggregationAvg(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
toAggregationAvg(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
AVG(p.BUDGET)
toAggregationCount(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
toAggregationCount(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
COUNT(p.BUDGET)
toAggregationMax(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
toAggregationMax(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
MAX(p.BUDGET)
toAggregationMedian(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
toAggregationMedian(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
MEDIAN(p.BUDGET)
toAggregationMin(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
toAggregationMin(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
MIN(p.BUDGET)
toAggregationSum(String) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
toAggregationSum(String) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
SUM(p.BUDGET)
toArray(Object) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
toLikePattern(Object) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
toLikePattern(Object) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
convert * into %
toPlainText(Object) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
toPlainText(Object) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
 
toSqlColumn(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
toSqlPrimaryKey(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
toSqlTable(String) - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
toString() - Method in class org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderCheck
 
toString() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.TextToken
 
toString() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
toString() - Method in class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueOutputToken
 
toString() - Method in class org.eclipse.scout.rt.server.jdbc.SqlBind
 
TRANSACTION_MEMBER_ID - Static variable in class org.eclipse.scout.rt.server.jdbc.internal.exec.PreparedStatementCache
 

U

unregisterActiveStatement(Statement) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlTransactionMember
Removes a statement
unregisterActiveStatement(Statement) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
update(String, Object...) - Method in class org.eclipse.scout.rt.server.jdbc.AbstractSqlService
 
update(String, Object...) - Method in interface org.eclipse.scout.rt.server.jdbc.ISqlService
update rows
update(String, Object...) - Static method in class org.eclipse.scout.rt.server.jdbc.SQL
 
usedServiceType - Static variable in class org.eclipse.scout.rt.server.jdbc.SQL
 

V

ValueInputToken - Class in org.eclipse.scout.rt.server.jdbc.parsers.token
Prepared statement input bind can be a batch bind can be a plain bind
ValueInputToken(String, String, boolean, boolean) - Constructor for class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueInputToken
 
valueOf(String) - Static method in enum org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.AttributeKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.AttributeStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.EntityStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle.DecimalConversion
Returns the enum constant of this type with the specified name.
ValueOutputToken - Class in org.eclipse.scout.rt.server.jdbc.parsers.token
Select into result can be a batch
ValueOutputToken(String, String, boolean) - Constructor for class org.eclipse.scout.rt.server.jdbc.parsers.token.ValueOutputToken
 
values() - Static method in enum org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.AttributeKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.AttributeStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.EntityStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle.DecimalConversion
Returns an array containing the constants of this enum type, in the order they are declared.

W

wellform(String) - Static method in class org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatter
 
wellform(String, int) - Method in class org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatter
 
writeBind(PreparedStatement, int, SqlBind) - Method in class org.eclipse.scout.rt.server.jdbc.oracle.OracleSqlStyle
 
writeBind(PreparedStatement, int, SqlBind) - Method in class org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyle
 
writeBind(PreparedStatement, int, SqlBind) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
apply bind value to a PreparedStatement
writeBinds(PreparedStatement) - Method in class org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor
 
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2010–2020. All rights reserved.