- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- createInList(String, boolean, Object) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- createNotInList(String, boolean, Object) - Method in interface org.eclipse.scout.rt.server.jdbc.style.ISqlStyle
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- CsvSqlAdapter - Class in org.eclipse.scout.rt.server.jdbc.csv
-
- CsvSqlAdapter(ISqlService) - Constructor for class org.eclipse.scout.rt.server.jdbc.csv.CsvSqlAdapter
-