代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/304660/13789787
in pangoxft.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Pango Xft
Description: Xft font support for Pango
Version: @VERSION@
Requires: pango pangoft2
Libs: -L${libdir}
www.eeworm.com/read/301164/13865153
sql 12.1.1 创建与删除用户定义数据类型示例.sql
--下面的示例定义了两个数据类型,然后创建一个表引用定义的数据类型,最后删除它。
--定义数据类型
EXEC sp_addtype 'ut_sex','char(1)','null'
EXEC sp_addtype 'ut_age','int','null'
GO
--使用定义的数据类型
CREATE TABLE tb(
Name nvarchar(20),
SEX ut_se
www.eeworm.com/read/301164/13865156
sql 12.2.2 修改用户定义数据类型对已经编译的存储过程的影响的示例.sql
--添加用户定义的数据类型text
EXEC sp_addtype 'test','varchar(10)'
GO
--创建引用数据类型test的测试存储过程
CREATE PROC p_test
@test test
AS
SELECT @test
GO
--调用存储过程
EXEC p_test 'aa'
/*--结果
----------
aa
--*/
www.eeworm.com/read/152695/5670808
s asm.s
/*
* Copyright (C) 2002 Wolfgang Denk
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it an
www.eeworm.com/read/148359/5715571
in makefile.in
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Softwar
www.eeworm.com/read/148153/5717690
makefile
TARGET = rlm_exec
SRCS = rlm_exec.c
HEADERS =
RLM_CFLAGS =
RLM_LIBS =
include ../rules.mak
$(STATIC_OBJS): $(HEADERS)
$(DYNAMIC_OBJS): $(HEADERS)
www.eeworm.com/read/144314/5750855
makefile
TARGET = rlm_exec
SRCS = rlm_exec.c
HEADERS =
RLM_CFLAGS =
RLM_LIBS =
include ../rules.mak
$(STATIC_OBJS): $(HEADERS)
$(DYNAMIC_OBJS): $(HEADERS)
www.eeworm.com/read/143791/5755066
s asm.s
/*
* Copyright (C) 2002 Wolfgang Denk
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/143791/5755770
s asm.s
/*
* Copyright (C) 2002 Wolfgang Denk
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/140826/5780731
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is