• 2022-05-28 问题

    TQuery组件的()属性用来与数据库相连接。 A: DatabaseName B: TableName C: DataSource D: SQL

    TQuery组件的()属性用来与数据库相连接。 A: DatabaseName B: TableName C: DataSource D: SQL

  • 2022-06-07 问题

    在使用JdbcTemplate时,需要注入的对象是() A: database B: connection C: dataSource D: sql

    在使用JdbcTemplate时,需要注入的对象是() A: database B: connection C: dataSource D: sql

  • 2022-06-08 问题

    下面选项中,不属于java。sql包下的类是( )。 A: DriverManager B: Connection C: DataSource D: PreparedStatement

    下面选项中,不属于java。sql包下的类是( )。 A: DriverManager B: Connection C: DataSource D: PreparedStatement

  • 2021-04-14 问题

    javax.sql.DataSource接口,可以直接从数据源中获得数据库连接。

    javax.sql.DataSource接口,可以直接从数据源中获得数据库连接。

  • 2022-06-07 问题

    习惯上把实现了javax.sql.DataSource接口的类称为数据源

    习惯上把实现了javax.sql.DataSource接口的类称为数据源

  • 2022-06-07 问题

    在使用C3P0数据源时,能够正确得到DataSource实例对象的代码是() A: DataSource ds = new ComboPooledDataSource(); B: DataSource ds = new ComboPooledDataSource(String name); C: ComboPooledDataSource ds = new DataSource (String name); D: ComboPooledDataSource ds = new DataSource ();

    在使用C3P0数据源时,能够正确得到DataSource实例对象的代码是() A: DataSource ds = new ComboPooledDataSource(); B: DataSource ds = new ComboPooledDataSource(String name); C: ComboPooledDataSource ds = new DataSource (String name); D: ComboPooledDataSource ds = new DataSource ();

  • 2022-06-01 问题

    在Java Web应用程序中,下列()选项中的代码能够正确实现使用数据源(DataSource)获取数据库连接对象(数据源名称为dsname)。 A: A DataSource soure = new DataSource( ) ; Connection conn = source.getConnection( ); B: B Context source = new InitalContext( ); Connection conn = source.getConnection( ); C: C Context ctx = new InitalContext( ); DataSource ds = (DataSource) ctx.lookup("java:comp/env/dsname"); Connection conn =ds.getConnection( ); D: D Context ctx = new InitalContext ( ); DataSource ds = (DataSource) ctx.lookup("dsname"); Connection conn = ds.getConnection( );

    在Java Web应用程序中,下列()选项中的代码能够正确实现使用数据源(DataSource)获取数据库连接对象(数据源名称为dsname)。 A: A DataSource soure = new DataSource( ) ; Connection conn = source.getConnection( ); B: B Context source = new InitalContext( ); Connection conn = source.getConnection( ); C: C Context ctx = new InitalContext( ); DataSource ds = (DataSource) ctx.lookup("java:comp/env/dsname"); Connection conn =ds.getConnection( ); D: D Context ctx = new InitalContext ( ); DataSource ds = (DataSource) ctx.lookup("dsname"); Connection conn = ds.getConnection( );

  • 2021-04-14 问题

    下面选项中,可以作为QueryRunner类中query()方法的参数的是()A.()Connection()conn()B.()String()sql()C.()Object[]()params()D.()DataSource()ds

    下面选项中,可以作为QueryRunner类中query()方法的参数的是()A.()Connection()conn()B.()String()sql()C.()Object[]()params()D.()DataSource()ds

  • 2022-06-08 问题

    ‌使用SqlDataSource数据源控件访问数据库时,以SQL Server用户验证方式配置数据源生成的连接字符串ConnectionString包括________。‌ A: DataSource B: Intial Catalog C: User ID D: Password

    ‌使用SqlDataSource数据源控件访问数据库时,以SQL Server用户验证方式配置数据源生成的连接字符串ConnectionString包括________。‌ A: DataSource B: Intial Catalog C: User ID D: Password

  • 2022-06-28 问题

    Java语言中,为发送SQL语句给数据库,JDBC提供了哪些类? A: DriverManager、PreparedStatement、Connection B: Statement、PreparedStatement、CallableStatement C: Class、DataSource、CallableStatement D: 以上选项都不正确

    Java语言中,为发送SQL语句给数据库,JDBC提供了哪些类? A: DriverManager、PreparedStatement、Connection B: Statement、PreparedStatement、CallableStatement C: Class、DataSource、CallableStatement D: 以上选项都不正确

  • 1 2 3 4 5 6 7 8 9 10