Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
java | 2012-01-01 | ||
build.xml | 2010-08-20 | 5.6 kB | |
customizeMe.properties | 2010-08-20 | 1.1 kB | |
README | 2010-08-20 | 1.8 kB | |
Totals: 4 Items | 8.5 kB | 0 |
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> This directory tree contains a demo application which shows how you can run user-written Java code inside the Derby database. For instructions on how to build and run the demo application, cd to this directory and type the following command: ant -projecthelp The demo shows you how to do the following: o Declare Java functions and procedures and run them inside the Derby engine. o Load the Derby engine with jar files of user-written code. o Enforce data consistency by wiring functions into CREATE TABLE statements. o Run a Java procedure from a TRIGGER. o Improve query performance by wiring filtering functions into the WHERE clause. o Format query output by wiring functions into the SELECT list. o Re-use off-the-shelf packages to write your own custom data aggregator. For more detail, please consult the following sections of the Derby Developer's Guide: o "Loading classes from a database" o "Derby server-side programming"