Package com.gigaspaces.utils.jdbc
Class TableQuery
java.lang.Object
com.gigaspaces.utils.jdbc.TableQuery
Encapsulates details for filtering tables when querying the database.
- Since:
- 15.2.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getTypes()setCatalog(String catalog) setSchemaPattern(String schemaPattern) setTableNamePattern(String tableNamePattern) void
-
Constructor Details
-
TableQuery
public TableQuery()
-
-
Method Details
-
getCatalog
-
setCatalog
-
getSchemaPattern
-
setSchemaPattern
-
getTableNamePattern
-
setTableNamePattern
-
getTypes
-
setTypes
-