Package kz.greetgo.security.crypto.jdbc
Class JdbcContentAccess
- java.lang.Object
-
- kz.greetgo.security.crypto.jdbc.JdbcContentAccess
-
- All Implemented Interfaces:
ContentAccess
public class JdbcContentAccess extends java.lang.Object implements ContentAccess
-
-
Constructor Summary
Constructors Constructor Description JdbcContentAccess(kz.greetgo.db.Jdbc jdbc, ContentNames names, java.lang.String createTableDdl, DbDialect dialect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]downloadBytes()booleanexists()voiduploadBytes(byte[] bytes)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface kz.greetgo.security.crypto.ContentAccess
delete
-
-
-
-
Constructor Detail
-
JdbcContentAccess
public JdbcContentAccess(kz.greetgo.db.Jdbc jdbc, ContentNames names, java.lang.String createTableDdl, DbDialect dialect)
-
-
Method Detail
-
downloadBytes
public byte[] downloadBytes()
- Specified by:
downloadBytesin interfaceContentAccess
-
uploadBytes
public void uploadBytes(byte[] bytes)
- Specified by:
uploadBytesin interfaceContentAccess
-
exists
public boolean exists()
- Specified by:
existsin interfaceContentAccess
-
-