Class With
- java.lang.Object
-
- com.ibm.fhir.database.utils.model.With
-
public class With extends Object
WITH to set metadata on the table: WITH (fillfactor=70)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
buildWithComponent()
builds the sql component 'WITH'String
getName()
String
getValue()
void
setName(String name)
void
setValue(String value)
static With
with(String key, String value)
creates a with statement
-