sonic-android/docs/javadoc/com/tencent/sonic/sdk/SonicResourceDataHelper.html
com.tencent.sonic.sdk
java.lang.Object
public classSonicResourceDataHelperextends java.lang.Object
SonicResourceDataHelper manages the resource database.
嵌套类 | 限定符和类型 | 类和说明 |
| --- | --- |
| static class | SonicResourceDataHelper.ResourceData
resource data structure
|
字段 | 限定符和类型 | 字段和说明 |
| --- | --- |
| static java.lang.String | CREATE_TABLE_SQL
The create table sql
|
构造器 | 构造器和说明 |
| --- |
| SonicResourceDataHelper() |
所有方法 静态方法 具体方法 | 限定符和类型 | 方法和说明 |
| --- | --- |
| static java.lang.String[] | getAllResourceDataColumn() |
| static SonicResourceDataHelper.ResourceData | getResourceData(java.lang.String resourceId)
Get sonic ResourceData by unique resource id
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public static final java.lang.String CREATE_TABLE_SQL
The create table sql 另请参阅:常量字段值
-
public SonicResourceDataHelper()
-
@NonNull
public static[SonicResourceDataHelper.ResourceData](../../../../com/tencent/sonic/sdk/SonicResourceDataHelper.ResourceData.html "com.tencent.sonic.sdk中的类")getResourceData(java.lang.String resourceId)
Get sonic ResourceData by unique resource id
参数:resourceId - a unique resource id返回:ResourceData
-
public static java.lang.String[] getAllResourceDataColumn()
返回:all of the column in Sonic_RESOURCE_TABLE_NAME