代码搜索:Sybase
找到约 10,000 项符合「Sybase」的源代码
代码结果 10,000
www.eeworm.com/read/412766/2165534
sql openfire_sybase.sql
/* $Revision: $ */
/* $Date: $ */
/* Update the jiveVersion table to new definition. */
DROP TABLE jiveVersion;
CREATE TABLE jiveVersion (
name NVARCHAR(50) NOT NULL,
version INTEGE
www.eeworm.com/read/412766/2165541
sql openfire_sybase.sql
/* create table jiveSecurityAuditLog */
CREATE TABLE jiveSecurityAuditLog (
msgID INTEGER NOT NULL,
username NVARCHAR(64) NOT NULL,
entryStamp
www.eeworm.com/read/412766/2165548
sql openfire_sybase.sql
/* add isHidden column to mucService, with isHidden set to false by default */
ALTER TABLE mucService ADD COLUMN isHidden INT DEFAULT 0 NOT NULL;
UPDATE jiveVersion set version=18 where name = 'open
www.eeworm.com/read/412766/2165555
sql openfire_sybase.sql
/* $Revision: $ */
/* $Date: $ */
CREATE TABLE jiveSASLAuthorized (
username NVARCHAR(64) NOT NULL,
principal NVARCHAR(4000) NOT NULL,
CONSTRAINT jiveSASLAuthoirzed_pk
www.eeworm.com/read/399273/2363442
c sql_sybase.c
/*
* sql_sybase.c Sybase (ctlibrary) routines for rlm_sql
* Error handling stolen from Sybase example code "firstapp.c"
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/262948/4307727
c sql_sybase.c
/*
* sql_sybase.c Sybase (ctlibrary) routines for rlm_sql
* Error handling stolen from Sybase example code "firstapp.c"
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/255402/4376758
c sql_sybase.c
/*
* sql_sybase.c Sybase (ctlibrary) routines for rlm_sql
* Error handling stolen from Sybase example code "firstapp.c"
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/153251/5652114
sql create_sybase.sql
drop table system_data
go
create table system_data (
id int not null,
version varchar(20) not null,
creationDate datetime not null
)
go
creat