代码搜索:Sybase
找到约 10,000 项符合「Sybase」的源代码
代码结果 10,000
www.eeworm.com/read/172725/5382715
sybase idtable.sybase
#foreach ($tbl in $tables)
insert into ID_TABLE (ID_TABLE_ID, TABLE_NAME, NEXT_ID, QUANTITY) VALUES ($initialID, '$tbl.Name', $initialIDValue, $initialIDStep);
#set ( $initialID = $initialID + 1 )
#e
www.eeworm.com/read/310422/3698235
cfg sybase.cfg
#This file is automaticly generated by crash-me 1.19a
NEG=yes # update of column= -column
alter_add_col=yes # Alter table add column
alter_change_col=no # Alter table change column
alter_drop
www.eeworm.com/read/280962/4121082
py sybase.py
# sybase.py
# Copyright (C) 2007 Fisch Asset Management AG http://www.fam.ch
# Coding: Alexander Houben alexander.houben@thor-solutions.ch
#
# This module is part of SQLAlchemy and is released under
#
www.eeworm.com/read/280962/4121301
py sybase.py
import testenv; testenv.configure_for_tests()
from sqlalchemy import *
from sqlalchemy.databases import sybase
from testlib import *
class BasicTest(TestBase, AssertsExecutionResults):
# A simpl
www.eeworm.com/read/277227/4157973
sql sybase.sql
-- @author Andrew Wilson
-- File for creating OSWorkflow entries for Sybase.
DROP TABLE OS_WFENTRY
DROP TABLE OS_PROPERTYENTRY
DROP TABLE OS_CURRENTSTEP
DROP TABLE OS_HISTORYSTEP
DROP TABLE OS_CURREN
www.eeworm.com/read/398634/2374596
cfg sybase.cfg
#This file is automaticly generated by crash-me 1.19a
NEG=yes # update of column= -column
alter_add_col=yes # Alter table add column
alter_change_col=no # Alter table change column
alter_drop