| Package | Description | 
|---|---|
| net.sf.jailer.database | 
| Modifier and Type | Method and Description | 
|---|---|
static InlineViewStyle | 
InlineViewStyle.forSession(Session session)
Gets a style for a session. 
 | 
InlineViewStyle | 
Session.getInlineViewStyle()
Returns a suitable  
InlineViewStyle for this session. | 
static InlineViewStyle | 
InlineViewStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static InlineViewStyle[] | 
InlineViewStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
InlineViewBuilder(InlineViewStyle style,
                 Session session,
                 java.lang.String[] columnNames)
Creates an  
InlineViewBuilder with DEFAULT_NAME. | 
InlineViewBuilder(InlineViewStyle style,
                 java.lang.String name,
                 Session session,
                 java.lang.String[] columnNames)
Constructor. 
 |