Using SQLite databases via objects

버전 1.1.0.0 (4.58 KB) 작성자: Andreas Martin
Easy access to sqlite3 databases from MATLAB code
다운로드 수: 248
업데이트 날짜: 2016/8/29

라이선스 보기

A class wrapper to intuitively access databases as objects:
db = sql_object( filename );
db.exec( 'SELECT...' );
clear db

인용 양식

Andreas Martin (2025). Using SQLite databases via objects (https://kr.mathworks.com/matlabcentral/fileexchange/58433-using-sqlite-databases-via-objects), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Database Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

@sql_object/

버전 게시됨 릴리스 정보
1.1.0.0

Added new method ConditionList()
Added more description
Bugfix in method attach

1.0.0.0

Bugfix: Method field_list(...) missed 'obj' argument