代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/130186/5963474
java sequence.java
/*
*
* Copyright (c) 2002 Dragos Manolescu (dam@micro-workflow.com)
*
* See the LICENSE file for licensing information.
*/
package com.microworkflow.process;
import com.microworkflow.exec
www.eeworm.com/read/126733/6013254
java sequence.java
// This is copyrighted source file, part of Rakiura JFern package.
// See the file LICENSE for copyright information and the terms and conditions
// for copying, distributing and modifications of Rak
www.eeworm.com/read/120487/6072364
c sequence.c
/*-------------------------------------------------------------------------
*
* sequence.c
* PostgreSQL sequences support code.
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Developme
www.eeworm.com/read/120487/6072916
h sequence.h
/*-------------------------------------------------------------------------
*
* sequence.h
* prototypes for sequence.c.
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
www.eeworm.com/read/120487/6073436
out sequence.out
---
--- test creation of SERIAL column
---
CREATE TABLE serialTest (f1 text, f2 serial);
NOTICE: CREATE TABLE will create implicit sequence "serialtest_f2_seq" for "serial" column "serialtest.f2"
www.eeworm.com/read/120487/6073616
sql sequence.sql
---
--- test creation of SERIAL column
---
CREATE TABLE serialTest (f1 text, f2 serial);
INSERT INTO serialTest VALUES ('foo');
INSERT INTO serialTest VALUES ('bar');
INSERT INTO serialTest VALUES
www.eeworm.com/read/117227/6105665
java sequence.java
/*
* 18:55:56 20/01/00
*
* Sequence.java - encompases the shorthand/expanded relationship
* Copyright (C) 2000 Romain Guy, Matt Albrecht
* powerteam@chez.com
* www.chez.com/powerteam
*
* This
www.eeworm.com/read/113245/6132847
java sequence.java
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/113186/6133234
java sequence.java
package org.springframework.samples.jpetstore.dao.ibatis;
import java.io.Serializable;
public class Sequence implements Serializable {
/* Private Fields */
private String name;
priv
www.eeworm.com/read/111677/6153721
vm sequence.vm
#if ($table.IdMethod == "sequence")
CREATE SEQUENCE $table.SequenceName;
#end