|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVersionedView
Provides access to methods that control versioned views.
Method Summary | |
---|---|
void |
createVersionedView(String name)
Create a versioned view. |
void |
dropVersionedView()
Drop the versioned view. |
String |
getVersionedViewName()
The name of the associated versioned view. |
boolean |
isHasVersionedView()
Does the table have a versioned view. |
Method Detail |
---|
boolean isHasVersionedView() throws IOException, AutomationException
Returns True if the versioned object is associated with a versioned view; Returns False if no versioned view exists for the versioned object.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getVersionedViewName() throws IOException, AutomationException
Returns the unqualified name as a string of the versioned classes versioned view. If get_HasVersionView returns False this property will be an empty string.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createVersionedView(String name) throws IOException, AutomationException
Creates a versioned view with the given name of the versioned object. The versioned view can be used to access versioned objects from SQL.
The same set of invalid charters apply to view names as to table names. e.g., ISqlSyntax.GetInvalidStartingCharacters, ISqlSyntax.GetInvalidCharacters
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void dropVersionedView() throws IOException, AutomationException
Removes the versioned view associated with the versioned object.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |