Class SqlJetCloneable
java.lang.Object
org.tmatesoft.sqljet.core.internal.SqlJetCloneable
- All Implemented Interfaces:
java.lang.Cloneable
- Direct Known Subclasses:
SqlJetBtreeCursor
,SqlJetMemPage
,SqlJetVdbeMem
public class SqlJetCloneable
extends java.lang.Object
implements java.lang.Cloneable
- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SqlJetCloneable
public SqlJetCloneable()
-
-
Method Details
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-