Searched refs:CREATETYPEQUERYSTR (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DGenericTableHandler.java103 CREATETYPEQUERYSTR, enum constant in enum:GenericTableHandler.QueryDefinition
187 result.put(QueryDefinition.CREATETYPEQUERYSTR, "INSERT INTO " + typeTable + " (objecttype) VALUES (?)");
466 PreparedStatement createTypeStatement = getPreparedStatement(connection, QueryDefinition.CREATETYPEQUERYSTR);

Completed in 24 milliseconds