Uses of Enum
adql.query.IdentifierField
Packages that use IdentifierField
-
Uses of IdentifierField in adql.query
Methods in adql.query that return IdentifierFieldModifier and TypeMethodDescriptionstatic IdentifierFieldReturns the enum constant of this type with the specified name.static IdentifierField[]IdentifierField.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IdentifierField in adql.query.from
Methods in adql.query.from with parameters of type IdentifierFieldModifier and TypeMethodDescriptionfinal booleanADQLTable.isCaseSensitive(IdentifierField field) Indicates whether the specified field (catalog, schema or table) is case sensitive or not.protected StringADQLTable.normalizeName(String name, IdentifierField field) Lets normalizing any catalog/schema/table name or alias.final voidADQLTable.setCaseSensitive(IdentifierField field, boolean sensitive) Sets the case sensitivity of the specified field (catalog, schema or table). -
Uses of IdentifierField in adql.query.operand
Methods in adql.query.operand with parameters of type IdentifierFieldModifier and TypeMethodDescriptionfinal booleanADQLColumn.isCaseSensitive(IdentifierField field) Indicates whether the specified field (catalog, schema, table or column) is case sensitive or not.protected StringADQLColumn.normalizeName(String name, IdentifierField field) Lets normalizing any catalog/schema/table name or alias.final voidADQLColumn.setCaseSensitive(IdentifierField field, boolean sensitive) Sets the case sensitivity of the specified field (catalog, schema, table, column). -
Uses of IdentifierField in adql.translator
Methods in adql.translator with parameters of type IdentifierFieldModifier and TypeMethodDescriptionfinal StringBufferJDBCTranslator.appendIdentifier(StringBuffer str, String id, IdentifierField field) Appends the given identifier in the given StringBuffer.abstract booleanJDBCTranslator.isCaseSensitive(IdentifierField field) Tell whether the specified identifier MUST be translated so that being interpreted case sensitively or not.booleanMySQLTranslator.isCaseSensitive(IdentifierField field) booleanPostgreSQLTranslator.isCaseSensitive(IdentifierField field) booleanSQLServerTranslator.isCaseSensitive(IdentifierField field)