Package org.ujmp.core.export.format
Interface MatrixSQLStringExportFormat
-
- All Superinterfaces:
MatrixExportFormat
- All Known Subinterfaces:
MatrixStringExportDestination
- All Known Implementing Classes:
AbstractMatrixStringExportDestination
,DefaultMatrixStringExportDestination
public interface MatrixSQLStringExportFormat extends MatrixExportFormat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
asSQL(DBType db, java.lang.String databaseName, java.lang.String tableName)
-
-
-
Method Detail
-
asSQL
java.lang.String asSQL(DBType db, java.lang.String databaseName, java.lang.String tableName) throws java.io.IOException
- Throws:
java.io.IOException
-
-