Class With
- java.lang.Object
 - 
- org.linuxforhealth.fhir.database.utils.model.With
 
 
- 
public class With extends java.lang.ObjectWITH to set metadata on the table: WITH (fillfactor=70) 
- 
- 
Constructor Summary
Constructors Constructor Description With(java.lang.String name, java.lang.String value) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringbuildWithComponent()builds the sql component 'WITH'java.lang.StringgetName()java.lang.StringgetValue()voidsetName(java.lang.String name)voidsetValue(java.lang.String value)static Withwith(java.lang.String key, java.lang.String value)creates a with statement 
 - 
 
- 
- 
Field Detail
- 
EMPTY
public static final java.util.List<With> EMPTY
 
 - 
 
- 
Method Detail
- 
getValue
public java.lang.String getValue()
 
- 
setValue
public void setValue(java.lang.String value)
 
- 
getName
public java.lang.String getName()
 
- 
setName
public void setName(java.lang.String name)
 
- 
buildWithComponent
public java.lang.String buildWithComponent()
builds the sql component 'WITH'- Returns:
 
 
- 
with
public static With with(java.lang.String key, java.lang.String value)
creates a with statement- Parameters:
 key-value-
 
 - 
 
 -