MCPcopy Index your code
hub / github.com/jOOQ/jOOQ / VARCHAR

Method VARCHAR

jOOQ/src/main/java/org/jooq/impl/SQLDataType.java:176–178  ·  view source on GitHub ↗

The Types#VARCHAR type.

(int length)

Source from the content-addressed store, hash-verified

174 * The {@link Types#VARCHAR} type.
175 */
176 public static final DataType<String> VARCHAR(int length) {
177 return VARCHAR.length(length);
178 }
179
180 /**
181 * The {@link Types#CHAR} type.

Callers 15

HistoryClass · 0.95
IndexesClass · 0.95
ColumnsClass · 0.95
SynonymsClass · 0.95
SchemataClass · 0.95
ViewsClass · 0.95
DomainsClass · 0.95
SequencesClass · 0.95
TablesClass · 0.95
ColumnsClass · 0.95
CheckConstraintsClass · 0.95
SystemTablesClass · 0.95

Calls 1

lengthMethod · 0.65

Tested by

no test coverage detected