public class TableQuery extends Object
| Constructor and Description | 
|---|
| TableQuery() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCatalog() | 
| String | getSchemaPattern() | 
| String | getTableNamePattern() | 
| String[] | getTypes() | 
| TableQuery | setCatalog(String catalog) | 
| TableQuery | setSchemaPattern(String schemaPattern) | 
| TableQuery | setTableNamePattern(String tableNamePattern) | 
| void | setTypes(String[] types) | 
public String getCatalog()
public TableQuery setCatalog(String catalog)
public String getSchemaPattern()
public TableQuery setSchemaPattern(String schemaPattern)
public String getTableNamePattern()
public TableQuery setTableNamePattern(String tableNamePattern)
public String[] getTypes()
public void setTypes(String[] types)
Copyright © GigaSpaces.