public class SelectableSchema extends Object
Modifier and Type | Field and Description |
---|---|
String |
catalogName |
static String |
copyright |
String |
schemaName |
boolean |
selected |
Constructor and Description |
---|
SelectableSchema(String catalogName,
String schemaName,
boolean selected) |
public static final String copyright
public final String catalogName
public final String schemaName
public boolean selected