Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Products
/
LILOM
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
2
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
146c1f6e
...
146c1f6e70b08307f014d1273f06d8a824cc3767
authored
2017-11-15 12:32:44 +0100
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Han inte så mycket idag...
1 parent
9b2f29e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
LILOM Library/se/lil/om/OraMon.java
LILOM Library/se/lil/om/OraMon.java
View file @
146c1f6
...
...
@@ -293,7 +293,7 @@ public class OraMon {
// If we have containers, but we are not the CDB, then we are a PDB.
// We should ask the CDB object for our data
if
(
isPDB
&&
false
)
{
// TODO: Find the CDB OraMon object, get the data we need from it's cached CON tables
getDataFromCDB
();
}
else
{
// All other cases (CDB or an instance without containers) get the data from the database
...
...
@@ -336,6 +336,10 @@ public class OraMon {
// End thread safe
}
public
void
getDataFromCDB
()
{
// TODO
}
public
Throwable
getLastEx
()
{
return
lastEx
;
}
...
...
Please
register
or
sign in
to post a comment