public interface DatabaseObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatabaseObject.FilterNew
Inner Classes
|
static class |
DatabaseObject.Utils |
| Modifier and Type | Field and Description |
|---|---|
static DatabaseObject |
Null |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteFromDatabase(Statement stmt) |
Metadata |
getMetadata() |
int |
getPkey() |
boolean |
isNew() |
boolean |
save(Statement stmt) |
void |
setNew(boolean b) |
boolean |
setPkey(int i) |
static final DatabaseObject Null
Copyright © 2023. All rights reserved.