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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Returns the schema name.Deprecated.Returns the SQL predicate string.Deprecated.Returns the name of SQL table or view.inthashCode()Deprecated.voidsetSchemaName(String schemaName) Deprecated.Sets schema name.voidsetSQLPredicate(String sqlPredicate) Deprecated.Returns the SQL predicate string.voidsetSQLTableOrView(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.