Class SQLTableOrViewSpec
java.lang.Object
com.orchestranetworks.addon.dataexchange.sql.SQLTableOrViewSpec
Deprecated.
Stores attributes for SQL table or view.
- Since:
- 2.2.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.Returns the schema name.Deprecated.Returns the SQL predicate string.Deprecated.Returns the name of SQL table or view.int
hashCode()
Deprecated.void
setSchemaName
(String schemaName) Deprecated.Sets schema name.void
setSQLPredicate
(String sqlPredicate) Deprecated.Returns the SQL predicate string.void
setSQLTableOrView
(String sqlTableOrView) Deprecated.Sets name of SQL table or view.
-
Constructor Details
-
SQLTableOrViewSpec
public SQLTableOrViewSpec()Deprecated.
-
-
Method Details
-
getSQLTableOrView
Deprecated.Returns the name of SQL table or view. -
setSQLTableOrView
Deprecated.Sets name of SQL table or view. -
getSchemaName
Deprecated.Returns the schema name. -
setSchemaName
Deprecated.Sets schema name. -
getSQLPredicate
Deprecated.Returns the SQL predicate string. -
setSQLPredicate
Deprecated.Returns the SQL predicate string. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-
SQLTable
.