public class TableSpecificParameter extends Parameter
| Constructor and Description |
|---|
TableSpecificParameter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isForTable(Table table,
boolean caseSensitive)
Determines whether this parameter is applicable to the given table.
|
void |
setTable(String tableName)
Specifies the name of the table in whose creation this parameter shall be applied.
|
void |
setTables(String tableList)
Specifies the comma-separated list of table names in whose creation this parameter
shall be used.
|
getName, getValue, isForPlatform, setName, setPlatforms, setValuepublic void setTables(String tableList)
tableList - The tablespublic void setTable(String tableName)
tableName - The tablepublic boolean isForTable(Table table, boolean caseSensitive)
table - The tablecaseSensitive - Whether the case of the table name is relevanttrue if this parameter is applicable to the tableCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.