Dbms
open class Dbms @JvmOverloads constructor(dbId: String, inheritedDbms: String? = null) : <ERROR CLASS> ERROR CLASS: Symbol not found for DbmsDef
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun explainPlan(envoy: ERROR CLASS: Symbol not found for Envoy, query: String): ERROR CLASS: Symbol not found for ExecutionPlan??
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getErrorPosition(exception: SQLException, sql: String, statement: Statement?, envoy: ERROR CLASS: Symbol not found for Envoy): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getScriptGenerator(units: List<TreeUnit>): ERROR CLASS: Symbol not found for ScriptGenerator
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun importFunctionParameters(importer: ERROR CLASS: Symbol not found for Importer, schema: Schema)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun importMaterializedViews(importer: ERROR CLASS: Symbol not found for Importer, schema: Schema)
Link copied to clipboard
Link copied to clipboard
open fun importProcedureParameters(importer: ERROR CLASS: Symbol not found for Importer, schema: Schema)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun importSchemaAdditions(importer: ERROR CLASS: Symbol not found for Importer, schema: Schema)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun importUserDefinedTypes(importer: ERROR CLASS: Symbol not found for Importer, schema: Schema)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun listFunctionNames(importer: ERROR CLASS: Symbol not found for StructureImporter, schema: Schema)
Link copied to clipboard
open fun listProcedureNames(importer: ERROR CLASS: Symbol not found for StructureImporter, schema: Schema)
Link copied to clipboard
Link copied to clipboard
open fun listSchemasAndCatalogs(envoy: ERROR CLASS: Symbol not found for Envoy): List<Dbms.SchemaCatalogEntry>
Link copied to clipboard
Link copied to clipboard
open fun listTableAndViewsNames(importer: ERROR CLASS: Symbol not found for StructureImporter, schema: Schema)
Link copied to clipboard
Link copied to clipboard
open fun loadDbVersion(importer: ERROR CLASS: Symbol not found for StructureImporter, project: Project)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun reverseEngineerTablesUsingDDL(importer: ERROR CLASS: Symbol not found for Importer, parser: ERROR CLASS: Symbol not found for DDLParser, schema: Schema): Boolean
Link copied to clipboard
Link copied to clipboard
open fun setImportedColumnType(usingDDL: Boolean, column: Column, typeName: String?, length: Int, decimal: Int, defaultValue: String?)
Link copied to clipboard
Implement this to add custom columns to a table, for example _id to MongoDB collections if is missing.