代码搜索:Sybase

找到约 10,000 项符合「Sybase」的源代码

代码结果 10,000
www.eeworm.com/read/311746/3677866

sql openfire_sybase.sql

/* $Revision: $ */ /* $Date: $ */ sp_rename 'jiveRemoteServerConf.domain', 'xmppDomain'; sp_rename 'jiveOffline.message', 'stanza'; sp_rename 'jiveVCard.value', 'vcard'; sp_rename 'jivePrivate.v
www.eeworm.com/read/311746/3677873

sql openfire_sybase.sql

/* $Revision: $ */ /* $Date: $ */ /* Drop old columns of pubSubNode */ ALTER TABLE pubsubNode DROP COLUMN contacts; ALTER TABLE pubsubNode DROP COLUMN rosterGroups; ALTER TABLE pubsubNode DROP COLU
www.eeworm.com/read/311746/3677880

sql openfire_sybase.sql

/* $Revision: $ */ /* $Date: $ */ sp_rename 'mucConversationLog.time', 'logTime'; UPDATE jiveVersion set version=12 where name = 'openfire';
www.eeworm.com/read/311746/3677887

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/311746/3677894

sql openfire_sybase.sql

/* create table jiveSecurityAuditLog */ CREATE TABLE jiveSecurityAuditLog ( msgID INTEGER NOT NULL, username NVARCHAR(64) NOT NULL, entryStamp
www.eeworm.com/read/311746/3677901

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/422403/2037705

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/412766/2165431

sql openfire_sybase.sql

/* jiveRoster: Can not add indexes on TEXT fields in Sybase, just updating version. */ UPDATE jiveVersion set version=14 where name = 'openfire';
www.eeworm.com/read/412766/2165438

sql openfire_sybase.sql

/* $Revision: $ */ /* $Date: $ */ UPDATE jiveVersion set version=9 where name = 'openfire';
www.eeworm.com/read/412766/2165457

sql openfire_sybase.sql

/* create table mucService */ CREATE TABLE mucService ( serviceID INT NOT NULL, subdomain NVARCHAR(255) NOT NULL, description NVARCHAR(255), CONSTRAINT mu