Uses of Class
de.julielab.costosys.dbconnection.util.CoStoSysException
-
Packages that use CoStoSysException Package Description de.julielab.costosys.cli de.julielab.costosys.configuration de.julielab.costosys.dbconnection de.julielab.costosys.dbconnection.util -
-
Uses of CoStoSysException in de.julielab.costosys.cli
Methods in de.julielab.costosys.cli that throw CoStoSysException Modifier and Type Method Description StringBinaryDataHandler. decodeBinaryXmiData(byte[][] data, boolean makeValidXml)Constructors in de.julielab.costosys.cli that throw CoStoSysException Constructor Description BinaryDataHandler(DataBaseConnector dbc, String xmiMetaSchema, Set<String> annotationColumnsToLoad, List<File> typeSystemFiles) -
Uses of CoStoSysException in de.julielab.costosys.configuration
Methods in de.julielab.costosys.configuration that throw CoStoSysException Modifier and Type Method Description protected List<String>ConfigReader. getTypeSystemPaths(byte[] mergedConfigData)Returns the type system files from the configuration. -
Uses of CoStoSysException in de.julielab.costosys.dbconnection
Methods in de.julielab.costosys.dbconnection that throw CoStoSysException Modifier and Type Method Description List<Object[]>DataBaseConnector. getProcessedPrimaryKeys(String subsetTable)Creates a query cursor to the given subset table and retrieves all those primary keys according to the active table schema that are marked as processed.List<Object[]>DataBaseConnector. getProcessedPrimaryKeys(String subsetTable, String tableSchema)Creates a query cursor to the given subset table and retrieves all those primary keys according to tableSchema that are marked as processed. -
Uses of CoStoSysException in de.julielab.costosys.dbconnection.util
Subclasses of CoStoSysException in de.julielab.costosys.dbconnection.util Modifier and Type Class Description classTableSchemaMismatchExceptionMethods in de.julielab.costosys.dbconnection.util that throw CoStoSysException Modifier and Type Method Description static CoStoSysJedisTools.JedisDataFormatCoStoSysJedisTools. determineDataFormat(DataBaseConnector dbc, String table, String column)Reads the first row of the given table and returns information about whether the data is in GZIP format and/or the JeDIS binary format.
-