代码搜索:DataSource
找到约 10,000 项符合「DataSource」的源代码
代码结果 10,000
www.eeworm.com/read/408881/11366393
java datasourcejndi.java
/**
* A Simple DataSource sample with JNDI.
*
* It shows how to bind a logical name to an OracleDataSource
* object, and then how to retrieve the named object of
* OracleDataSource type
*
* Thi
www.eeworm.com/read/202075/5054689
java filesource.java
/**
* The file is generated by BorlandXML.
*/
package com.prudsys.pdm.Adapters.ServiceAPI.DataSource;
/**
* The FileSource class represents the element "FileSource" with the content
* mo
www.eeworm.com/read/173141/5379231
sql xaanothertest.sql
disconnect;
xa_datasource 'wombat';
---------------------------------------------
-- a single connection and 1 phase commit
---------------------------------------------
xa_connect ;
xa_start xa_nof
www.eeworm.com/read/323961/3506925
js editing.js
isc.TreeGrid.create({
ID: "employeeTree",
width: 500,
height: 250,
dataSource: "employees",
autoFetchData: true,
canEdit: true,
canReorderRecords: true,
canAcceptDroppe
www.eeworm.com/read/323961/3507094
js countrymergeds.ds.js
isc.DataSource.create({
ID: "countryDS",
fields:[
{name:"countryName", title:"Country"},
{name:"countryCode", title:"Code"},
{name:"independence", title:"Independence",
www.eeworm.com/read/323961/3507095
js countrylocalds.ds.js
isc.DataSource.create({
ID: "countryDS",
fields:[
{name:"countryCode", title:"Code"},
{name:"countryName", title:"Country"},
{name:"capital", title:"Capital"}
],
www.eeworm.com/read/287617/4020413
dfm app.test.employeemodel.dfm
inherited EmployeeModel: TEmployeeModel
Top = 118
inherited _DataSource: TDataSource
Left = 280
end
inherited _ClientDataSet: TClientDataSet
Active = True
end
inherited _Da
www.eeworm.com/read/442304/1764084
pm pequel.pm
# vim:ts=4 sw=4
# ----------------------------------------------------------------------------------------------------
# Name : ETL::Pequel3::Type::DataSource::Pequel.pm
# Created : 5 January 2007
www.eeworm.com/read/357991/3008148
java filesource.java
/**
* The file is generated by BorlandXML.
*/
package com.prudsys.pdm.Adapters.ServiceAPI.DataSource;
/**
* The FileSource class represents the element "FileSource" with the content
* mo
www.eeworm.com/read/393251/8301101
xfm teeseriestexted.xfm
inherited SeriesTextEditor: TSeriesTextEditor
VertScrollBar.Range = 0
Caption = 'Series DataSource Text Editor'
ClientHeight = 191
ClientWidth = 369
Position = poScreenCenter
OnDestr