Clone method
Creates a clone of the Query object. A new instance is allocated and a bitwise clone of the current object is placed in the new object.
Syntax
JdbcSource.Query.clone()
Applies to
Query object .
Parameters
none.
Return value
Returns a clone of this object. If there is not enough memory to create the clone an OutOfMemoryError is thrown. If the object explicitly does not want to be cloned, or it does not support the Cloneable interface, a CloneNotSupportedException is thrown.
Usage
Not applicable.
Example
clone method example
See also
Jdbcsource applet
Query object