Modifier and Type | Field and Description |
---|---|
static DataspaceException[] |
DataspaceException.emptyArray |
static DataspaceException |
DataspaceException.noDataCondition |
Modifier and Type | Method and Description |
---|---|
DataspaceException |
DataspaceException.setLevel(int level) |
DataspaceException |
DataspaceException.setLogged(boolean logged) |
Modifier and Type | Method and Description |
---|---|
void |
DataspaceStore.closeInternal()
Closes this Database using the specified mode.
|
Modifier and Type | Method and Description |
---|---|
static SQLException |
Util.sqlException(DataspaceException e) |
static SQLException |
Util.sqlException(DataspaceException e,
java.lang.Throwable cause) |
Constructor and Description |
---|
JDBCCallableStatement(JDBCConnection c,
java.lang.String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
Constructs a new JDBCCallableStatement with the specified connection and
result type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataspaceAccessorProxy.isClosed(com.streamscape.ds.session.Session session) |
Modifier and Type | Method and Description |
---|---|
DataspaceException |
ReplicationResponse.getException() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationResponse.setException(DataspaceException exception) |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractCollection.checkResultNotError(com.streamscape.ds.result.Result result) |
static void |
AbstractCollection.checkUpdateCountIs(com.streamscape.ds.result.Result result,
int updateCount) |
Modifier and Type | Method and Description |
---|---|
com.streamscape.ds.result.Result |
SourceStreamCollection.start(com.streamscape.ds.session.Session s) |
Modifier and Type | Method and Description |
---|---|
void |
TableProxy.clear() |
void |
TableProxy.clear(boolean force) |
void |
TableProxy.delete(java.lang.String selector) |
void |
TableProxy.deleteAll() |
void |
TableColumn.setSemanticTypeName(java.lang.String semanticTypeName) |
Modifier and Type | Method and Description |
---|---|
DataspaceException |
Constraint.getException(java.lang.Object[] data) |
Constructor and Description |
---|
Constraint(NameManager.ObjectName uniqueName,
NameManager.ObjectName mainName,
NameManager.ObjectName refName,
Table mainTable,
Table refTable,
int[] mainCols,
int[] refCols,
com.streamscape.ds.persist.index.Index mainIndex,
com.streamscape.ds.persist.index.Index refIndex,
int deleteAction,
int updateAction) |
Modifier and Type | Method and Description |
---|---|
static DataspaceException |
VirtualServerObject.sqlToDataspaceException(Connection connection,
SQLException exception) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.