Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Android デバイス上のファイルから物理データベースストア用の Configuration オブジェクトを作成し、ConfigFileAndroid オブジェクトを返します。
ConfigFileAndroid DatabaseManager.createConfigurationFileAndroid( String file_name, android.content.Context context ) throws ULjException
file_name 使用または作成するデータベースファイルの名前。データベースパスへのアクセス権があること。このファイルのデフォルトパスは、/data/data/your-application-package-name/ です。your-application-package-name はアプリケーションに割り当てたパッケージ名です。ファイル名に絶対パスを含めることでデータベースの別の場所を指定できます。
context Android アプリケーションからの Context オブジェクト。このパラメータを NULL にすることはできません。
データベースの設定に使用された ConfigFileAndroid オブジェクト。