Uses of Class
ca.uhn.fhir.jpa.migrate.util.SqlUtil.CreateTablePrimaryKey
Packages that use SqlUtil.CreateTablePrimaryKey
-
Uses of SqlUtil.CreateTablePrimaryKey in ca.uhn.fhir.jpa.migrate.util
Methods in ca.uhn.fhir.jpa.migrate.util that return types with arguments of type SqlUtil.CreateTablePrimaryKeyModifier and TypeMethodDescriptionSqlUtil.parseCreateTableStatementPrimaryKey(String theStatement) Accepts a SQL statement and parses it as a SQLCREATE TABLEstatement, returning details about the table name and primary key.