PL/SQL Snippets
PL / SQL Some PL/SQL snippets of code backup and recovery of a table interactive input with & find keys referencing your table group and count list column names list available tables in a schema Backup and recovery of a Read more…
PL / SQL Some PL/SQL snippets of code backup and recovery of a table interactive input with & find keys referencing your table group and count list column names list available tables in a schema Backup and recovery of a Read more…
This is a snippet of code to show how to perform an XSL transformation with Java Below you can see how to XSL Transform using File, StreamSource and StreamResult. And there it is an example of XSL Transform using StringReader Read more…
This article introduces mybatis java (iBatis 3 for java) and summarizes its configuration and usage. The article also give suggestions on its usage. Introduction The iBATIS Data Mapper (born in 2002) is a framework that introduces SQL Mapping approach to persistence layer development. The iBATIS name and Read more…
A Regular Expression is a sequence of characters representing a search pattern, to be used for operations like search and replace. Standard Language Regex is a standard used in several programming frameworks and languages such as Perl, Java, Javascript, Python, .NET, Read more…