public interface SQL
Modifier and Type | Method and Description |
---|---|
void |
load_file(String file)
Load an instance population from a file specified by
file . |
void |
load()
Load an instance population from the standard input stream.
|
void |
serialize_file(String file)
Dump an instance population to a file specified by
file . |
void |
serialize()
Dump an instance population to the standard output stream.
|
void load() throws XtumlException
XtumlException
- if an error occurs during parsing, loading, or
relating of the SQL insert statements.void load_file(String file) throws XtumlException
file
.file
- The path to an instance population file relative to the
current working directory.XtumlException
- if an error occurs during parsing, loading, or
relating of the SQL insert statements.void serialize() throws XtumlException
XtumlException
- if an error occurs during serialization of the
instances.void serialize_file(String file) throws XtumlException
file
.file
- The path to the destination instance population file relative
to the current working directory.XtumlException
- if an error occurs during serialization of the
instances.Copyright © 2021. All rights reserved.