@designliquido/lincones-sqlite
Version:
Implementação de LinConEs para SQLite.
32 lines • 1.47 kB
JavaScript
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const tipos_de_simbolos_1 = __importDefault(require("./comum/fontes/tipos-de-simbolos"));
exports.default = {
atualizar: tipos_de_simbolos_1.default.ATUALIZAR,
auto: tipos_de_simbolos_1.default.AUTO,
chave: tipos_de_simbolos_1.default.CHAVE,
criar: tipos_de_simbolos_1.default.CRIAR,
de: tipos_de_simbolos_1.default.DE,
definir: tipos_de_simbolos_1.default.DEFINIR,
e: tipos_de_simbolos_1.default.E,
em: tipos_de_simbolos_1.default.EM,
excluir: tipos_de_simbolos_1.default.EXCLUIR,
falso: tipos_de_simbolos_1.default.FALSO,
incremento: tipos_de_simbolos_1.default.INCREMENTO,
inserir: tipos_de_simbolos_1.default.INSERIR,
inteiro: tipos_de_simbolos_1.default.INTEIRO,
logico: tipos_de_simbolos_1.default.LOGICO,
nao: tipos_de_simbolos_1.default.NAO,
nulo: tipos_de_simbolos_1.default.NULO,
onde: tipos_de_simbolos_1.default.ONDE,
primaria: tipos_de_simbolos_1.default.PRIMARIA,
selecionar: tipos_de_simbolos_1.default.SELECIONAR,
tabela: tipos_de_simbolos_1.default.TABELA,
texto: tipos_de_simbolos_1.default.TEXTO,
valores: tipos_de_simbolos_1.default.VALORES,
verdadeiro: tipos_de_simbolos_1.default.VERDADEIRO
};
//# sourceMappingURL=palavras-reservadas.js.map