Package org.ujmp.core.export.format
Interface MatrixSQLExportFormat
-
- All Superinterfaces:
MatrixExportFormat
- All Known Subinterfaces:
MatrixClipboardExportDestination
,MatrixFileExportDestination
,MatrixStreamExportDestination
,MatrixWriterExportDestination
- All Known Implementing Classes:
AbstracMatrixClipboardDestination
,AbstractMatrixFileExportDestination
,AbstractMatrixStreamExportDestination
,AbstractMatrixWriterExportDestination
,DefaultMatrixClipboardExportDestination
,DefaultMatrixFileExportDestination
,DefaultMatrixStreamExportDestination
,DefaultMatrixWriterExportDestination
,DefaultMatrixWriterSQLExporter
public interface MatrixSQLExportFormat extends MatrixExportFormat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
asSQL(DBType db, java.lang.String databaseName, java.lang.String tableName)
-
-
-
Method Detail
-
asSQL
void asSQL(DBType db, java.lang.String databaseName, java.lang.String tableName) throws java.io.IOException
- Throws:
java.io.IOException
-
-