代码搜索:Sybase

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

代码结果 10,000
www.eeworm.com/read/206020/5012686

sql wildfire_sybase.sql

/* $Revision: $ */ /* $Date: $ */ UPDATE jiveVersion set version=9 where name = 'wildfire';
www.eeworm.com/read/206020/5012705

sql wildfire_sybase.sql

/* $Revision: 840 $ */ /* $Date: 2005-01-10 01:30:06 -0300 (Mon, 10 Jan 2005) $ */ /* Update jiveVersion to JM 2.4 */ UPDATE jiveVersion SET majorVersion=2
www.eeworm.com/read/206020/5012712

sql wildfire_sybase.sql

/* $Revision: $ */ /* $Date: $ */ /* Create PubSub Tables */ CREATE TABLE pubsubNode ( serviceID NVARCHAR(100) NOT NULL, nodeID NVARCHAR(100) NOT NULL, leaf
www.eeworm.com/read/206020/5012719

sql wildfire_sybase.sql

/* $Revision: $ */ /* $Date: $ */ /* Update jiveVersion to Wildfire 2.5 */ UPDATE jiveVersion SET majorVersion=2, minorVersion=5; /* jivePrivacyList: Create new table */ CREATE TABLE jive
www.eeworm.com/read/206020/5012726

sql wildfire_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/206020/5012733

sql wildfire_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/206020/5012740

sql wildfire_sybase.sql

/* $Revision: $ */ /* $Date: $ */ CREATE TABLE jiveSASLAuthorized ( username NVARCHAR(64) NOT NULL, principal NVARCHAR(4000) NOT NULL, CONSTRAINT jiveSASLAuthoirzed_pk
www.eeworm.com/read/177407/5327524

java db_sybase.java

/****************************************************************************** * The contents of this file are subject to the Compiere License Version 1.1 * ("License"); You may not use this f
www.eeworm.com/read/318039/3572566

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/317330/3581994

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';