Method | Description | |
---|---|---|
create_db_connection ( string db_provider, string db_connection_string ) : |
||
db_connection_type_to_db_provider ( string connection_type ) : string | ||
insert_into_to_db_fields ( string sql ) : List |
||
non_null_dt ( System.Data.Common.DbDataReader rs, int idx ) : System.DateTime | ||
non_null_int ( System.Data.Common.DbDataReader rs, int idx ) : int | ||
non_null_str ( System.Data.Common.DbDataReader rs, int idx ) : string | ||
sqlite_db_table_fields ( string db_name, string table_name ) : List |
||
sqlite_db_tables ( string db_name ) : List |
Method | Description | |
---|---|---|
to_db_field_name ( string name ) : string |
public static create_db_connection ( string db_provider, string db_connection_string ) : |
||
db_provider | string | |
db_connection_string | string | |
return |
public static db_connection_type_to_db_provider ( string connection_type ) : string | ||
connection_type | string | |
return | string |
public static insert_into_to_db_fields ( string sql ) : List |
||
sql | string | |
return | List |
public static non_null_dt ( System.Data.Common.DbDataReader rs, int idx ) : System.DateTime | ||
rs | System.Data.Common.DbDataReader | |
idx | int | |
return | System.DateTime |
public static non_null_int ( System.Data.Common.DbDataReader rs, int idx ) : int | ||
rs | System.Data.Common.DbDataReader | |
idx | int | |
return | int |
public static non_null_str ( System.Data.Common.DbDataReader rs, int idx ) : string | ||
rs | System.Data.Common.DbDataReader | |
idx | int | |
return | string |
public static sqlite_db_table_fields ( string db_name, string table_name ) : List |
||
db_name | string | |
table_name | string | |
return | List |
public static sqlite_db_tables ( string db_name ) : List |
||
db_name | string | |
return | List |