代码搜索:Entities
找到约 2,386 项符合「Entities」的源代码
代码结果 2,386
www.eeworm.com/read/101039/6259798
java entities.java
/*
* Copyright (c) 1999 The Java Apache Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo
www.eeworm.com/read/153120/12058155
cls entities.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/233429/14151165
class entities.class
www.eeworm.com/read/130620/14180546
sql entities.sql
CREATE TABLE "entities" (
"entityid" SERIAL PRIMARY KEY NOT NULL,
"name1" varchar(100) NOT NULL,
"name2" varchar(100) NOT NULL,
"type" char(1) NOT NULL
);
www.eeworm.com/read/122978/14654328
dcu entities.dcu
www.eeworm.com/read/122978/14654418
pas entities.pas
unit Entities;
interface
uses classes;
type
SybObjectname = string[30];
type TLinks = class(TObject)
public
From_Entity :SybObjectname;
From_Field :SybObjectname;
From_
www.eeworm.com/read/217667/14955208