MCPcopy
hub / github.com/jOOQ/jOOQ / name

Method name

jOOQ/src/main/java/org/jooq/impl/DSL.java:13871–13875  ·  view source on GitHub ↗

Create a new SQL identifier using an unqualified name. Use this method to construct syntax-safe, SQL-injection-safe SQL identifiers for use in plain SQL where QueryPart objects are accepted. For instance, this can be used with any of these methods: #field(Name) <li

(@Stringly.Name String unqualifiedName)

Source from the content-addressed store, hash-verified

13869 * @return A {@link QueryPart} that will render the SQL identifier
13870 */
13871 @NotNull
13872 @Support
13873 public static Name name(@Stringly.Name String unqualifiedName) {
13874 return new UnqualifiedName(unqualifiedName);
13875 }
13876
13877 /**
13878 * Create a new SQL identifier using a qualified name.

Callers 15

visitStartMethod · 0.95
SchemaImplMethod · 0.95
onMethod · 0.95
alterDatabaseMethod · 0.95
alterDatabaseIfExistsMethod · 0.95
alterDomainMethod · 0.95
alterDomainIfExistsMethod · 0.95
alterIndexMethod · 0.95
alterIndexIfExistsMethod · 0.95
alterSchemaMethod · 0.95
alterSchemaIfExistsMethod · 0.95
alterSequenceMethod · 0.95

Calls 3

isEmptyMethod · 0.95
appendMethod · 0.95
toArrayMethod · 0.45

Tested by

no test coverage detected