DIR : /home/kozerus/public_html/cropex/node/node_modules/drizzle-orm/sqlite-core/view-base.d.ts
/home/kozerus/public_html/cropex/node/node_modules/drizzle-orm/sqlite-core
import { entityKind } from "../entity.js";
import type { ColumnsSelection } from "../sql/sql.js";
import { View } from "../sql/sql.js";
export declare abstract class SQLiteViewBase<TName extends string = string, TExisting extends boolean = boolean, TSelection extends ColumnsSelection = ColumnsSelection> extends View<TName, TExisting, TSelection> {
static readonly [entityKind]: string;
_: View<TName, TExisting, TSelection>['_'] & {
viewBrand: 'SQLiteView';
};
}
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer