代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/349709/10802690
sql createuser.sql
/*
* CreateUser.sql
* Chapter 1, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* This script creates the plsql user for chapter 1
* examples. You mus
www.eeworm.com/read/348934/10859701
s armex.s
AREA ARMex, CODE, READONLY ; name this block of code
ENTRY ; mark first instruction
; to execute
start
MOV r0
www.eeworm.com/read/467925/6997002
sql queryfilter_b.sql
create or replace package body PKG_QueryFilter is
/*-------------------------------------------------------------------------
|| Description :Filtering the result of query into the cursor
www.eeworm.com/read/467633/7006373
java editcontentdto.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.wwr.editContent;
/**
*
* @author user
*/
public class EditContentDTO {
private
www.eeworm.com/read/323119/13352933
test rpl_ps.test
#
# Test of replicating user variables
#
source include/master-slave.inc;
#save_master_pos;
#connection slave;
#sync_with_master;
#reset master;
#connection master;
--disable_warnings
drop table if