代码搜索:DataSource
找到约 10,000 项符合「DataSource」的源代码
代码结果 10,000
www.eeworm.com/read/171479/5395126
groovy persontest.groovy
package groovy.sql
import javax.sql.DataSource
import org.axiondb.jdbc.AxionDataSource
class PersonTest extends GroovyTestCase {
def type
void testFoo() {
def persons = create
www.eeworm.com/read/345310/3200961
jbx rtptransmit.jbx
[PropertyInfo]
dataOutput,DataSource,false,false, , ,false,
failed,boolean,false,false, , ,false,
ipAddress,String,false,false, , ,false,
label1,Label,false,false, , ,fa
www.eeworm.com/read/333489/3386006
java resourcemanagerlistener2.java
package com.ora.jsp.servlets;
import javax.servlet.*;
import javax.servlet.http.*;
import oracle.jdbc.pool.*;
/**
* This class manages the DataSource resource for a fictious
* application,
www.eeworm.com/read/331086/3417537
pas data.pas
unit Data;
interface
uses
SysUtils, Classes, DB,Forms, DBTables;
type
TDataform = class(TDataModule)
Table1: TTable;
Table2: TTable;
DataSource1: TDataSource;
DataSo
www.eeworm.com/read/325944/3477825
java oracledatasource.java
import java.io.PrintWriter;
import java.sql.*;
import javax.sql.*;
public class OracleDataSource implements DataSource {
static {
new oracle.jdbc.driver.OracleDriver();
}
protec
www.eeworm.com/read/323961/3507058
js enterrows.js
isc.ListGrid.create({
ID: "countryList",
width:500, height:224, alternateRecordStyles:true, showAllRecords:true, cellHeight:22,
// use server-side dataSource so edits are retained across p
www.eeworm.com/read/323961/3507059
js editcells.js
isc.ListGrid.create({
ID: "countryList",
width:550, height:224, alternateRecordStyles:true, showAllRecords:true, cellHeight:22,
// use server-side dataSource so edits are retained across p
www.eeworm.com/read/323961/3507060
js editrows.js
isc.ListGrid.create({
ID: "countryList",
width:550, height:224, alternateRecordStyles:true, showAllRecords:true, cellHeight:22,
// use server-side dataSource so edits are retained across p
www.eeworm.com/read/317858/3575336
pas data.pas
unit data;
interface
uses
SysUtils, Classes, DB, ADODB;
type
TDm1 = class(TDataModule)
ADOConnection1: TADOConnection;
ADODataSet1: TADODataSet;
DataSource1: TDataSource;
www.eeworm.com/read/310513/3697049
java jdbcutil.java
package com.tarena.util;
import java.sql.*;
import javax.naming.*;
import javax.sql.DataSource;
public class JdbcUtil
{
public static Connection getConnection()
{
try