public class JdbcContentAccess extends java.lang.Object implements ContentAccess
| Constructor and Description |
|---|
JdbcContentAccess(kz.greetgo.db.Jdbc jdbc,
ContentNames names,
java.lang.String createTableDdl,
DbDialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
downloadBytes() |
boolean |
exists() |
void |
uploadBytes(byte[] bytes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeletepublic JdbcContentAccess(kz.greetgo.db.Jdbc jdbc,
ContentNames names,
java.lang.String createTableDdl,
DbDialect dialect)
public byte[] downloadBytes()
downloadBytes in interface ContentAccesspublic void uploadBytes(byte[] bytes)
uploadBytes in interface ContentAccesspublic boolean exists()
exists in interface ContentAccess