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 IdentifierField
Returns 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 boolean
ADQLTable.isCaseSensitive
(IdentifierField field) Indicates whether the specified field (catalog, schema or table) is case sensitive or not.protected String
ADQLTable.normalizeName
(String name, IdentifierField field) Lets normalizing any catalog/schema/table name or alias.final void
ADQLTable.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 boolean
ADQLColumn.isCaseSensitive
(IdentifierField field) Indicates whether the specified field (catalog, schema, table or column) is case sensitive or not.protected String
ADQLColumn.normalizeName
(String name, IdentifierField field) Lets normalizing any catalog/schema/table name or alias.final void
ADQLColumn.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 StringBuffer
JDBCTranslator.appendIdentifier
(StringBuffer str, String id, IdentifierField field) Appends the given identifier in the given StringBuffer.abstract boolean
JDBCTranslator.isCaseSensitive
(IdentifierField field) Tell whether the specified identifier MUST be translated so that being interpreted case sensitively or not.boolean
MySQLTranslator.isCaseSensitive
(IdentifierField field) boolean
PostgreSQLTranslator.isCaseSensitive
(IdentifierField field) boolean
SQLServerTranslator.isCaseSensitive
(IdentifierField field)