⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 derby数据库源码。。。。。。。。。。。。。
💻
字号:
<!--  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 youcan run user-written Java code inside the Derby database. For instructions on how to build and run the demo application, cd to thisdirectory and type the following command:   ant -projecthelpThe 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 DerbyDeveloper's Guide:o "Loading classes from a database"o "Derby server-side programming"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -