public class Namespace
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Namespace |
PRIVATE
Namespace for session-private objects
|
static Namespace |
PUBLIC
Namespace for published objects
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static Namespace |
fromId(oracle.pgx.common.PgxId namespaceId)
Creates a namespace from the given
PgxId. |
oracle.pgx.common.PgxId |
getNamespaceId() |
int |
hashCode() |
java.lang.String |
toString() |
public static final Namespace PRIVATE
public static final Namespace PUBLIC
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic static Namespace fromId(oracle.pgx.common.PgxId namespaceId)
PgxId.
Throws an exception if no namespace with the given id exists.
namespaceId - an id that represents a namespacepublic oracle.pgx.common.PgxId getNamespaceId()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.