代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/172725/5382642
vm sequence.vm
#if ($table.IdMethod == "native")
CREATE SEQUENCE $table.SequenceName;
#end
www.eeworm.com/read/172725/5382652
vm sequence.vm
#if ($table.IdMethod == "native")
CREATE SEQUENCE $table.SequenceName;
#end
www.eeworm.com/read/172725/5382697
vm sequence.vm
#if ($table.IdMethod == "native")
CREATE SEQUENCE $table.SequenceName INCREMENT BY 1 START WITH 1 NOMAXVALUE NOCYCLE NOCACHE ORDER;
#end
www.eeworm.com/read/172725/5382707
vm sequence.vm
#if ($table.IdMethod == "native")
CREATE SEQUENCE $table.SequenceName;
#end
www.eeworm.com/read/171479/5394392
java sequence.java
/*
$Id: Sequence.java,v 1.6 2005/10/03 18:07:35 tug Exp $
Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved.
Redistribution and use of this software and associated document
www.eeworm.com/read/170201/5406807
java sequence.java
package com.dut.logic.db;
public class Sequence {
private int nen; //smallint
private int hagaki_id; //smallint
private int sequence_no;
public int getHagaki_id() {
return ha
www.eeworm.com/read/168845/5429741
jam sequence.jam
# (C) Copyright David Abrahams 2002. Permission to copy, use, modify, sell and
# distribute this software is granted provided this copyright notice appears in
# all copies. This software is provi
www.eeworm.com/read/168845/5430071
c sequence.c
/* Copyright Vladimir Prus 2003. Distributed under the Boost */
/* Software License, Version 1.0. (See accompanying */
/* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */
www.eeworm.com/read/168845/5430315
ipp sequence.ipp
/*=============================================================================
Copyright (c) 1998-2003 Joel de Guzman
Copyright (c) 2001 Daniel Nuffer
Copyright (c) 2002 Hartmut Kaiser
www.eeworm.com/read/168845/5430327
hpp sequence.hpp
/*=============================================================================
Copyright (c) 1998-2003 Joel de Guzman
Copyright (c) 2001 Daniel Nuffer
Copyright (c) 2002 Hartmut Kaiser