datasource 예문
- The DataSource interface is implemented by a driver vendor.
DataSource 인터페이스는 드라이버 벤더에 의해 구현되고 있습니다. - The DataSource interface is implemented by a driver vendor.
DataSource 인터페이스는 드라이버 벤더에 의해 구현되고 있습니다. - Create and manage datasource connections to databases.
데이터베이스에 연결된 데이터소스 생성 및 관리 - The factory allows DataSource generation code to remain independent of LiveData .
Factory를 사용하면 DataSource 생성 코드를 LiveData 와 독립적으로 유지할 수 있습니다. - The factory allows DataSource generation code to remain independent of LiveData .
Factory를 사용하면 DataSource 생성 코드를 LiveData 와 독립적으로 유지할 수 있습니다. - Attempts to establish a connection with the data source that this DataSource object represents.
이 DataSource 객체가 나타내는 데이터 소스에의 접속의 확립을 시도합니다. - Attempts to establish a connection with the data source that this DataSource object represents.
이 DataSource 객체가 나타내는 데이터 소스에의 접속의 확립을 시도합니다. - A factory for connections to the physical data source that this DataSource object represents.
이 DataSource 객체가 나타내는 물리 데이터 소스에의 접속에 대한 팩토리입니다. - A factory for connections to the physical data source that this DataSource object represents.
이 DataSource 객체가 나타내는 물리 데이터 소스에의 접속에 대한 팩토리입니다. - DataSource is now an async API, to make paging directly from network easier:
API 변경사항 DataSource 는 이제 네트워크에서 직접 손쉽게 페이징하기 위한 비동기 API입니다. - DataSource is now an async API, to make paging directly from network easier:
API 변경사항 DataSource 는 이제 네트워크에서 직접 손쉽게 페이징하기 위한 비동기 API입니다. - Configuring the datasource subsystem
데이터소스 하위 시스템 설정 - A driver that is accessed via a DataSource object does not register itself with the DriverManager . Rather, a DataSource object is retrieved though a lookup operation and then used to create a Connection object.
DataSource 객체를 개입시켜 액세스 된 드라이버는 자기 자신을 DriverManager 로 등록하지 않습니다. 오히려, DataSource 객체가 룩 업 조작에 의해 취득되어, Connection 객체를 작성하기 위해서 사용됩니다. - A driver that is accessed via a DataSource object does not register itself with the DriverManager . Rather, a DataSource object is retrieved though a lookup operation and then used to create a Connection object.
DataSource 객체를 개입시켜 액세스 된 드라이버는 자기 자신을 DriverManager 로 등록하지 않습니다. 오히려, DataSource 객체가 룩 업 조작에 의해 취득되어, Connection 객체를 작성하기 위해서 사용됩니다. - A driver that is accessed via a DataSource object does not register itself with the DriverManager . Rather, a DataSource object is retrieved though a lookup operation and then used to create a Connection object.
DataSource 객체를 개입시켜 액세스 된 드라이버는 자기 자신을 DriverManager 로 등록하지 않습니다. 오히려, DataSource 객체가 룩 업 조작에 의해 취득되어, Connection 객체를 작성하기 위해서 사용됩니다. - A driver that is accessed via a DataSource object does not register itself with the DriverManager . Rather, a DataSource object is retrieved though a lookup operation and then used to create a Connection object.
DataSource 객체를 개입시켜 액세스 된 드라이버는 자기 자신을 DriverManager 로 등록하지 않습니다. 오히려, DataSource 객체가 룩 업 조작에 의해 취득되어, Connection 객체를 작성하기 위해서 사용됩니다.