-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
96 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
sigla-ejb/src/main/resources/it/cnr/jada/util/oracle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### PACKAGE | ||
package.lock.transaction={ call IBMUTL001.LOCK_TRANSACTION() } | ||
package.unlock.transaction={ call IBMUTL001.UNLOCK_TRANSACTION() } | ||
package.trace.user.connection={ call IBMUTL001.TRACE_USER_CONNECTION(?,?,?)} | ||
package.getdbrefreshdate={? = call IBMUTL001.getDBRefreshDate} | ||
package.cnrctb850.register={ call CNRCTB850.register(?,?,?,?,?) } | ||
package.cnrctb850.unregister={ call CNRCTB850.unregister(?) } | ||
package.cnrctb850.unregisterall={ call CNRCTB850.unregisterAll(?) } | ||
|
||
#QUERY SYNTAX | ||
query.date=SELECT TRUNC(SYSDATE) FROM DUAL | ||
query.exists=SELECT 1 FROM DUAL WHERE EXISTS ( | ||
query.count.end=) |
13 changes: 13 additions & 0 deletions
13
sigla-ejb/src/main/resources/it/cnr/jada/util/postgres.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### PACKAGE | ||
package.lock.transaction={ call IBMUTL001_LOCK_TRANSACTION() } | ||
package.unlock.transaction={ call IBMUTL001_UNLOCK_TRANSACTION() } | ||
package.trace.user.connection={ call IBMUTL001_TRACE_USER_CONNECTION(?,?,?)} | ||
package.getdbrefreshdate={? = call IBMUTL001_getDBRefreshDate() } | ||
package.cnrctb850.register={ call CNRCTB850_register(?,?,?,?,?) } | ||
package.cnrctb850.unregister={ call CNRCTB850_unregister(?) } | ||
package.cnrctb850.unregisterall={ call CNRCTB850_unregisterAll(?) } | ||
|
||
#QUERY SYNTAX | ||
query.date=SELECT NOW() | ||
query.exists=SELECT 1 WHERE EXISTS ( | ||
query.count.end=) AS COUNT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
src/main/docker/modules/system/layers/base/org/postgresql/postgresql/main/module.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- JDBC Drivers module.xml file to configure your JDBC drivers--> | ||
<!-- Postgres example --> | ||
<module xmlns="urn:jboss:module:1.0" name="org.postgresql.postgresql"> | ||
<resources> | ||
<resource-root path="postgresql-9.2-1004.jdbc41.jar"/> | ||
</resources> | ||
<dependencies> | ||
<module name="javax.api"/> | ||
<module name="javax.transaction.api"/> | ||
</dependencies> | ||
</module> |
Binary file added
BIN
+566 KB
.../modules/system/layers/base/org/postgresql/postgresql/main/postgresql-9.2-1004.jdbc41.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters