Skip navigation links
C G I M N P R S 

C

close() - Method in class io.mindmaps.migration.sql.SQLDataMigrator
Close the JDBC connection
close() - Method in class io.mindmaps.migration.sql.SQLSchemaMigrator
Close the JDBC connection
closeQuietly(AutoCloseable) - Static method in class io.mindmaps.migration.sql.SQLModel
Close the given JDBC statement, logging any errors, but not interrupting the calling process.
configure(Connection) - Method in class io.mindmaps.migration.sql.SQLDataMigrator
Configure the data migrator with a JDBC connection
configure(Connection) - Method in class io.mindmaps.migration.sql.SQLSchemaMigrator
Configure the schema migrator with a JDBC connection

G

graph(MindmapsGraph) - Method in class io.mindmaps.migration.sql.SQLDataMigrator
Set a graph from which to get information
graph(MindmapsGraph) - Method in class io.mindmaps.migration.sql.SQLSchemaMigrator
Set a graph from which to get information

I

io.mindmaps.migration.sql - package io.mindmaps.migration.sql
 
iterator() - Method in class io.mindmaps.migration.sql.SQLDataMigrator
Iterate through the migration
iterator() - Method in class io.mindmaps.migration.sql.SQLModel
 

M

Main - Class in io.mindmaps.migration.sql
Main program to migrate a SQL database into a Mindmaps graph.
Main() - Constructor for class io.mindmaps.migration.sql.Main
 
main(String[]) - Static method in class io.mindmaps.migration.sql.Main
 
migrate() - Method in class io.mindmaps.migration.sql.SQLDataMigrator
Migrate a CSV schema into a Mindmaps ontology
migrate(Loader) - Method in class io.mindmaps.migration.sql.SQLDataMigrator
Migrate the entire data file into the given loader.
migrate() - Method in class io.mindmaps.migration.sql.SQLSchemaMigrator
 
migrate(Loader) - Method in class io.mindmaps.migration.sql.SQLSchemaMigrator
Migrate the entire schema into the given loader.

N

Namer - Interface in io.mindmaps.migration.sql
 

P

PRIMARY_KEY - Static variable in interface io.mindmaps.migration.sql.Namer
 
primaryKey(String, Collection<String>) - Method in interface io.mindmaps.migration.sql.Namer
Format the primary key given a table type and collection of primary key values.

R

RELATION - Static variable in interface io.mindmaps.migration.sql.Namer
 
relationName(String) - Method in interface io.mindmaps.migration.sql.Namer
Get the name of a relation relating something to the given type
RESOURCE_NAME - Static variable in interface io.mindmaps.migration.sql.Namer
 
resourceName(String, String) - Method in interface io.mindmaps.migration.sql.Namer
Get the name of a relation between an object and a resource
ROLE_CHILD - Static variable in interface io.mindmaps.migration.sql.Namer
 
ROLE_PARENT - Static variable in interface io.mindmaps.migration.sql.Namer
 
roleChildName(String) - Method in interface io.mindmaps.migration.sql.Namer
Get the name of the role the given type will play when it is contained in another type
roleParentName(String) - Method in interface io.mindmaps.migration.sql.Namer
Get the name of the role the owner of the given type will play

S

SQLDataMigrator - Class in io.mindmaps.migration.sql
 
SQLDataMigrator() - Constructor for class io.mindmaps.migration.sql.SQLDataMigrator
 
SQLModel - Class in io.mindmaps.migration.sql
Class to hold metadata of a SQL table.
SQLModel(Connection) - Constructor for class io.mindmaps.migration.sql.SQLModel
Initialize data structures containing SQL data
SQLSchemaMigrator - Class in io.mindmaps.migration.sql
 
SQLSchemaMigrator() - Constructor for class io.mindmaps.migration.sql.SQLSchemaMigrator
 
SQLType - Class in io.mindmaps.migration.sql
Maps JDBC supported data types to Mindmaps types
SQLType() - Constructor for class io.mindmaps.migration.sql.SQLType
 
C G I M N P R S 
Skip navigation links

Copyright © 2016. All rights reserved.